bowenli86 commented on a change in pull request #9239: [FLINK-13385]Align Hive 
data type mapping with FLIP-37
URL: https://github.com/apache/flink/pull/9239#discussion_r309015597
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogDataTypeTest.java
 ##########
 @@ -122,20 +121,18 @@ public void testDataTypes() throws Exception {
        }
 
        @Test
-       public void testNonExactlyMatchedDataTypes() throws Exception {
+       public void testNonSupportedBinaryDataTypes() throws Exception {
                DataType[] types = new DataType[] {
-                       DataTypes.BINARY(BinaryType.MAX_LENGTH),
-                       DataTypes.VARBINARY(VarBinaryType.MAX_LENGTH)
+                               DataTypes.BINARY(BinaryType.MAX_LENGTH),
 
 Review comment:
   pls revert unnecessary change

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to