-
Notifications
You must be signed in to change notification settings - Fork 3k
Add golden file tests for vectorized Parquet reads #13450
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
+81
−0
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
19b099d
stable
eric-maynard f7bbf72
Add golden files
eric-maynard a7c50aa
parameterized test
eric-maynard e576df1
boolean type
eric-maynard e864cb0
remove new encodings
eric-maynard f2d3367
add missing files
eric-maynard 7b69f07
checkstyle
eric-maynard 879a0b4
resolve conflicts
eric-maynard 85c35d6
add new encoding
eric-maynard 20c195c
spotless
eric-maynard 08314c2
lint
eric-maynard b91228c
better imports
eric-maynard c14100b
lint
eric-maynard 1bd89c1
better assert
eric-maynard 499b8b8
spotless
eric-maynard 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
Binary file added
BIN
+2.13 KB
spark/v4.0/spark/src/test/resources/encodings/DELTA_BINARY_PACKED/int32.parquet
Binary file not shown.
Binary file added
BIN
+5.44 KB
spark/v4.0/spark/src/test/resources/encodings/DELTA_BINARY_PACKED/int64.parquet
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+359 Bytes
spark/v4.0/spark/src/test/resources/encodings/PLAIN/boolean.parquet
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14 KB
spark/v4.0/spark/src/test/resources/encodings/PLAIN_DICTIONARY/binary.parquet
Binary file not shown.
Binary file added
BIN
+5.4 KB
spark/v4.0/spark/src/test/resources/encodings/PLAIN_DICTIONARY/float.parquet
Binary file not shown.
Binary file added
BIN
+5.21 KB
spark/v4.0/spark/src/test/resources/encodings/PLAIN_DICTIONARY/int32.parquet
Binary file not shown.
Binary file added
BIN
+9.34 KB
spark/v4.0/spark/src/test/resources/encodings/PLAIN_DICTIONARY/int64.parquet
Binary file not shown.
Binary file added
BIN
+3.02 KB
spark/v4.0/spark/src/test/resources/encodings/PLAIN_DICTIONARY/string.parquet
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14 KB
spark/v4.0/spark/src/test/resources/encodings/RLE_DICTIONARY/binary.parquet
Binary file not shown.
Binary file added
BIN
+5.4 KB
spark/v4.0/spark/src/test/resources/encodings/RLE_DICTIONARY/float.parquet
Binary file not shown.
Binary file added
BIN
+5.21 KB
spark/v4.0/spark/src/test/resources/encodings/RLE_DICTIONARY/int32.parquet
Binary file not shown.
Binary file added
BIN
+9.34 KB
spark/v4.0/spark/src/test/resources/encodings/RLE_DICTIONARY/int64.parquet
Binary file not shown.
Binary file added
BIN
+3.02 KB
spark/v4.0/spark/src/test/resources/encodings/RLE_DICTIONARY/string.parquet
Binary file not shown.
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.
@eric-maynard Looks like we overlooked here: it should build the vectorized reader instead. Could you please open a follow up PR to fix this? Thanks!