FabricioZGalvani commented on issue #8908: URL: https://github.com/apache/iceberg/issues/8908#issuecomment-1796301185
Hello everyone, After several attempts, I managed to solve the mergeSchema issue I was facing. The solution was to apply the following configuration. I suspect that the check-ordering is set to true by default, which can cause errors when columns are out of order. This happens even when following the documentation's instructions. Without applying the configuration below, I was receiving the 'column is out of order' error. `--conf spark.sql.iceberg.check-ordering=false` -- 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 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