Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23047
Change subject: IMPALA-13649: (addendum) lower the multiple in TestExprDepthLimit ...................................................................... IMPALA-13649: (addendum) lower the multiple in TestExprDepthLimit TestExprDepthLimit still hit stack overflow when at 8x deeper than Expr.EXPR_DEPTH_LIMIT (1000). This patch lower the multiple further to 2x so that the expression tree does not hit stack overflow during creation. Testing: Pass FE_TEST with JDK17. Change-Id: If77a64435091459fa8a7d7bb5218a8eb0895802c --- M fe/src/test/java/org/apache/impala/analysis/AnalyzeExprsTest.java 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/23047/1 -- To view, visit http://gerrit.cloudera.org:8080/23047 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If77a64435091459fa8a7d7bb5218a8eb0895802c Gerrit-Change-Number: 23047 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
