nastra commented on PR #5819: URL: https://github.com/apache/iceberg/pull/5819#issuecomment-1253933779
CI should be failing with the below failures, since the issue described in https://github.com/apache/iceberg/issues/5791 is still present ``` org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:93 Caused by: java.lang.ClassNotFoundException at SmokeTest.java:93 org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:67 Caused by: java.lang.ClassNotFoundException at SmokeTest.java:67 org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hadoop}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:93 org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName = testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hadoop}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:67 org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = spark_catalog, implementation = org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive, default-namespace=default, parquet-enabled=true, cache-enabled=false}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:93 org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName = spark_catalog, implementation = org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive, default-namespace=default, parquet-enabled=true, cache-enabled=false}] FAILED java.lang.NoClassDefFoundError at SmokeTest.java:67 [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /tmp/spark-8734a907-a0d1-4022-88d4-454d931f55d8 9 tests completed, 6 failed ``` -- 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]
