-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support case sensitive column for with_column_renamed
#7063
Conversation
@Jefffrey appreciate if you have time to review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, with a minor nitpick
Though I'm still unsure on using the enable_ident_normalization
considering its technically a SQL Parser config, could be confusing for users as if using DataFrame API they might not expect such a config to affect them?
Changed the documentation to describe the change for users |
CI is failing on master for reasons seemingly unrelated to this PR #7078 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Andrew Lamb <[email protected]>
I merged this branch to main to pick up the fix for #7078. I plan to merge this PR in when CI passes |
Which issue does this PR close?
Closes #6845.
Rationale for this change
Support case sensitive column renaming for dataframe API
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?