Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix](hive/iceberg)align with Hive insert overwrite table functionality (#39840) #40724

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

wuwenchi
Copy link
Contributor

bp #39840

…ality (apache#39840)

## Proposed changes

When execute: `insert overwrite table tb1 select * from tb2` and `tb2`
is an empty table:
1. if `tb1` is a partition table, there will be nothing to do.
2. if `tb1` is a unpartition table, the data in the table will be
cleared.
@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.

@wuwenchi
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit 4b7b43b into apache:branch-2.1 Sep 12, 2024
20 of 22 checks passed
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