[
https://issues.apache.org/jira/browse/NIFI-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507761#comment-16507761
]
ASF GitHub Bot commented on NIFI-5290:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/nifi/pull/2781
> 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)