lowka commented on code in PR #4114:
URL: https://github.com/apache/ignite-3/pull/4114#discussion_r1687838551


##########
modules/table/src/test/java/org/apache/ignite/internal/table/type/NumericTypesSerializerTest.java:
##########
@@ -290,33 +220,6 @@ public void testDecimalScaleTooLarge(int scale, String 
message) {
         );
     }
 
-    /**
-     * Test.
-     */
-    @ParameterizedTest
-    @MethodSource("sameDecimals")
-    public void testSameBinaryRepresentation(Pair<BigInteger, BigInteger> 
pair) {

Review Comment:
   Fixed. I was confused by a type signature, that is not correct it is a pair 
of BigDecimals.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to