boerzi opened a new issue, #4647:
URL: https://github.com/apache/paimon/issues/4647

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   0.8.2
   
   ### Compute Engine
   
   flink 1.17
   
   ### Minimal reproduce step
   
   SHOW PARTITIONS order_detail;
   |    dt=20220616 |
   |    dt=20231022 |
   |    dt=20230416 |
   |    dt=20240104 |
   |    dt=20240406 |
   |    dt=20
   22041 |
   |    dt=20231029 |
   |    dt=20221123 |
   |    dt=20220930 |
   |    dt=20230407 |
   
   oss file path name is:
   dt=20%0A22041
   
   ALTER TABLE order_detail DROP PARTITION (`dt` = '20%0A22041');
   
   [ERROR] Could not execute SQL statement. Reason:
   org.apache.flink.table.catalog.exceptions.PartitionNotExistException: 
Partition CatalogPartitionSpec{{dt=20%0A22041}} of table 
zma_order_new.order_detail in catalog demo does not exist.
   
   
   
   ### What doesn't meet your expectations?
   
   i want remove 20%0A22041
   
   ### Anything else?
   
   no
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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]

Reply via email to