rdblue commented on a change in pull request #828:
URL: https://github.com/apache/iceberg/pull/828#discussion_r434877050
##########
File path:
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.java
##########
@@ -202,7 +209,7 @@ public int nextBatchFloats(
if (actualBatchSize <= 0) {
return 0;
}
- if (eagerDecodeDictionary) {
+ if (dictionaryDecodeMode == DictionaryDecodeMode.EAGER) {
Review comment:
Actually, this was in my local copy. When I reverted the changes I see
that the tests are hitting this line. But the decimal line below is not showing
up in coverage.
----------------------------------------------------------------
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]