apache / apache/hudi

Handle multiple column secondary indexes

Open
#16,652 1 comment 0 reactions 1 assignee Assigned to @nsivabalan View on GitHub
from-jira priority:high type:devtask
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

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.

## JIRA info

- Link: https://issues.apache.org/jira/browse/HUDI-8302
- Type: Task
- Fix version(s):
- 1.1.0

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.