Skip to content
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

Fixes query 15 column renaming #193

Merged
merged 1 commit into from
Mar 15, 2021
Merged

Fixes query 15 column renaming #193

merged 1 commit into from
Mar 15, 2021

Conversation

ChrisJar
Copy link
Contributor

@ChrisJar ChrisJar commented Mar 15, 2021

The rename function changed to only support renaming one level at a time in a multi-index, so this implements the same logic as before using the columns attribute.

Closes #192

Copy link
Member

@beckernick beckernick left a comment

Choose a reason for hiding this comment

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

Thanks @ChrisJar ! This LGTM, but at a high-level this feels like the last change we should make without addressing the complexity in this segment of code. Can you file an issue to update this broader code to not rely on these complex index naming changes?

@beckernick beckernick merged commit 8541f28 into rapidsai:main Mar 15, 2021
@ChrisJar ChrisJar deleted the q15fix branch March 15, 2021 18:34
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.

Q15 currently failing
2 participants