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

[Fix](Export) Export delete multiple times when specify the delete_existing_files property #38400

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BePPPower
Copy link
Contributor

@BePPPower BePPPower commented Jul 26, 2024

When the Export statement specifies the delete_existing_files property, each Outfile statement generated by the Export will carry this property. This causes each Outfile statement to delete existing files, so only the result of the last Outfile statement will be retained.

So, we add a rpc method which can delete existing files for Export statement and the Outfile statements generated by the Export will not carry delete_existing_files property any more.

@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.

Copy link
Contributor

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

@BePPPower
Copy link
Contributor Author

run buildall

Copy link
Contributor

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

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.

None yet

2 participants