raminqaf commented on code in PR #29087:
URL: https://github.com/apache/flink/pull/29087#discussion_r3926251151
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/utils/ClassDataTypeConverter.java:
##########
@@ -79,6 +79,7 @@ public final class ClassDataTypeConverter {
addDefaultDataType(
java.time.Period.class, DataTypes.INTERVAL(DataTypes.YEAR(4),
DataTypes.MONTH()));
addDefaultDataType(ColumnList.class, DataTypes.DESCRIPTOR());
+ addDefaultDataType(java.util.UUID.class, DataTypes.UUID());
Review Comment:
Not sure what the convention here Is. most of the java classes here have the
absolute 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]