vinitamaloo-asu commented on issue #8277:
URL: https://github.com/apache/iceberg/issues/8277#issuecomment-1714904591

   I observed that during sparkSession initialization, a HiveCatalog is always 
created for the "spark_catalog"/"iceberg_catalog"(defined by me).
   
   I want to fetch this HiveCatalog in the app to perform DDL operations but I 
am not sure how to fetch it. Is there a way to 
   get an instance of org.apache.iceberg.HiveCatalog for the previously 
initialized "iceberg_Catalog"?
   
   Currently, I am just creating a new HiveCatalog in app with the same catalog 
name and properties as set in sparkSession.


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