Skip to content

Conversation

zclllyybb
Copy link
Contributor

@zclllyybb
Copy link
Contributor Author

wait code change merged first

@KassieZ KassieZ added dont merge dependencies Pull requests that update a dependency file and removed Reviewed dont merge labels Sep 2, 2024
@zclllyybb zclllyybb marked this pull request as ready for review October 23, 2024 08:42
HappenLee pushed a commit to apache/doris that referenced this pull request Oct 28, 2024
…on table when insert overwrite (#38628)

introduced session variable `enable_auto_create_when_overwrite`

when it's true:
1. `insert overwrite table auto_partition_table [values xxx| select
xxx]` support overwrite old datas and create partition(s) for new datas
if need.
2. `insert overwrite table auto_partition_table partition(*) [values
xxx| select xxx]` support overwrite old datas for values-relative
partitions(as it was before) and create partition(s) for new datas if
need.

doc pr: apache/doris-website#936
zclllyybb added a commit to zclllyybb/doris that referenced this pull request Oct 28, 2024
…on table when insert overwrite (apache#38628)

introduced session variable `enable_auto_create_when_overwrite`

when it's true:
1. `insert overwrite table auto_partition_table [values xxx| select
xxx]` support overwrite old datas and create partition(s) for new datas
if need.
2. `insert overwrite table auto_partition_table partition(*) [values
xxx| select xxx]` support overwrite old datas for values-relative
partitions(as it was before) and create partition(s) for new datas if
need.

doc pr: apache/doris-website#936
zclllyybb added a commit to zclllyybb/doris that referenced this pull request Oct 28, 2024
…on table when insert overwrite (apache#38628)

introduced session variable `enable_auto_create_when_overwrite`

when it's true:
1. `insert overwrite table auto_partition_table [values xxx| select
xxx]` support overwrite old datas and create partition(s) for new datas
if need.
2. `insert overwrite table auto_partition_table partition(*) [values
xxx| select xxx]` support overwrite old datas for values-relative
partitions(as it was before) and create partition(s) for new datas if
need.

doc pr: apache/doris-website#936
@KassieZ KassieZ added Reviewed and removed dependencies Pull requests that update a dependency file labels Oct 28, 2024
zclllyybb added a commit to zclllyybb/doris that referenced this pull request Oct 28, 2024
…on table when insert overwrite (apache#38628)

introduced session variable `enable_auto_create_when_overwrite`

when it's true:
1. `insert overwrite table auto_partition_table [values xxx| select
xxx]` support overwrite old datas and create partition(s) for new datas
if need.
2. `insert overwrite table auto_partition_table partition(*) [values
xxx| select xxx]` support overwrite old datas for values-relative
partitions(as it was before) and create partition(s) for new datas if
need.

doc pr: apache/doris-website#936
@morningman morningman merged commit c9a1641 into apache:master Oct 31, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants