Skip to content

Commit

Permalink
rename the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
LsomeYeah committed Feb 7, 2025
1 parent 17a7d4d commit 3afef00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static DataStream<RowData> buildSource(
(key, numPartitions) -> key % numPartitions,
split -> ((DataSplit) split.f0).bucket())
.transform(
name + "-transform",
name + "-toRow",
typeInfo,
new MultiTablesReadOperator(catalogLoader, true));
}
Expand Down

0 comments on commit 3afef00

Please sign in to comment.