chenjunjiedada commented on a change in pull request #2538:
URL: https://github.com/apache/iceberg/pull/2538#discussion_r639361132
##########
File path:
parquet/src/main/java/org/apache/iceberg/parquet/ParquetValueReaders.java
##########
@@ -168,6 +172,27 @@ public void setPageSource(PageReadStore pageStore, long
rowPosition) {
}
}
+ static class DeleteMarkerReader implements ParquetValueReader<Boolean> {
Review comment:
Yes, we could use the existing constant reader.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]