Skip to content

Commit

Permalink
[INLONG-10791][Sort] Support inlong dirty sink
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Aug 15, 2024
1 parent e324747 commit 840c6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private String formatBytes(byte[] data) {
}

private String formatRowData(RowData data, LogicalType rowType,
Map<String, String> labels) throws JsonProcessingException {
Map<String, String> labels) throws JsonProcessingException {
String value;
switch (options.getFormat()) {
case "csv":
Expand Down

0 comments on commit 840c6b4

Please sign in to comment.