suryaprasanna opened a new pull request, #18195: URL: https://github.com/apache/hudi/pull/18195
### Describe the issue this Pull Request addresses This PR adds test coverage for the SHOW PARTITIONS command when slash-separated date partitioning is enabled. Previously, there were no tests validating the behavior of SHOW PARTITIONS for tables with `hoodie.datasource.write.slash.separated.date.partitioning=true`. ### Summary and Changelog - Added new test method `Test show partitions with slash separated list partitions` in `TestShowPartitions` class - Test validates that SHOW PARTITIONS returns physical partition paths in slash-separated format (e.g., `2026/01/05`) when the feature is enabled - Test follows the same patterns as `TestSlashSeparatedPartitionValue` for consistency ### Impact No public API or user-facing feature changes. This is purely a test addition to improve coverage for existing functionality. ### Risk Level **none** - This PR only adds test coverage and does not modify any production code behavior. ### Documentation Update none - No documentation changes needed as this only adds test coverage. ### Contributor's checklist - [x] Read through contributor's guide - [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]
