JingsongLi commented on code in PR #6432:
URL: https://github.com/apache/paimon/pull/6432#discussion_r2444536678
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/FlinkTableSinkBase.java:
##########
@@ -136,6 +137,7 @@ public SinkRuntimeProvider getSinkRuntimeProvider(Context
context) {
dataStream.getExecutionEnvironment(),
dataStream.getTransformation()))
.clusteringIfPossible(
+ conf.get(CLUSTERING_INCREMENTAL),
Review Comment:
Do not pass this bool, Just avoid invoking this method.
--
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]