You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/25 22:40:19 UTC

[GitHub] [iceberg] RussellSpitzer opened a new pull request, #4874: Spark: Fix Alignment of Merge Commands with Mixed Case (#4848)

RussellSpitzer opened a new pull request, #4874:
URL: https://github.com/apache/iceberg/pull/4874

   * Spark: Fix Alignment of Merge Commands with Mixed Case
   
   Prior to this a mixed-case insert statement would fail to be marked
   as aligned after our alignment rule was applied. This would then fail the
   entire MERGE INTO command. The commands were correctly aligned but
   our alignment check was always case sensitive.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer merged pull request #4874: Spark: Fix Alignment of Merge Commands with Mixed Case (#4848)

Posted by GitBox <gi...@apache.org>.
RussellSpitzer merged PR #4874:
URL: https://github.com/apache/iceberg/pull/4874


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org