YanivZalach opened a new pull request, #15706: URL: https://github.com/apache/iceberg/pull/15706
Tables with a column named `ICEZVALUE` fail with a misleading error during Z-order rewrite because `SparkZOrderFileRewriteRunner` internally uses a column with that name. Adds an early `Preconditions.checkArgument` in `SparkZOrderFileRewriteRunner` before any DataFrame operation, throwing a clear exception if the table schema already contains a column named `ICEZVALUE`. -- 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]
