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-37910: [Java][Integration] Implement C Data Interface integration testing #38248

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Oct 12, 2023

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@pitrou
Copy link
Member Author

pitrou commented Oct 12, 2023

@lidavidm @jduo Could one of you take a quick look at the Java changes?

Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

LGTM, just some nits

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Oct 12, 2023
@pitrou pitrou marked this pull request as ready for review October 16, 2023 14:19
go/arrow/cdata/cdata.go Outdated Show resolved Hide resolved
@pitrou
Copy link
Member Author

pitrou commented Oct 18, 2023

I'm gonna wait for #38314 to be merged and will then rebase this PR.

Comment on lines +227 to +228
# Note: no need to call the Go GC anywhere thanks to Arrow Go's
# explicit refcounting.
Copy link
Member Author

Choose a reason for hiding this comment

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

@zeroshade Your changes did the trick!

@pitrou
Copy link
Member Author

pitrou commented Oct 19, 2023

I'm going to merge now.

@pitrou pitrou merged commit ea936e3 into apache:main Oct 19, 2023
56 of 57 checks passed
@pitrou pitrou removed the awaiting merge Awaiting merge label Oct 19, 2023
@pitrou pitrou deleted the java-c-data-integration branch October 19, 2023 12:00
@conbench-apache-arrow
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 23, 2023
…ation testing (apache#38248)

### Rationale for this change

### What changes are included in this PR?

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#37910

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…ation testing (apache#38248)

### Rationale for this change

### What changes are included in this PR?

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#37910

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…ation testing (apache#38248)

### Rationale for this change

### What changes are included in this PR?

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#37910

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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.

[Integration][Java] Implement C Data Interface integration testing for Java
2 participants