Skip to content

Commit

Permalink
[Fix][Connector-V2] optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
corgy-w committed Jan 23, 2025
1 parent 89d4a88 commit d7b0d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static class Builder {
private TimeUtils.Formatter timeFormatter = TimeUtils.Formatter.HH_MM_SS;
private Charset charset = StandardCharsets.UTF_8;
private String nullValue = "";
private String quoteMode = "MINIMAL";
private String quoteMode = QuoteMode.MINIMAL.toString();

private Builder() {}

Expand Down

0 comments on commit d7b0d83

Please sign in to comment.