-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-21213][SQL] Support collecting partition-level statistics: rowCount and sizeInBytes #18421
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
Closed
mbasmanova
wants to merge
23
commits into
apache:master
from
mbasmanova:mbasmanova-analyze-partition
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5384f7a
[SPARK-21213][SQL] Support collecting partition-level statistics: row…
mbasmanova 3ee5ebf
[SPARK-21213][SQL] review comments
mbasmanova d17aa4b
[SPARK-21213][SQL] improved comments per review feedback
mbasmanova e0e351e
[SPARK-21213][SQL] typo
mbasmanova 8dad9bc
[SPARK-21213][SQL] add support for partial partition specs
mbasmanova 4fdefd5
[SPARK-21213][SQL] add support for partition specs where some partiti…
mbasmanova 1d696c3
[SPARK-21213][SQL] comment update
mbasmanova 89c0767
[SPARK-21213][SQL] removed extra space
mbasmanova 7210568
[SPARK-21213][SQL] addressed easy review comments
mbasmanova 9aa2a1e
[SPARK-21213][SQL] addressed remaining review comments
mbasmanova fa21860
[SPARK-21213][SQL] added test case for (ds, hr=11) partition spec
mbasmanova f76f49f
[SPARK-21213][SQL] addressed review comments; fixed PARTITION (ds, hr…
mbasmanova 8f31f53
[SPARK-21213][SQL] shorted new test
mbasmanova fae6d49
[SPARK-21213][SQL] added documentation; added test for an empty table
mbasmanova 8880fbd
[SPARK-21213][SQL] review comments
mbasmanova 1053991
[SPARK-21213][SQL] fixed bad merge of SPARK-21599
mbasmanova 41ab30d
[SPARK-21213][SQL] added support for spark.sql.caseSensitive; address…
mbasmanova dc488e5
[SPARK-21213][SQL] addressed remaining review comments
mbasmanova c839855
[SPARK-21213][SQL] Added a test for DESC PARTITION after ANALYZE; rev…
mbasmanova 72e2cd5
[SPARK-21213][SQL] added DROP TABLE to describe-part-after-analyze.sql
mbasmanova 87594d6
[SPARK-21213][SQL] check that partition columns in the partition spec…
mbasmanova 3353afa
[SPARK-21213][SQL] use PartitioningUtils.normalizePartitionSpec to ha…
mbasmanova 8ffb140
[SPARK-21213][SQL] review comments
mbasmanova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SPARK-21213][SQL] addressed remaining review comments
- Loading branch information
commit dc488e53fa7ef6211a4ae1bb38256373f4378255
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it back?