snuyanzin commented on code in PR #29041:
URL: https://github.com/apache/flink/pull/29041#discussion_r3897453301


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/DataTypes.java:
##########
@@ -1075,6 +1076,17 @@ public static DataType BITMAP() {
         return new AtomicDataType(new BitmapType());
     }
 
+    /**
+     * Data type of a universally unique identifier (UUID).
+     *
+     * <p>The type represents a 128-bit value stored as a fixed 16-byte 
big-endian sequence.

Review Comment:
   RFC describes multiple versions
   
   what version we are talking bout here?



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

Reply via email to