You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/08/10 17:07:24 UTC

[jira] [Commented] (BEAM-8358) Failing test in UTC+8 timezone

    [ https://issues.apache.org/jira/browse/BEAM-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174634#comment-17174634 ] 

Beam JIRA Bot commented on BEAM-8358:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> 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
>            Priority: P2
>              Labels: stale-P2
>          Time Spent: 1h
>  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)