Daniel Becker has posted comments on this change. ( http://gerrit.cloudera.org:8080/19434 )
Change subject: WIP - IMPALA-11828: Incorrect result of joining unnest with view ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/19434/3/fe/src/main/java/org/apache/impala/analysis/SelectStmt.java File fe/src/main/java/org/apache/impala/analysis/SelectStmt.java: http://gerrit.cloudera.org:8080/#/c/19434/3/fe/src/main/java/org/apache/impala/analysis/SelectStmt.java@272 PS3, Line 272: tableAliasGenerator_ = new TableAliasGenerator(analyzer_, null); The previous commit tried to construct the TableAliasGenerator when 'analyzer_' is not yet set and that does not work. -- To view, visit http://gerrit.cloudera.org:8080/19434 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I00ea31da5e3c56b50148285da067aa77ff5a571d Gerrit-Change-Number: 19434 Gerrit-PatchSet: 3 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Comment-Date: Fri, 27 Jan 2023 15:45:31 +0000 Gerrit-HasComments: Yes
