-
Notifications
You must be signed in to change notification settings - Fork 5
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 for Arrow 2.7 #153
fix for Arrow 2.7 #153
Conversation
src/samples.jl
Outdated
# XXX in Arrow 2.7, the extra indirection with `fromarrowstruct` leads to the named tuple | ||
# being splatted as positional arguments and not keyword args unless we add this method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be missing something obvious here, but looking at https://github.com/apache/arrow-julia/pull/493/files, I don't see how it was ever splatting it as keyword arguments 🤔. Is that right, or was it something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sleuthed a bit and came up with what I think is a more accurate comment. Otherwise LGTM
Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>
Thinking about this a bit more, I think alternatively, we could have bumped compat to Arrow 2.7 and used |
@ericphanson I had also thought about that. 💚 |
No description provided.