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-44760: [GLib] Add garrow_record_batch_validate_full() #45386

Merged
merged 4 commits into from
Jan 30, 2025

Conversation

hiroyuki-sato
Copy link
Contributor

@hiroyuki-sato hiroyuki-sato commented Jan 30, 2025

Rationale for this change

RecordBatch::ValidateFull available in the C++ API.
But, GLib doesn't support that method yet.

What changes are included in this PR?

This PR adds a validation method in the record-batch class.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@hiroyuki-sato hiroyuki-sato requested a review from kou as a code owner January 30, 2025 01:15
Copy link

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

@hiroyuki-sato hiroyuki-sato force-pushed the topic/record-batch-validate-full branch from f987e36 to d40dc1d Compare January 30, 2025 02:32
@hiroyuki-sato hiroyuki-sato force-pushed the topic/record-batch-validate-full branch from d40dc1d to 26eecda Compare January 30, 2025 02:46
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Jan 30, 2025
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Jan 30, 2025
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 99dd237 into apache:main Jan 30, 2025
10 checks passed
@kou kou removed the awaiting change review Awaiting change review label Jan 30, 2025
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 30, 2025
lriggs pushed a commit to lriggs/arrow that referenced this pull request Jan 30, 2025
…e#45386)

### Rationale for this change

[RecordBatch::ValidateFull](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow11RecordBatch12ValidateFullEv) available in the C++ API.
But, GLib doesn't support that method yet.

### What changes are included in this PR?

This PR adds a validation method in the record-batch class.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.

* GitHub Issue: apache#44760

Lead-authored-by: Hiroyuki Sato <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Copy link

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

There were 8 benchmark results with an error:

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 21 possible false positives for unstable benchmarks that are known to sometimes produce them.

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.

2 participants