parthchandra commented on code in PR #13665:
URL: https://github.com/apache/iceberg/pull/13665#discussion_r2389435929
##########
spark/v3.5/spark-runtime/src/integration/java/org/apache/iceberg/spark/TestRoundTrip.java:
##########
@@ -172,6 +176,34 @@ public void showView() {
sql("DROP VIEW %s", "test");
}
+ @TestTemplate
+ public void testDecimalColumn() {
+ int rows = 100;
Review Comment:
It would be good to try some other values - The range of integers between
513 and 1024 is likely to show a mismatch between the byte array base
dBigInteger/BigDecimal encoding and the 128 bit native integer.
--
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]