JunRuiLee opened a new pull request, #7911:
URL: https://github.com/apache/paimon/pull/7911

   
   ### Purpose
   Add drop_partitions support for the Python FileSystem catalog and expose it 
through the PyPaimon CLI, aligned with the Java implementation by using the 
table batch commit path and truncate_partitions semantics to generate an 
overwrite commit that removes the specified partition data.
   
   ### Tests
   Added coverage for:
     - Dropping a single partition through FileSystemCatalog.drop_partitions.
     - Dropping multiple partitions through FileSystemCatalog.drop_partitions.
     - Rejecting an empty partition list.
     - Dropping a single partition through the CLI.
     - Dropping multiple partitions through repeated CLI --partition options.


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