anuragmantri opened a new pull request #3851:
URL: https://github.com/apache/iceberg/pull/3851


   This PR allows us to register existing tables in Iceberg HiveCatalog.
   
   Right now, we can keep metadata and data files while dropping tables from 
Iceberg HiveCatalog. However, there is no way to register those tables back 
even though the metadata and data files can be still there. So, we need to 
extend HiveCatalog with another method that will accept a location to the valid 
metadata file and would register a table in HMS.
   
   This will allow us to properly support external tables in Spark.


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



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

Reply via email to