-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-26797][SQL][WIP][test-maven] Start using the new logical types API of Parquet 1.11.0 instead of the deprecated one #23721
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
Closed
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fb5df20
Timezone adjustment
nkollar f90d63e
Generate file with epoch (called rawValue) value as id
nkollar 82a06bf
Fix predicate pushdown - equals
nkollar 1b67c87
refactor
nkollar dc8c3bb
Parquet pushdown - without lt and lteq predicates
nkollar 73e431b
Fix lt and lteq predicates with timestamps
nkollar b6fe694
Fix style issues, remove whitespaces
nkollar 5fa5769
Fix failing tests
nkollar cb6f06c
Upgrade to Parquet 1.11.0 release candidate
nkollar 4514386
Fix name
nkollar d93ecb8
Address code review comments
nkollar 21af765
Add staging repository to use parquet-mr 1.11.0 RC3
nkollar 8d4b06c
Update manifest
nkollar fbe3039
Fix failing tests, address code review comments
nkollar fb708c3
Fix failing ParquetPartitionDiscoverySuite test
nkollar 4deff14
Use direct snapshot url
nkollar afc7564
Change updatePolicy to always
nkollar 2998df2
remove duplicated repository
nkollar 440a9b3
Use 1.12.0-SNAPSHOT
nkollar 6e95803
update deps file
nkollar 9a39876
fix manifest file
nkollar ca9bdc3
purge Parquet artifacts from local repository
nkollar f8ecac1
line too long
nkollar c9a50e4
fix python style error
nkollar 9dbf152
Remove snapshot repo
nandorKollar 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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Is it required at Spark? Otherwise, can we exclude this in Parquet 1.11.0 RC4?
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.
@dongjoon-hyun it is a new dependency for Parquet to annotate which API is public and what is private. I don't think that we can exclude it from Parquet, since it is used there. The annotations are Yetus audience annotations with runtime retention policy (I think class retention policy would be more adequate), therefore I'm afraid the had to be present at runtime.