[
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)