-
Notifications
You must be signed in to change notification settings - Fork 372
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
Vector-valued vectors with var
in combine
bug
#2316
Comments
Thank you for reporting it. It is a bug. We should update |
Hi @bkamins I am interested in working on this issue. Where can I find the isagg function and any advice on getting started would be greatly appreciated. Thanks! |
you would have to redesign it to additionally pass the Then we should also remove the check
(it is better to just check if a single column is passed no matter how it gets selected - here just make sure to correctly handle As usual - the hardest thing to do will be:
|
What should the range of eltypes be for fast path? Also, what does the function first() do? Thanks for the help |
As for the range of types - I think |
I admit I went hunting for this after I saw that
var
was special-cased incombine
.Here is a MWE
The text was updated successfully, but these errors were encountered: