Skip to content

feat(java/driver/jni): implement executePartitioned#4263

Merged
lidavidm merged 1 commit intoapache:mainfrom
lidavidm:gh-4242
Apr 27, 2026
Merged

feat(java/driver/jni): implement executePartitioned#4263
lidavidm merged 1 commit intoapache:mainfrom
lidavidm:gh-4242

Conversation

@lidavidm
Copy link
Copy Markdown
Member

@lidavidm lidavidm commented Apr 22, 2026

Closes #4262.

Copy link
Copy Markdown
Member

@zeroshade zeroshade 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 the same nitpicks

JNIEnv* env, [[maybe_unused]] jclass self, jlong handle) {
struct AdbcError error = ADBC_ERROR_INIT;
auto* ptr = reinterpret_cast<struct AdbcStatement*>(static_cast<uintptr_t>(handle));
struct ArrowSchema schema = {};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same as elsewhere, drop this since it's unused?

JNIEnv* env, [[maybe_unused]] jclass self, jlong handle) {
struct AdbcError error = ADBC_ERROR_INIT;
auto* ptr = reinterpret_cast<struct AdbcConnection*>(static_cast<uintptr_t>(handle));
struct ArrowSchema schema = {};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same as elsewhere, drop since unused?

@lidavidm lidavidm marked this pull request as ready for review April 27, 2026 02:29
@lidavidm lidavidm merged commit 563b948 into apache:main Apr 27, 2026
58 of 59 checks passed
@lidavidm lidavidm deleted the gh-4242 branch April 27, 2026 02:37
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.

java/driver/jni: implement executePartitioned

2 participants