xuyangzhong commented on code in PR #25889:
URL: https://github.com/apache/flink/pull/25889#discussion_r1904985247


##########
flink-end-to-end-tests/flink-tpcds-test/src/main/java/org/apache/flink/table/tpcds/utils/TpcdsResultComparator.java:
##########
@@ -52,26 +54,30 @@ public class TpcdsResultComparator {
     private static final String RESULT_SUFFIX = ".ans";
     private static final double TOLERATED_DOUBLE_DEVIATION = 0.01d;
 
-    public static void main(String[] args) throws Exception {
+    public static void main2(String[] args) throws Exception {

Review Comment:
   > I'm curious that why you rename it main2?
   
   That's a typo... reverted it.
   
   > BTW, I see no one call TpcdsResultComparator this class, why need we to 
modify it?
   
   You can see it in test_tpcds.sh.



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