Skip to content

Commit

Permalink
[fix](planner) createColumnAndViewDefs method use wrong analyzer (#25005
Browse files Browse the repository at this point in the history
) (#31014)

bp #25005
Co-authored-by: starocean999 <[email protected]>
  • Loading branch information
morningman authored Feb 9, 2024
1 parent 8ead097 commit c789a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void analyze(Analyzer analyzer) throws UserException {
Analyzer viewAnalyzer = new Analyzer(analyzer);
viewDefStmt.analyze(viewAnalyzer);

createColumnAndViewDefs(analyzer);
createColumnAndViewDefs(viewAnalyzer);
} finally {
// must reset this flag, otherwise, all following query statement in this connection
// will not do constant fold for nondeterministic functions.
Expand Down

0 comments on commit c789a47

Please sign in to comment.