Closed lokeshj1703 closed 4 days ago
@vinothchandar I have restored the old secondary index files. Could not think of a good package to move them to. These are the only files in location hudi-common/src/main/java/org/apache/hudi/index/secondary
though.
The failing test Test Secondary Index With Updates Compaction Clustering Deletes
is flaky on master. It is tracked in HUDI-8549. Going to merge this PR.
Change Logs
Drop index is not working using index name currently. It requires full name with prefix in order to drop the index. This PR aims to fix it so that index can be dropped using the index name itself. Also the PR adds a fix so that show index works for both secondary and functional index.
Impact
NA
Risk level (write none, low medium or high below)
low
Documentation Update
NA
Contributor's checklist