Skip to content

GH-38751: [C++][Go][Parquet] Add tests for reading Float16 files in parquet-testing#38753

Merged
zeroshade merged 3 commits intoapache:mainfrom
benibus:GH-38751-pq-float16-file-tests
Nov 17, 2023
Merged

GH-38751: [C++][Go][Parquet] Add tests for reading Float16 files in parquet-testing#38753
zeroshade merged 3 commits intoapache:mainfrom
benibus:GH-38751-pq-float16-file-tests

Conversation

@benibus
Copy link
Contributor

@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

@github-actions
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
@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
@conbench-apache-arrow
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