RussellSpitzer opened a new pull request, #4848: URL: https://github.com/apache/iceberg/pull/4848
Prior to this a mixed-case insert statement would fail to be marked as aligned after our alignement rule was applied. This would occur because Spark is allowed to opperate without case sensitivity. Although we would correctly align the fields, our check for alignment required an exact match even with the system was set to be case-insensitive. Failing this check would mean our RewriteToMerge analysis rule would never get applied. -- 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]
