Skip to content

Instantly share code, notes, and snippets.

@Antwnis
Created October 19, 2015 22:09
Show Gist options
  • Save Antwnis/171884adda418fafacd0 to your computer and use it in GitHub Desktop.
Save Antwnis/171884adda418fafacd0 to your computer and use it in GitHub Desktop.
for(Footer f : ParquetFileReader.readFooters(conf, fs, false)){
for(BlockMetaData b : f.getParquetMetadata().getBlocks()){
rowCount += b.getRowCount();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment