-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Main task for statistical functions in presto hackathon #15798
Labels
Comments
leepface
added a commit
to leepface/presto
that referenced
this issue
Mar 10, 2021
leepface
added a commit
to leepface/presto
that referenced
this issue
Mar 10, 2021
Masha-Iris
pushed a commit
to Masha-Iris/presto
that referenced
this issue
Mar 10, 2021
Storage based broadcast join uses tempstorage for distributing hash tables across workers. tempStorage needs to configured uniquely for broadcast spills like increasing replica factor etc to improve reliability and availability of spill files. We should have the ability to tune storage configs for a specific usecases like broadcast join etc. Adding the gamma distribution (https://en.wikipedia.org/wiki/Gamma_distribution) (prestodb#15798)
Masha-Iris
pushed a commit
to Masha-Iris/presto
that referenced
this issue
Mar 11, 2021
removing some blank lines maven pull compained about (prestodb#15798)
Masha-Iris
pushed a commit
to Masha-Iris/presto
that referenced
this issue
Mar 11, 2021
leepface
added a commit
to leepface/presto
that referenced
this issue
Mar 11, 2021
leepface
added a commit
to leepface/presto
that referenced
this issue
Mar 11, 2021
talgalili
added a commit
to talgalili/presto
that referenced
this issue
Apr 23, 2021
rongrong
pushed a commit
that referenced
this issue
Apr 23, 2021
sriram201
added a commit
to sriram201/presto
that referenced
this issue
May 24, 2021
Adding the CDF and the inverse CDF for the Hypergeometric Distribution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few people are currently doing a hackathon focused on adding some more statistical functionality to presto. This is just a main tracking task, from which we'll reference the various PRs.
Distributions
Scalar functions
Aggregation functions
The text was updated successfully, but these errors were encountered: