-
Notifications
You must be signed in to change notification settings - Fork 112
feat: update datafusion dependency 47 #1107
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
feat: update datafusion dependency 47 #1107
Conversation
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 don't see anything amiss, but I'm not familiar enough to give a full approval.
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 right to me.
@@ -698,8 +677,22 @@ pub fn approx_percentile_cont_with_weight( | |||
add_builder_fns_to_aggregate(agg_fn, None, filter, None, None) | |||
} | |||
|
|||
aggregate_function_vec_args!(last_value); | |||
// We handle first_value explicitly because the signature expects an order_by |
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.
Should this comment address first and last value?
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 @timsaucer
Which issue does this PR close?
None
Rationale for this change
DataFusion 47 is updating upstream.
What changes are included in this PR?
Mostly small changes such as adding explicit types and accounting for API upstream changes.
Are there any user-facing changes?
None