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

Extract QueryConfig from BaseJdbcConfig #14921

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

kokosing
Copy link
Member

@kokosing kokosing commented Nov 6, 2022

Extract QueryConfig from BaseJdbcConfig

Conditional module requires to populate BaseJdbcConfig. Because of the
fact some jdbc connectors overrides defaults of BaseJdbcConfig, these
defaults are not visible during mentioned population and so that could
lead to validation error of the config.

Consider connectors that are not using connection-url config property.

Conditional module requires to populate BaseJdbcConfig. Because of the
fact some jdbc connectors overrides defaults of BaseJdbcConfig, these
defaults are not visible during mentioned population and so that could
lead to validation error of the config.

Consider connectors that are not using connection-url config property.
@cla-bot cla-bot bot added the cla-signed label Nov 6, 2022
@kokosing
Copy link
Member Author

kokosing commented Nov 6, 2022

It is related to airlift/airlift#1019

@kokosing kokosing requested a review from hashhar November 6, 2022 20:54
@kokosing kokosing merged commit 1119bae into trinodb:master Nov 7, 2022
@kokosing kokosing deleted the origin/master/159_config branch November 7, 2022 09:57
@github-actions github-actions bot added this to the 403 milestone Nov 7, 2022
@hashhar hashhar mentioned this pull request Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants