Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Oct 13, 2024
1 parent dcb7b88 commit 22a1772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void received(Record<?> record) {
if (record.getData() instanceof SeaTunnelRow) {
if (this.sinkAction.getSink() instanceof MultiTableSink) {
if (((SeaTunnelRow) record.getData()).getTableId().isEmpty()) {
tableId.set(TablePath.DEFAULT.getFullName());
tableId.set(((SeaTunnelRow) record.getData()).getTableId());
} else {
tablesMaps.forEach(
tablePathTablePathMap -> {
Expand Down

0 comments on commit 22a1772

Please sign in to comment.