nhuantho commented on code in PR #2814:
URL: https://github.com/apache/fluss/pull/2814#discussion_r2909063897
##########
fluss-client/src/main/java/org/apache/fluss/client/converter/ConverterCommons.java:
##########
@@ -63,6 +64,8 @@ private static Map<DataTypeRoot, Set<Class<?>>>
createSupportedTypes() {
map.put(
DataTypeRoot.TIMESTAMP_WITH_LOCAL_TIME_ZONE,
setOf(java.time.Instant.class,
java.time.OffsetDateTime.class));
+ map.put(DataTypeRoot.ARRAY, setOf(java.util.Arrays.class));
Review Comment:
I changed the validateCompatibility logic for MAP and ARRAY types.
--
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]