Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21652 )
Change subject: IMPALA-13280: Speed up test_under_statement_expression_limit ...................................................................... IMPALA-13280: Speed up test_under_statement_expression_limit This test spent over 7 minutes doing constant folding in Frontend Planner and over 20 minutes doing CodeGen in Coordinator Backend. It was holding resources from other concurrent test queries during exhaustive test run. This test was added by IMPALA-4551, which mainly test expression limit during query planning. This patch disable codegen and tweak the expression a bit to cut codegen and constant folding time. Testing: - Manually run test_under_statement_expression_limit in my local machine. After patch, the test can complete in around 4 seconds. Change-Id: If91b973fef95a89cc24a9172fdf24e2f11a19e6d Reviewed-on: http://gerrit.cloudera.org:8080/21652 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Yida Wu <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_exprs.py 1 file changed, 8 insertions(+), 5 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Yida Wu: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/21652 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If91b973fef95a89cc24a9172fdf24e2f11a19e6d Gerrit-Change-Number: 21652 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
