szehon-ho opened a new pull request #2266:
URL: https://github.com/apache/iceberg/pull/2266


   Implemented drop_table functionality in Python (based on Java functionality)
   --Open manifest files to get list of data files
   --Drop metadata, snapshot, manifest, and data files
   
   Testing: added basic unit test
   
   Changed flake8 for non-related issue that prevent tests from running 
(apparently it means, too many if-else)
   --iceberg/api/expressions/literals.py:39:5: C901 'Literals.from_' is too 
complex (12)
   --iceberg/api/expressions/literals.py:81:5: C901 'Literal.of' is too complex 
(11)


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to