-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-19490][SQL] ignore case sensitivity when filtering hive partition columns #16832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
hm is it safe to just do this change? |
|
Test build #72501 has finished for PR 16832 at commit
|
|
@rxin I think it is safe, it is only used to check whether the schema contains the columns. Hive columns are not case-sensitive. |
|
Test build #72689 has started for PR 16832 at commit |
|
Test build #72750 has finished for PR 16832 at commit
|
|
Test build #72755 has finished for PR 16832 at commit
|
|
Test build #72758 has finished for PR 16832 at commit
|
|
Test build #72763 has started for PR 16832 at commit |
|
Test build #73267 has started for PR 16832 at commit |
|
Test build #73275 has finished for PR 16832 at commit
|
|
Test build #73278 has finished for PR 16832 at commit
|
|
👍 |
|
any updates on this PR? |
|
@taklwu this pr is completed, you can merge this pr by yourself. A committer told me that other pr has fixed this bug, my pr will not be merged...... |
|
May I get the link of which commit/pr fix this issue? thanks a lot |
|
Duplicates to SPARK-18572 |
What changes were proposed in this pull request?
ignore hive column names case-sensitive when comparing with partition columns
How was this patch tested?