pvary commented on PR #4793:
URL: https://github.com/apache/hive/pull/4793#issuecomment-1770237437

   > To @pvary's comment, I am not sure if Spark needs to have a jar with 
HiveIcebergStorageHandler, HiveIcebergSerDe [..] the one problem I recall is 
with DROP DATABASE ... CASCADE, which fails for some reason
   
   IIRC the issue is not just with the DROP DATABASE, but DROP TABLE as well. 
The HMC Client tried to instantiate the StorageHandler set for the dropped 
table. It is done to make sure that the StorageHandler defined drop methods are 
called. If the StorageHandler is not on the classpath, then this will fail, and 
the table could not be dropped.
   


-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to