[
https://issues.apache.org/jira/browse/BEAM-6017?focusedWorklogId=164804&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-164804
]
ASF GitHub Bot logged work on BEAM-6017:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Nov/18 02:00
Start Date: 12/Nov/18 02:00
Worklog Time Spent: 10m
Work Description: reuvenlax commented on a change in pull request #6991:
[BEAM-6017] [WIP] Support nanosecond precision for DateTime field in Row
URL: https://github.com/apache/beam/pull/6991#discussion_r232518861
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/GetterBasedSchemaProvider.java
##########
@@ -185,6 +186,12 @@
keyType,
valueType,
setterFactory);
+ } else if (type.getTypeName().equals(TypeName.DATETIME)) {
Review comment:
I don't think this is the correct place to put this. If anything the
conversion should happen inside Row instead.
----------------------------------------------------------------
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: 164804)
Time Spent: 1h 50m (was: 1h 40m)
> Support nanosecond precision for DATETIME in Schema
> ---------------------------------------------------
>
> Key: BEAM-6017
> URL: https://issues.apache.org/jira/browse/BEAM-6017
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-core
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)