Luke Cwik created BEAM-8517:
-------------------------------
Summary: Jdbc Schema timestamp conversion has timezone
inconsistency issue in test
Key: BEAM-8517
URL: https://issues.apache.org/jira/browse/BEAM-8517
Project: Beam
Issue Type: Bug
Components: io-java-jdbc
Reporter: Luke Cwik
Assignee: Luke Cwik
The timezone conversion within
[testGetPreparedStatementSetCallerForLogicalTypes|https://github.com/apache/beam/blob/c8bed1c546a698a65dc1a468a47161b8a9bfb644/sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/JdbcIOTest.java#L784]
fails for me due to an off by one hour error since we attempt to take the
number of millis > 86,400,000 and produce a date time that is less.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)