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