pvary commented on issue #2260:
URL: https://github.com/apache/iceberg/issues/2260#issuecomment-783555066


   @rlcyf: Could you try out this with SparkCatalog instead of 
SparkSessionCatalog?
   I have seen some problems with the SparkSessionCatalog implementation using 
internal Hive Catalog instead of the provided Iceberg one. The consensus was 
that Spark should and will fix this in their catalog implementation.
   
   The tests were running correctly with this config:
   ```
           new Object[] { "testhive", SparkCatalog.class.getName(), 
ImmutableMap.of(
               "type", "hive",
               "default-namespace", "default"
           )},
   ```
   Thanks,
   Peter


----------------------------------------------------------------
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:
[email protected]



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

Reply via email to