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 GetProductsColumnTypesSerialization Test in Java #576

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

lucyzhang929
Copy link
Contributor

This PR fixes: #515 and also reverts this PR #552. While testing I realized java.sql.Date does not include the time so we can't use that for sql DATETIME. The java types that map to sql DATETIME are java.util.Date and java.sql.Timestamp, both of which cause AddProductColumnTypesTest to fail on Linux because of the extra comma in the format (issue #521).

@lucyzhang929 lucyzhang929 merged commit 947b221 into main Dec 12, 2022
@lucyzhang929 lucyzhang929 deleted the luczhan/javafixlocaldatetime branch December 12, 2022 14:53
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.

Java worker returns timestamps in local time zone
3 participants