You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (JIRA)" <ji...@apache.org> on 2018/06/11 07:42:00 UTC

[jira] [Resolved] (NIFI-5290) PutKudu should support unixtime_micros columns

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

Pierre Villard resolved NIFI-5290.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.0

> PutKudu should support unixtime_micros columns
> ----------------------------------------------
>
>                 Key: NIFI-5290
>                 URL: https://issues.apache.org/jira/browse/NIFI-5290
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Junegunn Choi
>            Priority: Minor
>             Fix For: 1.7.0
>
>
> If a Kudu table has {{unixtime_micros}} columns (see https://kudu.apache.org/docs/schema_design.html#column-design), PutKudu fails with the following message:
> {noformat}
> Failed to write due to unknown column type Type: unixtime_micros
> {noformat}
> Fixing it is trivial, [we should call {{PartialRecord#addLong}} method|https://github.com/apache/kudu/blob/1.7.0/java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java#L317-L329] in that case. I'll submit a pull request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)