pvary opened a new pull request #1481: URL: https://github.com/apache/iceberg/pull/1481
If tools want to implement drop and create table operations using the Catalogs they need a common interface to accessing the functionality. For example these methods will be used by HiveMetaHook to allow Iceberg table creation through Hive SQL commands The patch includes 2 commits: 1. HadoopTables did not have the dropTable functionality. Refactored the code out from BaseCatalog to be accessible by HadoopTables, and implemented the method. Added some tests around the new function. 2. Created the corresponding Catalogs methods and added tests around that. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org