andygrove opened a new issue, #4969: URL: https://github.com/apache/datafusion-comet/issues/4969
The Comet test `CometIcebergNativeSuite`: "REST catalog with native Iceberg scan" is skipped on Spark 4.2 (`assume(!isSpark42Plus, ...)`). No Iceberg spark-runtime is published for Spark 4.2, so the build reuses the 4.0 runtime; Spark 4.2 turned `connector.catalog.View` from an interface into a class, which affects the Iceberg integration (see the Iceberg availability probes already added for 4.2). This issue tracks re-enabling the native Iceberg REST catalog scan test on Spark 4.2. -- 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]
