manuzhang opened a new issue, #10040: URL: https://github.com/apache/iceberg/issues/10040
### Apache Iceberg version main (development) ### Query engine Spark ### Please describe the bug 🐞 ``` ./gradlew -DsparkVersions=3.3 -DscalaVersion=2.13 -DhiveVersions= -DflinkVersions= :iceberg-spark:iceberg-spark-3.3_2.13:check :iceberg-spark:iceberg-spark-extensions-3.3_2.13:check :iceberg-spark:iceberg-spark-runtime-3.3_2.13:check -Pquick=true -x javadoc shell: /usr/bin/bash -e {0} env: SPARK_LOCAL_IP: localhost JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.402-6/x64 JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.402-6/x64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62076 100 62076 0 0 1376k 0 --:--:-- --:--:-- --:--:-- 1409k ... > Task :iceberg-spark:iceberg-spark-extensions-3.3_2.13:test org.apache.iceberg.spark.extensions.TestCopyOnWriteMerge > testMergeWithConcurrentTableRefresh[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}, format = parquet, vectorized = true, distributionMode = none, branch = test] FAILED java.lang.AssertionError: Expecting actual throwable to be an instance of: java.lang.IllegalStateException but was: org.apache.spark.SparkException: Writing job aborted at org.apache.spark.sql.errors.QueryExecutionErrors$.writingJobAbortedError(QueryExecutionErrors.scala:767) at org.apache.spark.sql.execution.datasources.v2.V2TableWriteExec.writeWithV2(WriteToDataSourceV2Exec.scala:409) at org.apache.spark.sql.execution.datasources.v2.V2TableWriteExec.writeWithV2$(WriteToDataSourceV2Exec.scala:353) ...(41 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed) at org.apache.iceberg.spark.extensions.TestCopyOnWriteMerge.testMergeWithConcurrentTableRefresh(TestCopyOnWriteMerge.java:148) Error: No space left on device : '/home/runner/runners/2.314.1/_diag/pages/197d7517-f10e-4508-9021-857e76a59e70_80d440e4-f54b-5560-0192-53fee83660bc_1.log' ``` -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org