-
Notifications
You must be signed in to change notification settings - Fork 28.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
[SPARK-23972][BUILD][SQL] Update Parquet to 1.10.0. #21070
Closed
rdblue
wants to merge
11
commits into
apache:master
from
rdblue:SPARK-23972-update-parquet-to-1.10.0
Closed
[SPARK-23972][BUILD][SQL] Update Parquet to 1.10.0. #21070
rdblue
wants to merge
11
commits into
apache:master
from
rdblue:SPARK-23972-update-parquet-to-1.10.0
Commits on May 7, 2018
-
SPARK-23972: Update Parquet to 1.10.0.
This updates the vectorized path for changes in Parquet 1.10.0, which uses ByteBufferInputStream instead of byte arrays in encoders. This allows Parquet to break allocations into smaller chunks that are better for garbage collection.
Configuration menu - View commit details
-
Copy full SHA for 26336a9 - Browse repository at this point
Copy the full SHA 26336a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a599515 - Browse repository at this point
Copy the full SHA a599515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1f84c - Browse repository at this point
Copy the full SHA 3e1f84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b8ee8 - Browse repository at this point
Copy the full SHA 93b8ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f2a92 - Browse repository at this point
Copy the full SHA 93f2a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64907bc - Browse repository at this point
Copy the full SHA 64907bcView commit details -
SPARK-23972: Update InMemoryColumnarQuerySuite for new Parquet version.
The new Parquet version adds some metadata so files are slightly larger. This updates the test case that reports the file size for the size of an in-memory relation.
Configuration menu - View commit details
-
Copy full SHA for 66df4b6 - Browse repository at this point
Copy the full SHA 66df4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2ffdd - Browse repository at this point
Copy the full SHA ee2ffddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 270540f - Browse repository at this point
Copy the full SHA 270540fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9d47b - Browse repository at this point
Copy the full SHA 6c9d47bView commit details
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 95ecde0 - Browse repository at this point
Copy the full SHA 95ecde0View commit details
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.