Support query hint to inject indexes in query plans
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
[Hints|https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-hints.html] give users a way to suggest how SQL to use specific approaches to generate its execution plan. Simply creating the index, such as functional index or secondary index, does not necessarily ensure its usage in the query planning. While we have hierarchy of index to use in `HoodieFileIndex`, we want a way for users to provide explicitly to use some specific index (for instantance during index join) to use while planning.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7700
- Type: Task
- Epic: https://issues.apache.org/jira/browse/HUDI-3907
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.