Skip to content

Add Java/JNI bindings and CI test job#6

Merged
JingsongLi merged 1 commit into
apache:mainfrom
JingsongLi:java
May 19, 2026
Merged

Add Java/JNI bindings and CI test job#6
JingsongLi merged 1 commit into
apache:mainfrom
JingsongLi:java

Conversation

@JingsongLi
Copy link
Copy Markdown
Contributor

Enabling Java applications to use MosaicWriter/MosaicReader via Arrow C Data Interface over JNI.

Enabling Java applications to use MosaicWriter/MosaicReader via Arrow C Data Interface over JNI.
Copy link
Copy Markdown

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

I reviewed the Java/JNI binding path, including the Arrow C Data import/export flow, native handle lifecycle, Java InputFile/OutputStream bridging, row-group projection/statistics APIs, and the new CI job. The JNI library builds successfully locally, cargo test --workspace passes, and the GitHub java-test, build-and-test, cpp-test, and check jobs are all green for this head commit. The local Java test run was not applicable in my environment because it is still on JDK 8 while the PR correctly configures CI with JDK 11 for Arrow 18.

@JingsongLi JingsongLi merged commit 35b5bfb into apache:main May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants