Tianyi Wang has uploaded a new change for review. http://gerrit.cloudera.org:8080/7642
Change subject: IMPALA-5327: Handle return of JNI GetStringUTFChar ...................................................................... IMPALA-5327: Handle return of JNI GetStringUTFChar GetStringUTFChars may return NULL or throw exception and it is not handled in two places. This patch checks the return value/exception, logs if there is error and return error to the caller. Change-Id: I47eed045f21c6ed3a8decf422ce8429fc66c4322 --- M be/src/util/jni-util.cc M be/src/util/logging-support.cc 2 files changed, 34 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/7642/1 -- To view, visit http://gerrit.cloudera.org:8080/7642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I47eed045f21c6ed3a8decf422ce8429fc66c4322 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tianyi Wang <[email protected]>
