wombatu-kun commented on code in PR #16604:
URL: https://github.com/apache/iceberg/pull/16604#discussion_r3994488710
##########
kafka-connect/kafka-connect-transforms/src/test/java/org/debezium/connector/mongodb/transforms/TestMongoArrayConverter.java:
##########
@@ -389,4 +395,60 @@ public void
shouldCreateStructForHeterogenousDocumentInArray() throws Exception
"Struct{" + "_id=1," + "a1=Struct{" + "_0=Struct{a=1}," +
"_1=Struct{a=c}" + "}" + "}");
// @formatter:on
}
+
+ @Test
+ @SuppressWarnings("JavaUtilDate")
+ public void shouldConvertArrayOfTimestamps() {
Review Comment:
Done d205dfa0e5d1.
--
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]