You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/12/02 10:11:00 UTC

[doris] branch master updated (12304bc0ee -> 283b23f6da)

This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 12304bc0ee [Pipeline](exec) Support pipeline exec engine (#14736)
     add 283b23f6da [fix](planner) wrong results when select from view which has with clause (#14747)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/analysis/QueryStmt.java  |  8 ++++
 .../java/org/apache/doris/analysis/SelectStmt.java |  2 +-
 .../java/org/apache/doris/analysis/WithClause.java |  2 +-
 .../org/apache/doris/analysis/SelectStmtTest.java  |  9 ++--
 .../org/apache/doris/catalog/CreateViewTest.java   |  6 +--
 ...iew_slot.out => test_view_with_with_clause.out} |  3 +-
 .../correctness/test_view_with_with_clause.groovy  | 51 ++++++++++++++++++++++
 7 files changed, 70 insertions(+), 11 deletions(-)
 copy regression-test/data/correctness/{test_crossjoin_inlineview_slot.out => test_view_with_with_clause.out} (89%)
 create mode 100644 regression-test/suites/correctness/test_view_with_with_clause.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org