Skip to content

Avoid creating column name with uppercase characters in dbplyr_uncount() #1603

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

owenjonesuob
Copy link
Contributor

Set an explicit lowercase name for the summary column, to avoid problems with Redshift case conversion.

Fixes #1601.

We could use any other lowercase name here, if "max" is likely to cause any kind of problem/ambiguity!

@owenjonesuob owenjonesuob changed the title avoid creating column name with uppercase characters (#1601) Avoid creating column name with uppercase characters in dbplyr_uncount() Apr 2, 2025
@owenjonesuob owenjonesuob force-pushed the b-1601-redshift-uncount branch from 7a4d9b5 to abbce87 Compare April 2, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbplyr_uncount() on Redshift tables fails with an opaque error
1 participant