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_r401527625
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/typeutils/BigDecimalTypeInfoTest.java
 ##########
 @@ -36,16 +33,4 @@
                                new BigDecimalTypeInfo(25, 21)
                };
        }
-
-       @Test
-       public void testEquality() {
 
 Review comment:
   After an offline discussion, I understood it is actually not the problem. 
This check is actually a precondition for the data. The `equals` is covered in 
the `TypeInformationTestBase#testSerialization` thus a separate test can be 
removed.
   
   Resolving this comment.

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