Skip to content

[branch-2.0][improve](jdbc catalog) Remove all property checks during create - #35353

Merged
zy-kkk merged 1 commit into
apache:branch-2.0from
zy-kkk:jdbc_resource20
May 25, 2024
Merged

[branch-2.0][improve](jdbc catalog) Remove all property checks during create #35353
zy-kkk merged 1 commit into
apache:branch-2.0from
zy-kkk:jdbc_resource20

Conversation

@zy-kkk

Copy link
Copy Markdown
Member

Proposed changes

Issue Number: close #xxx

pick #35194

Previously, in order to prevent users from writing wrong parameters when creating a jdbc catalog, we checked all properties. However, we found that when the parent class adds a new property, the subclass cannot sense the parent class's newly added property and can only manually add a check list. In order to avoid this trouble, I will delete this check for now and will check it in a better way later.

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@doris-robot

Copy link
Copy Markdown

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.

@zy-kkk

Copy link
Copy Markdown
MemberAuthor

run buildall

@zy-kkkzy-kkk changed the title [improve](jdbc catalog) Remove all property checks during create [branch-2.0][improve](jdbc catalog) Remove all property checks during create May 24, 2024
@zy-kkk

Copy link
Copy Markdown
MemberAuthor

run buildall

@zy-kkk
zy-kkk merged commit 3375839 into apache:branch-2.0May 25, 2024
@zy-kkk
zy-kkk deleted the jdbc_resource20 branch May 25, 2024 08:41
Sign up for freeto 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

@zy-kkk@doris-robot