-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-34786: [C++] Fix output schema calculated by Substrait consumer for AggregateRel #34904
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
Conversation
…mer for AggregateRel
|
@westonpace, this is a simpler PR, as compared to #34885, following a discussion with @icexelloss. |
|
@rtpsw Thanks - at high level I think this looks a lot nicer - Are there any test we can add for this? |
I should have an answer after experimenting with this code a bit. |
Added test-cases. |
|
@rtpsw Looks pretty good - left a few question/comments. Please take a look. |
|
@westonpace This looks pretty good to me. Can you please take a look too? |
westonpace
left a comment
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 is a great simplification. Thanks!
Co-authored-by: Weston Pace <weston.pace@gmail.com>
Co-authored-by: Weston Pace <weston.pace@gmail.com>
Co-authored-by: Weston Pace <weston.pace@gmail.com>
|
Benchmark runs are scheduled for baseline = 2e78adb and contender = 342b74e. 342b74e is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
…mer for AggregateRel (apache#34904) See apache#34786 * Closes: apache#34786 Can replace apache#34885 Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com> Co-authored-by: rtpsw <rtpsw@hotmail.com> Co-authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
…mer for AggregateRel (apache#34904) See apache#34786 * Closes: apache#34786 Can replace apache#34885 Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com> Co-authored-by: rtpsw <rtpsw@hotmail.com> Co-authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
See #34786
Can replace #34885