dawidwys commented on a change in pull request #11568: [FLINK-16779][table] Add 
RAW type support in DDL and functions
URL: https://github.com/apache/flink/pull/11568#discussion_r401424730
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/annotation/DataTypeHint.java
 ##########
 @@ -45,6 +45,9 @@
  * <p>{@code @DataTypeHint(value = "TIMESTAMP(3)", bridgedTo = 
java.sql.Timestamp.class)} defines a TIMESTAMP
  * data type of millisecond precision with an explicit conversion class.
  *
+ * <p>{@code @DataTypeHint(value = "RAW", bridgedTo = MyCustomClass.class)} 
defines a RAW data type with
+ * Flink's default serializer.
 
 Review comment:
   nit: only a suggestion? shall we mention the role of the bridging class here?
   ```suggestion
    * Flink's default serializer for {@code MyCustomClass}.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to