Re: [I] Spark 3.5.0 `MERGE INTO` breaks [iceberg]

2024-11-04 Thread via GitHub
github-actions[bot] closed issue #9827: Spark 3.5.0 `MERGE INTO` breaks URL: https://github.com/apache/iceberg/issues/9827 -- 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 un

Re: [I] Spark 3.5.0 `MERGE INTO` breaks [iceberg]

2024-02-29 Thread via GitHub
bk-mz commented on issue #9827: URL: https://github.com/apache/iceberg/issues/9827#issuecomment-1971079896 Confirmed. ```spark-sql ()> ALTER TABLE table UNSET TBLPROPERTIES ('write.spark.accept-any-schema');``` Though it's clear that: ![image](https://github.com/apache

Re: [I] Spark 3.5.0 `MERGE INTO` breaks [iceberg]

2024-02-28 Thread via GitHub
manuzhang commented on issue #9827: URL: https://github.com/apache/iceberg/issues/9827#issuecomment-1970355575 Same issue as reported in https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1704469705606459, can you try removing accept-any-schema table property if it's set? --

[I] Spark 3.5.0 `MERGE INTO` breaks [iceberg]

2024-02-28 Thread via GitHub
bk-mz opened a new issue, #9827: URL: https://github.com/apache/iceberg/issues/9827 ### Apache Iceberg version 1.4.3 (latest release) ### Query engine Spark ### Please describe the bug 🐞 Hey folks, when migrating from spark 3.4.1 to spark 3.5.0 we observe br