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-38751: [C++][Go][Parquet] Add tests for reading Float16 files in parquet-testing #38753

Merged
merged 3 commits into from Nov 17, 2023

Conversation

benibus
Copy link
Collaborator

@benibus benibus commented Nov 16, 2023

Rationale for this change

Validates compatibility between implementations when reading Float16 columns.

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

No

Copy link

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

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on the C++ side.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Nov 17, 2023
@zeroshade zeroshade merged commit 26cf0e0 into apache:main Nov 17, 2023
52 checks passed
@zeroshade zeroshade removed the awaiting committer review Awaiting committer review label Nov 17, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Nov 17, 2023
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 26cf0e0.

There were no benchmark performance regressions. 🎉

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.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…s in parquet-testing (apache#38753)

### Rationale for this change

Validates compatibility between implementations when reading `Float16` columns.

### What changes are included in this PR?

- Bumps `parquet-testing` commit to latest to use the recently-added files
- Adds reader tests for C++ and Go in the same vein as apache/arrow-rs#5003

### Are these changes tested?

Yes

### Are there any user-facing changes?

No

* Closes: apache#38751

Authored-by: benibus <bpharks@gmx.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
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++][Go][Parquet] Utilize new parquet-testing files in Float16 tests
4 participants