[
https://issues.apache.org/jira/browse/NIFI-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507759#comment-16507759
]
ASF subversion and git services commented on NIFI-5290:
-------------------------------------------------------
Commit 18a4819d51df3c00523f28f7b120b7e535860e47 in nifi's branch
refs/heads/master from [~junegunn]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=18a4819 ]
NIFI-5290 - PutKudu should support unixtime_micros columns
Signed-off-by: Pierre Villard <[email protected]>
This closes #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
>
> 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)