amogh-jahagirdar commented on code in PR #16501:
URL: https://github.com/apache/iceberg/pull/16501#discussion_r3282555003


##########
arrow/src/test/java/org/apache/iceberg/arrow/vectorized/TestArrowReader.java:
##########
@@ -388,6 +388,99 @@ public void testTimestampMillisAreReadCorrectly() throws 
Exception {
     assertThat(totalRowsRead).as("Should read all 
rows").isEqualTo(millisValues.size());
   }
 
+  /**
+   * Regression test: a decimal column whose Iceberg field carries an 
initialDefault/writeDefault

Review Comment:
   Is there a way to update the existing TestParquetVectorizedReads. That 
already implements a mixin `supportsDefaultValues()` and already runs through 
decimal type. I think the issue as you pointed out is specifically when it's 
not dictionary encoded (which for decimal I'd actually expect to generally be 
the case that it is _not_ dictionary encoded). Maybe in that class when we 
produce the writer there's a way to pass through options that disable 
dictionary encoding?  



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to