-
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
Add simple HashAggregation #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
looks good |
losipiuk
pushed a commit
to losipiuk/prestodb
that referenced
this pull request
Nov 17, 2015
losipiuk
pushed a commit
to losipiuk/prestodb
that referenced
this pull request
Dec 1, 2015
billonahill
pushed a commit
to billonahill/presto
that referenced
this pull request
Dec 8, 2015
…pass Ignore errors if the partitions have no corresponding valid hdfs path.
miniway
pushed a commit
to miniway/presto_legacy
that referenced
this pull request
Feb 16, 2016
Deploy scripts
walnutmercury
pushed a commit
to walnutmercury/presto
that referenced
this pull request
May 26, 2017
Add support for smallint and tinyint
jerrypeng
added a commit
to jerrypeng/presto
that referenced
this pull request
Jul 24, 2018
Pulsar connector
jiangzhx
added a commit
to jiangzhx/facebook-presto
that referenced
this pull request
Nov 26, 2018
update from origin
imakhlin
pushed a commit
to imakhlin/presto
that referenced
this pull request
Mar 26, 2019
* pass user token property to hdfs * don't use fs cache with v3io * support encrypted V3IO authentication token * pass user token property to hdfs * don't use fs cache with v3io * remove obsolete code * address PR comments
AkshayPall
added a commit
to AkshayPall/presto
that referenced
this pull request
May 9, 2019
Previously, all functions (CallExpressions) would be printed as '$function_name$(ARG1, ARG2, ..., ARGN)' but now some expressions will print in human format eg, '(prestodb#1) + (BIGINT 5)'. Additional changes were made to pass a `FunctionManager` instance to `RowExpressionFormatter` instead of instantiating one in the class.
AkshayPall
added a commit
that referenced
this pull request
May 10, 2019
Previously, all functions (CallExpressions) would be printed as '$function_name$(ARG1, ARG2, ..., ARGN)' but now some expressions will print in human format eg, '(#1) + (BIGINT 5)'. Additional changes were made to pass a `FunctionManager` instance to `RowExpressionFormatter` instead of instantiating one in the class.
Closed
3 tasks
Merged
yyang52
referenced
this pull request
in yyang52/presto
Jul 19, 2021
Demo prototype test using Cider backend
aaneja
pushed a commit
to aaneja/presto
that referenced
this pull request
Aug 15, 2023
rebase to prestodb/presto
tdcmeehan
pushed a commit
that referenced
this pull request
Aug 7, 2024
Edited query.yaml and created cluster.yaml edited the cluster.yml created queuestatement.yaml Add detailed OpenAPI schema for BasicQueryInfo and other updates Update queued_statement.yaml Updated query.yaml and added _full_spec.yaml Split and add missing components (#1) Also: - re-adds full_spec.yaml to gitignore, - Adds execution to generate a single openAPI JSON. The output is a single JSON that can be used with the swagger editor.
soumiiow
pushed a commit
to soumiiow/presto
that referenced
this pull request
Aug 8, 2024
Edited query.yaml and created cluster.yaml edited the cluster.yml created queuestatement.yaml Add detailed OpenAPI schema for BasicQueryInfo and other updates Update queued_statement.yaml Updated query.yaml and added _full_spec.yaml Split and add missing components (prestodb#1) Also: - re-adds full_spec.yaml to gitignore, - Adds execution to generate a single openAPI JSON. The output is a single JSON that can be used with the swagger editor.
matt-calder
pushed a commit
to matt-calder/presto
that referenced
this pull request
Aug 20, 2024
Edited query.yaml and created cluster.yaml edited the cluster.yml created queuestatement.yaml Add detailed OpenAPI schema for BasicQueryInfo and other updates Update queued_statement.yaml Updated query.yaml and added _full_spec.yaml Split and add missing components (prestodb#1) Also: - re-adds full_spec.yaml to gitignore, - Adds execution to generate a single openAPI JSON. The output is a single JSON that can be used with the swagger editor.
AbhijitKulkarni1
pushed a commit
to intel-staging/presto
that referenced
this pull request
Oct 1, 2024
Edited query.yaml and created cluster.yaml edited the cluster.yml created queuestatement.yaml Add detailed OpenAPI schema for BasicQueryInfo and other updates Update queued_statement.yaml Updated query.yaml and added _full_spec.yaml Split and add missing components (prestodb#1) Also: - re-adds full_spec.yaml to gitignore, - Adds execution to generate a single openAPI JSON. The output is a single JSON that can be used with the swagger editor.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.