[
https://issues.apache.org/jira/browse/BEAM-9709?focusedWorklogId=453617&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-453617
]
ASF GitHub Bot logged work on BEAM-9709:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jul/20 19:24
Start Date: 01/Jul/20 19:24
Worklog Time Spent: 10m
Work Description: robinyqiu commented on a change in pull request #12154:
URL: https://github.com/apache/beam/pull/12154#discussion_r448570126
##########
File path:
sdks/java/extensions/sql/zetasql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTest.java
##########
@@ -2791,56 +2791,6 @@ public void testTimestampLiteralWithUTCTimeZone() {
pipeline.run().waitUntilFinish(Duration.standardMinutes(PIPELINE_EXECUTION_WAITTIME_MINUTES));
}
- @Test
Review comment:
Moving these tests to proper location without changing the content.
----------------------------------------------------------------
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: 453617)
Time Spent: 20m (was: 10m)
> timezone off by 8 hours
> -----------------------
>
> Key: BEAM-9709
> URL: https://issues.apache.org/jira/browse/BEAM-9709
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql-zetasql
> Reporter: Andrew Pilloud
> Assignee: Robin Qiu
> Priority: P4
> Labels: zetasql-compliance
> Time Spent: 20m
> Remaining Estimate: 0h
>
> two failures in shard 13, one failure in shard 19
> {code}
> Expected: ARRAY<STRUCT<TIMESTAMP>>[{2014-01-31 00:00:00+00}]
> Actual: ARRAY<STRUCT<$col1 TIMESTAMP>>[{2014-01-31 08:00:00+00}],
> {code}
> {code}
> select timestamp(date '2014-01-31')
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)