[
https://issues.apache.org/jira/browse/BEAM-5112?focusedWorklogId=179563&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-179563
]
ASF GitHub Bot logged work on BEAM-5112:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Dec/18 20:46
Start Date: 28/Dec/18 20:46
Worklog Time Spent: 10m
Work Description: apilloud commented on pull request #6417: [BEAM-5112]
Use Calcite codegen to implement BeamCalcRel
URL: https://github.com/apache/beam/pull/6417#discussion_r244404682
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlCastTest.java
##########
@@ -67,35 +68,7 @@ public void testCastToDate() {
PAssert.that(result)
.containsInAnyOrder(
- Row.withSchema(resultType).addValues(1, new DateTime(2018, 10, 18,
0, 0)).build());
-
- pipeline.run();
- }
-
- @Test
- public void testCastToDate2() {
Review comment:
20181018 means year 20181018. This results in a overflow.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 179563)
Time Spent: 3.5h (was: 3h 20m)
> Investigate if Calcite can generate functions that we need
> ----------------------------------------------------------
>
> Key: BEAM-5112
> URL: https://issues.apache.org/jira/browse/BEAM-5112
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Andrew Pilloud
> Priority: Major
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)