You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2022/03/31 06:17:00 UTC

[jira] [Created] (HUDI-3755) Change the index plan to capture everything that is needed to create index

Sagar Sumit created HUDI-3755:
---------------------------------

             Summary: Change the index plan to capture everything that is needed to create index
                 Key: HUDI-3755
                 URL: https://issues.apache.org/jira/browse/HUDI-3755
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Sagar Sumit


Currently, we capture the MetadataPartitionType and base instant upto which there are no holes in the timeline. We can also write other options, e.g. columns that are going to be indexed, catch up start instant, etc. to the plan. This will make it easier to reindex,  just read the plan, map it to configs and start indexing. This also makes the write client APIs cleaner.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)