Skye Wanderman-Milne has posted comments on this change. Change subject: IMPALA-3378/IMPALA-3379: fix various JNI issues ......................................................................
Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/2820/4/be/src/exprs/hive-udf-call.cc File be/src/exprs/hive-udf-call.cc: Line 203: if (env == NULL) return Status("Failed to get/create JVM"); > We will always call Close() even if Open() failed, right ? We should: https://github.com/cloudera/Impala/blob/cdh5-trunk/be/src/exprs/expr-context.cc#L43 -- To view, visit http://gerrit.cloudera.org:8080/2820 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8cd089e355d2ee2d5ace81f05b214272c05cf941 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Skye Wanderman-Milne <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Skye Wanderman-Milne <[email protected]> Gerrit-HasComments: Yes
