Skip to content

Support create table as select - #6102

Merged
yangzhg merged 10 commits into
apache:masterfrom
stalary:create_table_as
Sep 10, 2021
Merged

Support create table as select#6102
yangzhg merged 10 commits into
apache:masterfrom
stalary:create_table_as

Conversation

@stalary

@stalarystalary commented Jun 27, 2021

Copy link
Copy Markdown
Contributor

Proposed changes

Support create table as select...,This statement is handy for building ADS tables

The decimal type is not currently supported

Types of changes

What types of changes does your code introduce to Doris?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)
  • Code refactor (Modify the code structure, format the code, etc...)

Fix#6101

@stalary

Copy link
Copy Markdown
ContributorAuthor

wait support string

@yangzhg

Copy link
Copy Markdown
Member

wait support string

String type has been merged

@stalary

Copy link
Copy Markdown
ContributorAuthor

wait support string

String type has been merged

Ok, I will support it as soon as possible

@morningmanmorningman changed the title WIP: 添加create table as selectWIP: Support create table as selectAug 31, 2021
Comment threadfe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java Outdated
Comment threadfe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java Outdated
@stalarystalary changed the title WIP: Support create table as selectSupport create table as selectSep 6, 2021
@morningmanmorningman added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 6, 2021

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Please resolve the conflict

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Sep 9, 2021
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@yangzhg
yangzhg merged commit 2c58724 into apache:masterSep 10, 2021
@morningmanmorningman mentioned this pull request Oct 10, 2021
@stalary
stalary deleted the create_table_as branch May 8, 2022 10:12
seawinde pushed a commit to seawinde/doris that referenced this pull request Jan 30, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.kind/featureCategorizes issue or PR as related to a new feature.reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Support create table as select...

3 participants

@stalary@yangzhg@morningman