Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Dec 5, 2023
1 parent ef4feeb commit 907bb87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public DorisRecord serialize(RowData record) throws IOException{
return DorisRecord.of(valString.getBytes(StandardCharsets.UTF_8));
}


public String buildJsonString(RowData record, int maxIndex) throws IOException {
int fieldIndex = 0;
Map<String, String> valueMap = new HashMap<>();
Expand Down

0 comments on commit 907bb87

Please sign in to comment.