JingsongLi commented on code in PR #6472:
URL: https://github.com/apache/paimon/pull/6472#discussion_r2465488520
##########
paimon-core/src/main/java/org/apache/paimon/append/cluster/IncrementalClusterManager.java:
##########
@@ -51,13 +60,19 @@
public class IncrementalClusterManager {
private static final Logger LOG =
LoggerFactory.getLogger(IncrementalClusterManager.class);
+ private final InternalRowPartitionComputer partitionComputer;
private final SnapshotReader snapshotReader;
private final IncrementalClusterStrategy incrementalClusterStrategy;
private final CoreOptions.OrderType clusterCurve;
private final List<String> clusterKeys;
+ private final boolean historyPartitionAutoCluster;
+ @Nullable private final Duration partitionIdleTime;
Review Comment:
historyPartitionIdleTime
--
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]