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

[BUG] GroupBy schema shapes are incorrect when using list agg on list column #1763

Open
karlhigley opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@karlhigley
Copy link
Contributor

Describe the bug
The shapes recorded by the GroupBy operator are incorrect when running the list aggregation on a column that already contains list values.

Steps/Code to reproduce bug
Details here: #1760 (comment)

Expected behavior
The shape should be adjusted to add the additional dimension that's created by this aggregation.

Additional context
This bug was introduced by #1760, but should be very low impact until we start using shape information directly (instead of relying on it indirectly through is_list and is_ragged.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant