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

[#3150] fix(doris-catalog): Ignore unknown table properties for Doris catalog. #5348

Closed
wants to merge 2 commits into from

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

Add supported table properties for Doris catalog and ignore all unknown properties.

Why are the changes needed?

Doris does not support unknown table properties.

Fix: #3150

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

IT

@yuqi1129 yuqi1129 self-assigned this Oct 29, 2024
@yuqi1129 yuqi1129 added the branch-0.7 Automatically cherry-pick commit to branch-0.7 label Oct 29, 2024
@yuqi1129 yuqi1129 requested a review from FANNG1 October 30, 2024 14:27
@FANNG1
Copy link
Contributor

FANNG1 commented Oct 31, 2024

I don't think it's a bug, If user set a properties which Doris doesn't support, throw an exception is more clear than remove the property. Besides it's hard to maintenance the supported properties for different Doris versions and especially consider for the compatibility to Starrocks.

@yuqi1129
Copy link
Contributor Author

After a discussion with @FANNG1 , It seems that this is not an issue. I will close this PR and related issue temporarily and feel free to open it.

@yuqi1129 yuqi1129 closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.7 Automatically cherry-pick commit to branch-0.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] We should only pass by properties known by Doris
2 participants