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_r401448158
 
 

 ##########
 File path: 
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/Fixture.java
 ##########
 @@ -28,7 +27,18 @@
  * Type used during tests.
  */
 public class Fixture {
-       private final RelDataTypeFactory typeFactory;
+       private final TestRelDataTypeFactory typeFactory;
+
+       static final String RAW_TYPE_INT_CLASS = "java.lang.Integer";
+       static final String RAW_TYPE_INT_SERIALIZER_STRING =
 
 Review comment:
   Could we add a comment how this string was generated? Just in case we need 
to regenerate it?

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