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

Serde test for JdbcExtractionNamespace. #6186

Merged
merged 1 commit into from Aug 17, 2018

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Aug 16, 2018

I don't think it's fixing any bug, but, I wrote the test anyway while investigating something else, and might as well commit it.

Copy link
Contributor

@jihoonson jihoonson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -59,6 +59,7 @@ public int getPort()
return port;
}

@JsonProperty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This missing JsonProperty looks a bug. Isn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's not fixing any production bug, since the @JsonProperty on the connectURI field will get used if this one on the getter isn't there. In production that field is always going to be set. So I think this is technically a bug but it only affects test.

@gianm gianm merged commit 4d2ff0f into apache:master Aug 17, 2018
@gianm gianm deleted the jdbc-ns-serde-test branch August 17, 2018 15:54
@dclim dclim added this to the 0.13.0 milestone Oct 8, 2018
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

3 participants