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: [email protected]
For additional commands, e-mail: [email protected]