Skip to content
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

ARROW-6658: [Rust][Datafusion] Implement AVG expression #5558

Closed
wants to merge 4 commits into from

Conversation

alippai
Copy link
Contributor

@alippai alippai commented Oct 1, 2019

I wasn't sure about the datatypes of sum&count (picked the broadest f64 and i64) also it may or may not be better to implement this as SUM()/COUNT().

Either way the changes from mod.rs are needed to test SQL with f64

@github-actions
Copy link

github-actions bot commented Oct 1, 2019

@andygrove
Copy link
Member

I'm excited to see these PRs! I am away on a business trip so might not be able to review until the end of the week or at the weekend.

@andygrove
Copy link
Member

@alippai please rebase

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CI

@andygrove andygrove closed this in fc93312 Oct 5, 2019
kszucs pushed a commit that referenced this pull request Oct 5, 2019
I wasn't sure about the datatypes of sum&count (picked the broadest f64 and i64) also it may or may not be better to implement this as SUM()/COUNT().

Either way the changes from mod.rs are needed to test SQL with f64

Closes #5558 from alippai/ARROW-6658 and squashes the following commits:

20cddef <Andy Grove> fix typo
62372f6 <Andy Grove> Remove unwrap
cc32f22 <Andy Grove> rebase
ebc3acb <Adam Lippai> ARROW-6658:  Implement AVG expression

Lead-authored-by: Adam Lippai <[email protected]>
Co-authored-by: Andy Grove <[email protected]>
Signed-off-by: Andy Grove <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants