Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5031: remove undefined behavior: nullptr member function call ......................................................................
IMPALA-5031: remove undefined behavior: nullptr member function call This member function call on a nullptr to a FragmentInstanceState was present in data loading, end-to-end tests, and custom cluster tests. Change-Id: I2377c14f7ea8f93bb96504dd2319c11ff709cd26 Reviewed-on: http://gerrit.cloudera.org:8080/6714 Reviewed-by: Michael Ho <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/runtime/coordinator.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Michael Ho: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6714 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2377c14f7ea8f93bb96504dd2319c11ff709cd26 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]>
