Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wudi committed Nov 29, 2023
1 parent 3868071 commit f66902a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public DorisRecord serialize(String record) throws IOException {
addDeleteSign(valueMap, false);
break;
case OP_UPDATE:
return DorisRecord.of(extractUpdate(recordRoot));
return DorisRecord.of(dorisTableIdentifier, extractUpdate(recordRoot));
case OP_DELETE:
valueMap = extractBeforeRow(recordRoot);
addDeleteSign(valueMap, true);
Expand Down

0 comments on commit f66902a

Please sign in to comment.