You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/06/27 21:40:34 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #238: Fix row group skipping in ParquetReader.

rdblue opened a new pull request #238: Fix row group skipping in ParquetReader.
URL: https://github.com/apache/incubator-iceberg/pull/238
 
 
   By only updating the next row group index when a row group was skipped, `ParquetReader` was skipping initial row groups, then processing row groups after that without skipping because the index was not updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org