Skip to content

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

Draft
lidavidm wants to merge 5 commits intoapache:mainfrom
lidavidm:gh-4242
Draft

feat(java/driver/jni): implement executePartitioned#4263
lidavidm wants to merge 5 commits 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?

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