Ravi-una

Results 2 comments of Ravi-una

Facing same issues as below while try to use expire snapshots in glue version 4.0, added spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions as well, is there any workaround? spark.sql("""CALL catalog_name.system.expire_snapshots('db_name.table_name')""")' pyspark.sql.utils.ParseException: Syntax error at or...

> ``` > "spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions" > ``` > > helps. Yes, I have added all the below config, but still no luck, conf.set("spark.sql.catalog.job_catalog", "org.apache.iceberg.spark.SparkCatalog") conf.set("spark.sql.catalog.job_catalog.warehouse", args['iceberg_job_catalog_warehouse']) conf.set("spark.sql.catalog.job_catalog.catalog-impl", "org.apache.iceberg.aws.glue.GlueCatalog") conf.set("spark.sql.catalog.job_catalog.type", "glue")...