You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Nicholas Jiang (Jira)" <ji...@apache.org> on 2023/01/11 12:18:00 UTC

[jira] [Created] (HUDI-5531) RECENT_DAYS strategy of ClusteringPlanPartitionFilterMode should rename to RECENT_PARTITIONS

Nicholas Jiang created HUDI-5531:
------------------------------------

             Summary: RECENT_DAYS strategy of ClusteringPlanPartitionFilterMode should rename to RECENT_PARTITIONS
                 Key: HUDI-5531
                 URL: https://issues.apache.org/jira/browse/HUDI-5531
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Nicholas Jiang
             Fix For: 0.13.0


The javadoc of `ClusteringPlanPartitionFilter` mentions that RECENT DAYS: output recent partition given skip num and days lookback config, therefore the RECENT_DAYS strategy doesn't match the semantics because it assumes that Hudi partitions are partitioned by day, but partitioning by hour can also use this strategy. RECENT_DAYS strategy of ClusteringPlanPartitionFilterMode should rename to RECENT_PARTITIONS for the semantics match.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)