vamshikrishnakyatham opened a new pull request, #14042: URL: https://github.com/apache/hudi/pull/14042
### Describe the issue this Pull Request addresses When scheduling secondary or expression indexes, the code was incorrectly using the partition type prefix (`secondary_index_` or `expr_index_`) instead of computing the full partition name (e.x `secondary_index_idx_rider`). This caused confusing warn logs showing both the prefix and the full name in the list of partitions to be indexed. ### Summary and Changelog Fixed `ScheduleIndexActionExecutor` to correctly compute full partition names for secondary and expression indexes ### Impact No much impact, just cleaner way ### Risk Level none ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
