[
https://issues.apache.org/jira/browse/HUDI-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit updated HUDI-8302:
------------------------------
Summary: Handle multiple column secondary indexes (was: Handle multiple
secondary indexes)
> Handle multiple column secondary indexes
> ----------------------------------------
>
> Key: HUDI-8302
> URL: https://issues.apache.org/jira/browse/HUDI-8302
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Lokesh Jain
> Priority: Major
> Fix For: 1.1.0
>
>
> Currently users can create only oneĀ column in a secondary index. The Jira
> aims to support multiple columns secondary indexes.
> {code:java}
> CREATE INDEX [IF NOT EXISTS] index_name
> ON table_name(column1, column2, ...); {code}
> Also we need to handle Metadata table validator so that it can validate
> multiple secondary indexes instead of one. Also add tests in
> TestHoodieMetadataTableValidator to verify the multiple indexes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)