dramaticlly commented on code in PR #10678:
URL: https://github.com/apache/iceberg/pull/10678#discussion_r1696005290
##########
core/src/test/java/org/apache/iceberg/TestPartitionSpecInfo.java:
##########
@@ -95,6 +95,19 @@ public void testSpecInfoPartitionedTable() {
.doesNotContainKey(Integer.MAX_VALUE);
}
+ @TestTemplate
+ public void testSpecInfoPartitionedTableCaseInsensitive() {
+ PartitionSpec spec =
+
PartitionSpec.builderFor(schema).caseSensitive(false).identity("DATA").build();
Review Comment:
can you also add a test case where `caseSensitive(true)` and spec cannot be
built?
--
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]