You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/12/09 16:45:00 UTC

[jira] [Assigned] (NIFI-9457) Add support to microseconds in PutKudu

     [ https://issues.apache.org/jira/browse/NIFI-9457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann reassigned NIFI-9457:
--------------------------------------

    Assignee: David Handermann

> Add support to microseconds in PutKudu
> --------------------------------------
>
>                 Key: NIFI-9457
>                 URL: https://issues.apache.org/jira/browse/NIFI-9457
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: David Handermann
>            Priority: Major
>
> Assuming the field to push into Kudu is of type String, we're currently using the DataTypeUtils.toTimestamp method to parse this String and convert it into a timestamp. We, however, rely on classes that would only keep milliseconds precision. We should provide a way to retain microseconds precision since it's supported by Kudu. Until we refactor NiFi to leverage recent classes for Date/Time handling, the best approach is to have an alternative path specific to Kudu to support this specific case.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)