Hello Aman Sinha, Fang-Yu Rao, Joe McDonnell, Michael Smith, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22333 to look at the new patch set (#5). Change subject: IMPALA-13903: Enable hooks in test framework to run parser tests for Calcite planner ...................................................................... IMPALA-13903: Enable hooks in test framework to run parser tests for Calcite planner This commit is a refactoring of the parser test framework to allow the Calcite planner to run parser tests. A fixture interface has been created called ParserFixture, and the original planner's implementation is in the file CupParserFixture. Change-Id: Ibbd272f9c2b3ecbb87fa19caccf4fc51a25fea1b --- M fe/src/main/java/org/apache/impala/analysis/ArithmeticExpr.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java A fe/src/test/java/org/apache/impala/analysis/CupParserFixture.java M fe/src/test/java/org/apache/impala/analysis/ParserTest.java M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java M fe/src/test/java/org/apache/impala/common/FrontendFixture.java M fe/src/test/java/org/apache/impala/common/FrontendTestBase.java A fe/src/test/java/org/apache/impala/common/ParserFixture.java 9 files changed, 578 insertions(+), 317 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/22333/5 -- To view, visit http://gerrit.cloudera.org:8080/22333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibbd272f9c2b3ecbb87fa19caccf4fc51a25fea1b Gerrit-Change-Number: 22333 Gerrit-PatchSet: 5 Gerrit-Owner: Steve Carlin <scar...@cloudera.com> Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com> Gerrit-Reviewer: Fang-Yu Rao <fangyu....@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com>