Skip to content
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

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

wgtmac
Copy link
Member

@wgtmac wgtmac commented Oct 19, 2023

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.

@github-actions
Copy link

⚠️ GitHub issue #38346 has been automatically assigned in GitHub to PR creator.

@wgtmac wgtmac changed the title GH-38346: Use new encrypted files for page index encryption test GH-38346: [C++][Parquet] Use new encrypted files for page index encryption test Oct 19, 2023
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Oct 24, 2023
Copy link
Member

@mapleFU mapleFU left a 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...

@mapleFU
Copy link
Member

mapleFU commented Oct 25, 2023

Will merge it if nobody has more comment tonight

@wgtmac
Copy link
Member Author

wgtmac commented Oct 25, 2023

Thank you @pitrou and @mapleFU

@mapleFU
Copy link
Member

mapleFU commented Oct 25, 2023

CI faileds are unrelated.

@mapleFU mapleFU merged commit e836061 into apache:main Oct 25, 2023
32 of 33 checks passed
@mapleFU mapleFU removed the awaiting committer review Awaiting committer review label Oct 25, 2023
JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 25, 2023
… 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]>
@conbench-apache-arrow
Copy link

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.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
… 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]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
… 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++][Parquet] Use new encrypted files for page index encryption test
3 participants