Closed soumilshah1995 closed 3 months ago
Reregistering tables via Glue Crawlers works, allowing me to read them in Athena.
Via Crawlers (Works)
Querying via Spark
Querying either
Same goes for hudi tables
Were you able to query the iceberg table from spark?
The error is from the reader, you need to make sure they support parquet v2 if you write with v2. See a similar spark issue that gets resolved in spark 3.3.X https://issues.apache.org/jira/browse/SPARK-36879
yes I used glue 4.0 which uses spark 3.3 I assume its due to that
good to know
Search before asking
Please describe the bug 🐞
Issue Description I am encountering issues when attempting to read an Iceberg table created in Snowflake after interoperating it with Hudi and Delta. Below are the steps and configurations used:
Snowflake Configuration
Create External Volume:
Create Iceberg Table:
my_config.yaml
catalog.yaml
Ran Sync CMD ["java", "-cp", "iceberg-spark-runtime-3.3_2.12-1.4.2.jar:xtable-utilities-0.1.0-SNAPSHOT-bundled.jar:snowflake-jdbc-3.13.28.jar:iceberg-aws-1.4.2.jar:bundle-2.23.9.jar", "org.apache.xtable.utilities.RunSync", "--datasetConfig", "my_config.yaml", "--icebergCatalogConfig", "catalog.yaml"]
Perfect
error
https://medium.com/@sagarlakshmipathy/how-to-interoperate-with-snowflake-and-open-table-formats-e70f453787a2
tried
Logs
this method didn't work mentioned in blog post
im trying to read them as delta and hudi in spark they didn't appear to work
Are you willing to submit PR?
Code of Conduct