Skip to content

Conversation

@zclllyybb
Copy link
Contributor

pick #38628

…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
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zclllyybb
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.02% (9368/26006)
Line Coverage: 27.58% (76939/279003)
Region Coverage: 26.36% (39523/149945)
Branch Coverage: 23.14% (20101/86856)
Coverage Report: http://coverage.selectdb-in.cc/coverage/8b7554ade96a4477bf40c9bb662393ecc8e8af4b_8b7554ade96a4477bf40c9bb662393ecc8e8af4b/report/index.html

@zclllyybb
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.33% (9477/26086)
Line Coverage: 27.89% (78065/279899)
Region Coverage: 26.53% (40026/150867)
Branch Coverage: 23.32% (20325/87164)
Coverage Report: http://coverage.selectdb-in.cc/coverage/143d444d91360083e3932211112b3ae838bc2905_143d444d91360083e3932211112b3ae838bc2905/report/index.html

@yiguolei yiguolei merged commit 2e64491 into apache:branch-2.1 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants