boerzi commented on issue #4647: URL: https://github.com/apache/paimon/issues/4647#issuecomment-2519850618
Flink SQL> ALTER TABLE ods_zm_order_detail DROP PARTITION (`dt` = '20 > 22041') > ; [INFO] Execute statement succeed. Flink SQL> SHOW PARTITIONS ods_zm_order_detail; +----------------+ | partition name | +----------------+ This way, the deletion can be successful -- 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]
