ryu3065 commented on issue #7748:
URL: https://github.com/apache/iceberg/issues/7748#issuecomment-1572980673
> Could you try using SparkSessionCatalog instead of SparkCatalog? in your
config -
`"spark.sql.catalog.spark_catalog":"org.apache.iceberg.spark.SparkSessionCatalog",`
@akshayakp97
Hi!
Although I tried to set SparkSessionCatalog, it is not working my parquet
table. but Iceberg tables works well.
```
spark.conf.get("spark.sql.catalog.spark_catalog")
res1: String = org.apache.iceberg.spark.SparkSessionCatalog
```
--
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]