AwasthiSomesh commented on issue #12234:
URL: https://github.com/apache/iceberg/issues/12234#issuecomment-2653844293

   @nastra  my question was in a single spark session how to use 2 diff value 
for catalog type
   
   .config("spark.sql.catalog.spark_catalog.type" ,"hive")
    .config("spark.sql.catalog.spark_catalog.type", "glue")
   
   its overwriting with last value "glue" honoring
   
   .config("spark.sql.catalog.spark_catalog.type" ,"hive,glue")  
   
   this is also not allowed
   
   @nastra  please answer here how to use in single spark session.
   
   Thanks,
   Somesh
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

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

Reply via email to