You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/09/10 02:06:51 UTC

[incubator-doris] branch master updated (a4fbad3 -> 2c58724)

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

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


    from a4fbad3  [BUG][Profile] Fixed the problem that BE's profile could not add chil… (#6268)
     add 2c58724  Support create table as select (#6102)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/src/main/cup/sql_parser.cup             |  15 ++
 .../doris/analysis/CreateTableAsSelectStmt.java    |  78 ++----
 .../org/apache/doris/analysis/CreateTableStmt.java |   4 +
 .../java/org/apache/doris/catalog/Catalog.java     |  57 ++++
 .../main/java/org/apache/doris/qe/DdlExecutor.java |   3 +
 .../java/org/apache/doris/qe/StmtExecutor.java     |  25 +-
 .../analysis/CreateTableAsSelectStmtTest.java      | 298 +++++++++++++++++++++
 7 files changed, 407 insertions(+), 73 deletions(-)
 create mode 100644 fe/fe-core/src/test/java/org/apache/doris/analysis/CreateTableAsSelectStmtTest.java

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