Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/21037 )
Change subject: IMPALA-12811: Exception during re-analyze can be lost ...................................................................... Patch Set 1: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/21037/1/fe/src/main/java/org/apache/impala/analysis/AnalysisContext.java File fe/src/main/java/org/apache/impala/analysis/AnalysisContext.java: http://gerrit.cloudera.org:8080/#/c/21037/1/fe/src/main/java/org/apache/impala/analysis/AnalysisContext.java@649 PS1, Line 649: throw new AnalysisException("An error occurred after query rewrite: " + Could it be useful to print the original error message within an additional try catch block? Or analysisResult_.stmt_.toSql(REWRITTEN)) should always throw an exception? -- To view, visit http://gerrit.cloudera.org:8080/21037 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie6e36b08703c07a2a8d68a4ec0e8ddd65ba03199 Gerrit-Change-Number: 21037 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Thu, 15 Feb 2024 16:07:00 +0000 Gerrit-HasComments: Yes
