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

Spark SQL Functions Coverage and Parity - Aggregate #309

Open
12 tasks
shehabgamin opened this issue Nov 22, 2024 · 0 comments
Open
12 tasks

Spark SQL Functions Coverage and Parity - Aggregate #309

shehabgamin opened this issue Nov 22, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@shehabgamin
Copy link
Contributor

Gotta go through this huge list of implemented aggregate functions and check if any of them lack full parity:
https://github.com/lakehq/sail/blob/main/crates/sail-plan/src/function/aggregate.rs

While that gets done, here are the aggregate functions that haven't been implemented yet:

  • bitmap_construct_agg
  • bitmap_or_agg
  • collect_set
  • count_if
  • count_min_sketch
  • grouping_id
  • histogram_numeric
  • hll_sketch_agg
  • hll_union_agg
  • percentile
  • try_avg
  • try_sum
@shehabgamin shehabgamin added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant