-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HUDI-8844] Support secondary and expression index creation through a…
…sync indexer and write configs (#12653) - Added new write configs for secondary index (SI) and expression index (EI) conformant to sql syntax for create index. - Use those configs to check if we need to update new SI/EI definition in index definition file. - Initialize SI/EI if a new one is being created through write configs. - Add async indexer and spark datasource tests to validate index gets built successfully.
- Loading branch information
Showing
27 changed files
with
793 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.