-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use nvcomp's snappy decompressor in avro reader #9181
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
Merged
rapids-bot
merged 42 commits into
NVIDIA:branch-21.12
from
devavret:avro-reader-nvcomp-snappy
Sep 27, 2021
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
db23741
Initial changes to get nvcomp integrated
devavret a5f3363
Using nvcomp provided max compressed buffer size
devavret 61018aa
Recover from error in nvcomp compressing and encode uncompressed.
devavret 64d7d1c
review changes
devavret 9787c7c
Use nvcomp's snappy decompressor in parquet reader
devavret 27764e7
Replace accidental vector with uvector.
devavret 95a57ec
Provide the actual max uncomp page size to nvcomp's temp size estimat…
devavret cc9500a
cmake changes requested in review
devavret 679eae1
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 7989b9c
Merge branch 'branch-21.10' into parquet-writer-nvcomp-snappy
devavret f90409c
Merge branch 'branch-21.10' into parquet-writer-nvcomp-snappy
devavret 63d22b0
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 40ebd1e
Update parquet writer to use nvcomp 2.1
devavret 4a2cb24
One more cmake change related to updating nvcomp
devavret 1e6a1be
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 6019b0f
Update nvcomp to version with fix for snappy decompressor
devavret 79953a8
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret d7b86b7
Update reader to use new nvcomp API
devavret 140d3d0
Fix allocation size bug
devavret 004d50b
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 05f5343
Merge branch 'branch-21.10' into parquet-writer-nvcomp-snappy
devavret 62d92b4
Update cmake to find nvcomp in new manner
devavret 4155a89
Merge branch 'parquet-writer-nvcomp-snappy' into avro-reader-nvcomp-s…
devavret a0824e6
First commit to add nvcomp snappy decomp to avro
devavret 8645c68
Cleanups
devavret ddff6fb
Add begin and end accessors to hd_vec.
devavret 26d9bbf
Collect deflate decomp code into a single branch and add pytest for d…
devavret 3c73be3
Make nvcomp private in cmake and update get_nvcomp
devavret 449c8ac
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 41aabe6
Merge branch 'parquet-writer-nvcomp-snappy' into avro-reader-nvcomp-s…
devavret e0a013d
Add an env var flip switch to choose b/w nvcomp and inbuilt compressor
devavret 122c178
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret f7642d5
Add nvcomp env var switch in reader
devavret 7501b11
Merge branch 'branch-21.10' into parquet-writer-nvcomp-snappy
devavret bfa1366
Static linking nvcomp into libcudf
devavret 203cf15
Review changes
devavret 6721fb8
Merge changes from nvcomp -fPIC
devavret 1aa4d25
Merge branch 'parquet-writer-nvcomp-snappy' into parquet-reader-nvcom…
devavret 59b80ba
Merge branch 'parquet-reader-nvcomp-snappy' into avro-reader-nvcomp-s…
devavret 8b83f4b
Add python-snappy to enable fastavro based tests
devavret 07a6a35
Merge branch 'branch-21.10' into avro-reader-nvcomp-snappy
devavret 03a278b
review changes
devavret 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
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.
Uh oh!
There was an error while loading. Please reload this page.