Skip to content

Commit

Permalink
[INLONG-10768][Sort] Csv utils support specified the max split field …
Browse files Browse the repository at this point in the history
…size
  • Loading branch information
vernedeng committed Aug 9, 2024
1 parent 377faec commit 1b6b0a6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ 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;

/**
* @see StringUtils#splitKv(String, Character, Character, Character,Character, Character)
*/
Expand Down

0 comments on commit 1b6b0a6

Please sign in to comment.