Skip to content

Commit

Permalink
[hotfix] Changelog operator name to cross-partition-bucket-assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Aug 26, 2024
1 parent 8a661eb commit 0c1da9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public DataStreamSink<?> build(DataStream<InternalRow> input, @Nullable Integer
DataStream<Tuple2<InternalRow, Integer>> bucketAssigned =
partitionByKeyHash
.transform(
"dynamic-bucket-assigner",
"cross-partition-bucket-assigner",
rowWithBucketType,
GlobalIndexAssignerOperator.forRowData(table))
.setParallelism(partitionByKeyHash.getParallelism());
Expand Down

0 comments on commit 0c1da9f

Please sign in to comment.