mithun-sudo commented on code in PR #18066:
URL: https://github.com/apache/iceberg/pull/18066#discussion_r4026486612


##########
flink/v2.3/flink/src/test/java/org/apache/iceberg/flink/sink/dynamic/TestDynamicIcebergSink.java:
##########
@@ -1902,4 +1904,59 @@ private static Row randomRow(Schema schema, long 
seedOverride) {
             RandomGenericData.generate(schema, 1, seedOverride), schema)
         .get(0);
   }
+
+  @Test
+  void testCaseInsensitiveDataConversionDropsValues() throws Exception {

Review Comment:
   Modified the test case name



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