-
Notifications
You must be signed in to change notification settings - Fork 63
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
Geoparquet filtering and simplification #895
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f618666
Add s3 transfer manager dependency
bchapuis f640c29
Improve spliterator concurrency
bchapuis 21816d7
Improve the geoparquet reader
bchapuis 2f53920
Improve the geoparquet reader
bchapuis c49861a
Make the spliterator an internal class
bchapuis 07944ac
Remove unused writer class and use low level ParquetFileReader API
bchapuis 79147b0
Merge GeoParquetGroup interface and implementation
bchapuis 15b96e1
Remove the nanotime type
bchapuis 443c90c
Distinguish types with single and repeated values
bchapuis 21ea189
Remove the wrappers
bchapuis 61f792c
Improve api
bchapuis 26b41b1
Pass properties instead of parent object
bchapuis 721bdb5
Add filtering capabilities
bchapuis 49aebb8
Improve the creation of the filter predicate
bchapuis 848dc35
Refactor the geoparquet reader
bchapuis 19da919
Add some javadoc
bchapuis 930cc0f
Move the config in a dedicated class
bchapuis 8de3f0f
Move disabled tests in dedicated class
bchapuis ffbc74c
Fix issues in group
bchapuis 461d30a
Add benchmarking module
bchapuis 2d0eacf
Skip geoparquet files based on their bbox
bchapuis 1325256
Format code
bchapuis 1f9cc17
Fix sonar issue
bchapuis 985ef2c
Suppress warnings in benchmarks
bchapuis cdb9f6a
Improve documentation and remove println
bchapuis 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
Fix issues in group
- Loading branch information
commit ffbc74caa55697019aa45284a91eadaf5783cc71
There are no files selected for viewing
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
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
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
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
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
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.
Check notice
Code scanning / CodeQL
Missing Override annotation Note