manuzhang commented on PR #52876: URL: https://github.com/apache/spark/pull/52876#issuecomment-3558929025
@aokolnychyi I'm testing Spark 4.1 support for Iceberg in https://github.com/apache/iceberg/pull/14155. It looks this PR has broken [this Iceberg test](https://github.com/apache/iceberg/blob/main/spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestDataSourceOptions.java#L459) with following error. Can you help check? ``` Exception in thread "test-extra-commit-message-writer-thread" java.lang.RuntimeException: org.apache.spark.SparkException: [INTERNAL_ERROR] Found the unresolved operator: 'InsertIntoStatement TableReference[id#5, data#6] default_iceberg.`/var/folders/pv/9kgp4f8j685fqb28n83cdb800000gq/T/junit-16494569145098127962`.`iceberg-table`, false, false, false SQLSTATE: XX000 == SQL (line 1, position 1) == INSERT INTO target VALUES (3, 'c'), (4, 'd') ^^^^^^^^^^^^^^^^^^ ``` -- 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]
