JeonDaehong opened a new issue, #13551: URL: https://github.com/apache/iceberg/issues/13551
### Query engine Spark4 preview2 Iceberg 1.5.1 ### Question I’m working in Java and using Spark 4.0.0-preview2 with Iceberg 1.5.1. I want to load an Iceberg Table object, and I have access to the SparkSession, the namespace (database), and the table name as input parameters. However, I’m running into an issue: Since I’m using Spark 4 preview, I cannot use Spark3Util.loadIcebergTable(...) anymore. Also, casting Spark's org.apache.spark.sql.catalog.Catalog to Iceberg’s org.apache.iceberg.catalog.Catalog doesn’t seem to work either. Is there any recommended way to load an Iceberg Table object in Spark 4 using only Java (no Scala), preferably without relying on deprecated or Spark 3-only APIs? Thanks in advance! -- 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]
