nsivabalan commented on code in PR #12511:
URL: https://github.com/apache/hudi/pull/12511#discussion_r1902039945


##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/log/block/TestHoodieDeleteBlock.java:
##########
@@ -101,9 +101,9 @@ public static Stream<Arguments> orderingValueParams() {
             {new Double[] {Double.MIN_VALUE, 0.125, 809.25, Double.MAX_VALUE}},
             {new String[] {"val1", "val2", "val3", null}},
             {new Timestamp[] {new Timestamp(1690766971000L), new 
Timestamp(1672536571000L)}},
-            {new LocalDate[] {LocalDate.of(2023, 1, 1), LocalDate.of(1980, 7, 
1)}},
-            {new BigDecimal[] {new BigDecimal("12345678901234.2948"),
-                new BigDecimal("23456789012345.4856")}}
+            {new LocalDate[] {LocalDate.of(2023, 1, 1), LocalDate.of(1980, 7, 
1)}}
+            //{new BigDecimal[] {new BigDecimal("12345678901234.2948"),

Review Comment:
   reverted this



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