hudi-bot opened a new issue, #15710: URL: https://github.com/apache/hudi/issues/15710
*SHOW PARTITIONS* in Hudi is integrated with Hudi metadata table instead of with Hive catalog. Thus, adding partition using *ALTER TABLE ADD PARTITION* or doing *MSCK REPAIR* does not result in partitions being reflected when users run *SHOW PARTITIONS* later. Additionally, *ALTER TABLE ADD PARTITION* adds the partition in the table catalog metadata using Hive style partitioning which would not work well with Hudi by default. Thus, to support these we probably need to override the implementation of these commands specifically for Hudi like how we have done for other commands. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5601 - Type: Task -- 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]
