dawidwys commented on a change in pull request #10308: [FLINK-14904][table]
Rename ANY type to RAW type
URL: https://github.com/apache/flink/pull/10308#discussion_r350122605
##########
File path:
flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/DataTypesTest.java
##########
@@ -195,12 +195,12 @@
{NULL(), new NullType(), Object.class},
- {ANY(Types.GENERIC(DataTypesTest.class)),
- new
TypeInformationAnyType<>(Types.GENERIC(DataTypesTest.class)),
+ {RAW(Types.GENERIC(DataTypesTest.class)),
+ new
TypeInformationRawType<>(Types.GENERIC(DataTypesTest.class)),
DataTypesTest.class},
- {ANY(Void.class, VoidSerializer.INSTANCE),
- new AnyType<>(Void.class,
VoidSerializer.INSTANCE),
+ {DataTypes.RAW(Void.class,
VoidSerializer.INSTANCE),
Review comment:
nit: `DataTypes.RAW` -> `RAW`
----------------------------------------------------------------
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