Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3087: Initialize the field codegen_expr_ in RuntimeState ......................................................................
IMPALA-3087: Initialize the field codegen_expr_ in RuntimeState Previously, one of the constructors of the class RuntimeState didn't initialize the field 'codegen_expr_'. This may lead to unexpected use of codegen during expression evaluation sent from the frontend. This change fixes the problem by adding the missing initialization of the field. Change-Id: Ia7757f6c76ea5e38449049935cbd1169254a071a Reviewed-on: http://gerrit.cloudera.org:8080/2319 Reviewed-by: Marcel Kornacker <[email protected]> Tested-by: Internal Jenkins --- M be/src/runtime/runtime-state.cc 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Marcel Kornacker: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2319 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia7757f6c76ea5e38449049935cbd1169254a071a Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.5.0_5.7.0 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
