Skip to content

Fix failure when partition column contains uppercase in Iceberg#16713

Merged
ebyhr merged 2 commits intomasterfrom
ebi/iceberg-merge-case-sensitivity
Mar 24, 2023
Merged

Fix failure when partition column contains uppercase in Iceberg#16713
ebyhr merged 2 commits intomasterfrom
ebi/iceberg-merge-case-sensitivity

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented Mar 24, 2023

Description

Fixes #16622

Release notes

(x) Release notes are required, with the following suggested text:

# Iceberg
* Fix failure when partitioned column names contain uppercase characters. ({issue}`16622`)

@cla-bot cla-bot bot added the cla-signed label Mar 24, 2023
@ebyhr ebyhr self-assigned this Mar 24, 2023
@github-actions github-actions bot added iceberg Iceberg connector tests:hive labels Mar 24, 2023
Copy link
Member

@djsagain djsagain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ebyhr ebyhr merged commit a275dc0 into master Mar 24, 2023
@ebyhr ebyhr deleted the ebi/iceberg-merge-case-sensitivity branch March 24, 2023 21:46
@ebyhr ebyhr mentioned this pull request Mar 24, 2023
@github-actions github-actions bot added this to the 411 milestone Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed iceberg Iceberg connector

Development

Successfully merging this pull request may close these issues.

INSERT, DELETE, UPDATE, MERGE query fails when merging into Iceberg table with non-lowercase partitioning column

3 participants