JingsongLi commented on code in PR #6460:
URL: https://github.com/apache/paimon/pull/6460#discussion_r2473961783
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/RowDataStoreWriteOperator.java:
##########
@@ -96,6 +105,7 @@ protected boolean containLogSystem() {
public void open() throws Exception {
super.open();
+ tryChangeBucketNumber();
Review Comment:
Can you implement this in a new `PostponeWriteOperatorFactory`?
--
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]