vernedeng commented on code in PR #10769: URL: https://github.com/apache/inlong/pull/10769#discussion_r1711546558
########## inlong-sort/sort-formats/format-common/src/main/java/org/apache/inlong/sort/formats/util/StringUtils.java: ########## @@ -38,6 +38,9 @@ public class StringUtils { private static final int STATE_ESCAPING = 8; private static final int STATE_QUOTING = 16; + // means that the split process is finished, the remainder will be treated as a single field + private static final int STATE_FINISH = 32; + Review Comment: fixed, thx -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org