TayfunBugraBas commented on issue #13781: URL: https://github.com/apache/iceberg/issues/13781#issuecomment-3640571891
if you are using the nessie catalog type rest, try to change it with org.apache.iceberg.nessie.NessieCatalog Not Working(REST): `spark.sql.catalog.nessie.type=rest` Working: `spark.sql.catalog.nessie.catalog-impl=org.apache.iceberg.nessie.NessieCatalog` -- 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]
