fresh-borzoni opened a new issue, #148: URL: https://github.com/apache/fluss-rust/issues/148
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Motivation Python bindings are missing two admin operations that C++ bindings have. ## Missing Methods ### 1. `Admin.drop_table()` ```python admin.drop_table(table_path, ignore_if_not_exists=False) 2. Admin.list_offsets() offsets = admin.list_offsets( table_path, bucket_ids=[0, 1, 2], offset_type=1, # 0=Earliest, 1=Latest, 2=Timestamp timestamp=None ) # Returns: dict[int, int] ### Solution Implements them :) ### Anything else? _No response_ ### Willingness to contribute - [x] 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]
