Guest User

Untitled

a guest
Dec 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for(Footer f : ParquetFileReader.readFooters(conf, fs, false)){
  2. for(BlockMetaData b : f.getParquetMetadata().getBlocks()){
  3. rowCount += b.getRowCount();
  4. }
Add Comment
Please, Sign In to add comment