Uh oh!
There was an error while loading. Please reload this page.
[branch-2.1](insert-overwrite) Support create partition for auto partition table when insert overwrite (#38628) - #42644
Conversation
…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
doris-robot
commented
Oct 28, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zclllyybb
commented
Oct 28, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 28, 2024
TeamCity be ut coverage result: |
zclllyybb
commented
Nov 12, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 12, 2024
TeamCity be ut coverage result: |
pick #38628