[
https://issues.apache.org/jira/browse/BEAM-8358?focusedWorklogId=336456&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-336456
]
ASF GitHub Bot logged work on BEAM-8358:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Oct/19 20:51
Start Date: 30/Oct/19 20:51
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #9736: [BEAM-8358] Fixes
the failing test issue in UTC+8 timezone
URL: https://github.com/apache/beam/pull/9736#issuecomment-548107096
Is there a way you could add a test for this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 336456)
Time Spent: 0.5h (was: 20m)
> Failing test in UTC+8 timezone
> ------------------------------
>
> Key: BEAM-8358
> URL: https://issues.apache.org/jira/browse/BEAM-8358
> Project: Beam
> Issue Type: Bug
> Components: io-java-jdbc
> Reporter: Zoltan Kauker
> Assignee: Zoltan Kauker
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The
> [SchemaUtilTest.testBeamRowMapperDateTime()|https://github.com/apache/beam/blob/5a7bd66174e43ebedd6b5b4d7835e11309505b33/sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/SchemaUtilTest.java#L227]
> test case is failing because the *date_col* value is one day later than the
> expected value.
> The problem comes from
> [SchemaUtil.createDateExtractor()|https://github.com/apache/beam/blob/5a7bd66174e43ebedd6b5b4d7835e11309505b33/sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/SchemaUtil.java#L277].
> The implementation converts the date to ZonedDateTime first and then gets
> the start time of the date.
> Being in Singapore the timezone adjustments increments the day on the test
> case's timestamp which leads to an assertion failure.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)