-
Notifications
You must be signed in to change notification settings - Fork 164
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
chore: Bump arrow-rs to 53.1.0 and datafusion #1001
Conversation
@alamb @jayzhan211
Especially https://github.com/apache/datafusion/pull/12753/files#diff-f1e354d4fe26237064d8194e10a6008efa4f88e2b68b8a8352086a5d011180b8R108 Previously, |
Just realized that |
We need to support Struct, but I'm not sure whether we should discard dictionary. I assume if you have dictionary type at the first place, you expect to do some optimization based on dictionary type, so if we have primitive and dictionary type, I think it makes sense to keep dictionary type and coerce the primitive type to dictionary type. Previous code utilize |
Confirmed it was about adding structure support. Opened apache/datafusion#12843
at the end of |
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.
this looks good to me, thanks @kazuyukitanimura I'm just wondering should we have a main
pointing to DF with some specific commit? Is there a reason for that, like make a Comet release on top of DF with sepcific version?
Thanks @comphead I think the next DF release will happen soon, so we can bump in the next PR or if they release it first, I can update this PR. |
I think we can start the DF 43 release prep this week |
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.
lgtm
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.
lgtm
Thanks, merged @jayzhan211 @comphead @andygrove @parthchandra @viirya |
## Which issue does this PR close? ## Rationale for this change Arrow-rs 53.1.0 includes performance improvements ## What changes are included in this PR? Bumping arrow-rs to 53.1.0 and datafusion to a revision ## How are these changes tested? existing tests
Which issue does this PR close?
Rationale for this change
Arrow-rs 53.1.0 includes performance improvements
What changes are included in this PR?
Bumping arrow-rs to 53.1.0 and datafusion to a revision
How are these changes tested?
existing tests