Skip empty bucket creation by default#1375
Merged
findepi merged 1 commit intotrinodb:masterfrom Jun 20, 2020
Merged
Conversation
kokosing
reviewed
Aug 27, 2019
3867e12 to
20a6bb9
Compare
87bb9a1 to
6e8d84f
Compare
Member
|
Does CDH Hive support this? |
Member
Author
By default, Hive doesn't do bucket pruning. |
d592742 to
d4bf56b
Compare
Member
Author
|
@pettyjamesm does Athena correctly read bucketed data created by e.g. Tez (some bucket files missing)? |
electrum
approved these changes
Apr 28, 2020
d4bf56b to
32286cd
Compare
8b45f2f to
2481ea5
Compare
Hive on Tez does not create them, so other readers support that by necessity.
2481ea5 to
308c6ef
Compare
v-jizhang
added a commit
to v-jizhang/presto
that referenced
this pull request
Jun 9, 2021
Cherry-pick of trinodb/trino#822, trinodb/trino#848 and trinodb/trino#1375 Co-authored-by: David Phillips <david@acz.org> Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
v-jizhang
added a commit
to v-jizhang/presto
that referenced
this pull request
Jul 23, 2021
Cherry-pick of trinodb/trino#1375 Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
highker
pushed a commit
to prestodb/presto
that referenced
this pull request
Aug 9, 2021
Cherry-pick of trinodb/trino#1375 Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
This file contains hidden or 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
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.
Hive on Tez does not create them, so other readers support that by
necessity.