You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/22 18:07:00 UTC

[jira] [Commented] (NIFI-8442) Can not write Timestamp, Time and Date in BigQuery

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

ASF subversion and git services commented on NIFI-8442:
-------------------------------------------------------

Commit 0c96e573a4c473fc0e5c6bef3455aabe388dfab3 in nifi's branch refs/heads/main from Juldrixx
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0c96e57 ]

NIFI-8442 Add a new test with date, timestamp and time as string & New management of date, time and timestamp
NIFI-8442 Put DateTimeFormatter as static and Add comments to explain why ZoneOffset.UTC is required

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #5014.


> Can not write Timestamp, Time and Date in BigQuery
> --------------------------------------------------
>
>                 Key: NIFI-8442
>                 URL: https://issues.apache.org/jira/browse/NIFI-8442
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.12.1, 1.13.2
>            Reporter: Julien G.
>            Priority: Major
>          Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> When I have a Record with Timestamp, Time or Date, the Record can not be inserted in the BigQuery Table. It's because the Java types Java.sql.Timestamp, Java.sql.Date and Java.sql.Time are not managed by the GCP library, so the field should be convert to String.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)