luoyuxia commented on code in PR #1356:
URL: https://github.com/apache/fluss/pull/1356#discussion_r2212528531
##########
fluss-flink/fluss-flink-common/src/main/java/com/alibaba/fluss/flink/tiering/LakeTieringJobBuilder.java:
##########
@@ -102,7 +102,9 @@ public JobClient build() throws Exception {
new TieringCommitOperatorFactory(flussConfig,
lakeTieringFactory))
.setParallelism(1)
.setMaxParallelism(1)
- .sinkTo(new DiscardingSink());
+ .sinkTo(new DiscardingSink())
+ .name("end")
Review Comment:
paimon also use name `end` for `DiscardingSink`, so let's also use it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]