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](fe) Fix the default value of ReplacePartitionClause.isStrictRange (#38688) #38879

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

w41ter
Copy link
Contributor

@w41ter w41ter commented Aug 5, 2024

No description provided.

…ge (apache#38688)

During ReplacePartitionClause.analyze(), the default value of
isStrictRange is true. However, ReplacePartitionClause instances
constructed by internal code do not call analyze(), so their
isStrictRange value is incorrect (e.g., INSERT INTO ... OVERWRITE).

This PR handle the relevant properties when constructing
ReplacePartitionClause.
@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.

@w41ter
Copy link
Contributor Author

w41ter commented Aug 5, 2024

run buildall

@w41ter w41ter merged commit 9c020f9 into apache:branch-2.1 Aug 5, 2024
21 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.

2 participants