Sagar Sumit created HUDI-7700:
---------------------------------
Summary: Support query hint to inject indexes in query plans
Key: HUDI-7700
URL: https://issues.apache.org/jira/browse/HUDI-7700
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
Assignee: Sagar Sumit
Fix For: 1.0.0
[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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)