-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-38346: [C++][Parquet] Use new encrypted files for page index encryption test #38347
Conversation
|
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.
Nice
I wonder should we have a encrypted files with page index in the future...
Will merge it if nobody has more comment tonight |
CI faileds are unrelated. |
… encryption test (apache#38347) ### Rationale for this change Encrypted parquet files have been updated to apache/parquet-testing repo. We can use the new files to verify encrypted page index. ### What changes are included in this PR? Minor refactor read_configurations_test.cc to check page index from all parquet files. ### Are these changes tested? This is indeed a unit test enhancement. ### Are there any user-facing changes? NO. * Closes: apache#38346 Authored-by: Gang Wu <[email protected]> Signed-off-by: mwish <[email protected]>
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit e836061. There were 9 benchmark results indicating a performance regression:
The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
… encryption test (apache#38347) ### Rationale for this change Encrypted parquet files have been updated to apache/parquet-testing repo. We can use the new files to verify encrypted page index. ### What changes are included in this PR? Minor refactor read_configurations_test.cc to check page index from all parquet files. ### Are these changes tested? This is indeed a unit test enhancement. ### Are there any user-facing changes? NO. * Closes: apache#38346 Authored-by: Gang Wu <[email protected]> Signed-off-by: mwish <[email protected]>
… encryption test (apache#38347) ### Rationale for this change Encrypted parquet files have been updated to apache/parquet-testing repo. We can use the new files to verify encrypted page index. ### What changes are included in this PR? Minor refactor read_configurations_test.cc to check page index from all parquet files. ### Are these changes tested? This is indeed a unit test enhancement. ### Are there any user-facing changes? NO. * Closes: apache#38346 Authored-by: Gang Wu <[email protected]> Signed-off-by: mwish <[email protected]>
Rationale for this change
Encrypted parquet files have been updated to apache/parquet-testing repo. We can use the new files to verify encrypted page index.
What changes are included in this PR?
Minor refactor read_configurations_test.cc to check page index from all parquet files.
Are these changes tested?
This is indeed a unit test enhancement.
Are there any user-facing changes?
NO.