manuzhang commented on code in PR #17774:
URL: https://github.com/apache/iceberg/pull/17774#discussion_r3955640849
##########
core/src/test/java/org/apache/iceberg/util/TestZOrderByteUtil.java:
##########
@@ -134,6 +134,92 @@ public void testReuseInterleaveBuffer() {
}
}
+ /**
+ * The uniform case, where every column contributes the same number of
bytes, is what all
+ * production callers produce and is the case the lookup table optimizes.
Column counts up to 9
+ * exercise both the table and the fallback used beyond its supported width.
+ */
+ @Test
+ public void testInterleaveUniformColumns() {
Review Comment:
please void using `test` prefix in newly added tests.
--
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]