baomingyu commented on code in PR #9789:
URL: https://github.com/apache/inlong/pull/9789#discussion_r1517088758


##########
inlong-sort/sort-formats/format-common/src/main/java/org/apache/inlong/sort/formats/util/StringUtils.java:
##########
@@ -450,11 +489,11 @@ public static String[][] splitCsv(
                     result[i] = lines.get(i);
                 }
                 return result;
-
-            case STATE_ESCAPING:
-                throw new IllegalArgumentException(String.format("Not closed 
escaping. Text=[%s].", text));
-            case STATE_QUOTING:
-                throw new IllegalArgumentException(String.format("Not closed 
quoting. Text=[%s].", text));
+//
+//            case STATE_ESCAPING:
+//                throw new IllegalArgumentException(String.format("Not closed 
escaping. Text=[%s].", text));
+//            case STATE_QUOTING:
+//                throw new IllegalArgumentException(String.format("Not closed 
quoting. Text=[%s].", text));

Review Comment:
   done



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