nastra commented on issue #10003: URL: https://github.com/apache/iceberg/issues/10003#issuecomment-2008952584
> `spark.sql.catalog.spark_catalog.type` was configured to `jdbc` which was actually a mistake of mine. Yes exactly that's what I meant. That would use the JDBC catalog underneath, which is what causes this confusing behavior you're seeing. Also, there's currently no Iceberg view support for `SparkSessionCatalog` available as that would be introduced by https://github.com/apache/iceberg/issues/9845. If you want to use Iceberg views, then you should be fine using `SparkCatalog` and specifying the `type` to be any of `jdbc` / `rest` / `nessie`, as those are the only Iceberg catalogs right now that support Iceberg views. -- 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