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

Fix $describe() bug for column names containing a : #342

Merged
merged 4 commits into from
Aug 8, 2023

Conversation

sorhawell
Copy link
Collaborator

@sorhawell sorhawell commented Aug 1, 2023

internally $describe() uses : as separtor between ´agg.fun.nameandcolumn.name. Column names with : would get split and only last part of column name would remain. This is fixed by using ´$splitn(":",2) internally.

New unit test with : added

@sorhawell sorhawell changed the title Fix describe colon Fix describe colon + nanoarrow + rextendr 0.3.1.9000 Aug 1, 2023
@sorhawell sorhawell requested a review from eitsupi August 4, 2023 14:02
@eitsupi
Copy link
Collaborator

eitsupi commented Aug 4, 2023

rextendr 0.3.1 -> 0.3.1.9000 or should that be 0.3.1? I'm fine with either.

If I understand correctly, there is currently no difference between 0.3.1 and the development version in terms of useful features here. So I recommend adopting 0.3.1.

Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Could you update the PR title?

@sorhawell sorhawell changed the title Fix describe colon + nanoarrow + rextendr 0.3.1.9000 Fix $describe() bug for columns containing a : Aug 7, 2023
@sorhawell sorhawell changed the title Fix $describe() bug for columns containing a : Fix $describe() bug for column names containing a : Aug 7, 2023
Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Thanks!

@sorhawell sorhawell merged commit 5be67e8 into main Aug 8, 2023
10 checks passed
@sorhawell sorhawell deleted the fix_describe_colon branch August 8, 2023 13:17
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.

3 participants