Skip to content

[FEAT]: Check if arrays have nulls or not in jni#128

Open
Doominika wants to merge 6 commits intoandroid-stream-api-testingfrom
feat/check-if-arrays-have-nulls-or-not-in-jni
Open

[FEAT]: Check if arrays have nulls or not in jni#128
Doominika wants to merge 6 commits intoandroid-stream-api-testingfrom
feat/check-if-arrays-have-nulls-or-not-in-jni

Conversation

@Doominika
Copy link
Contributor

Description

Check if arrays passed from Java to jni do not contain null values.
If so, pass them as null and don't parse it.

@Doominika Doominika requested a review from djenczewski March 12, 2026 12:53
Copy link
Member

@djenczewski djenczewski left a comment

Choose a reason for hiding this comment

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

Each call jArrayToVector now can produce Exception, so after each call of this method we have to call ctx->ExceptionCheck and if it return true then return from function

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