Junegunn Choi created NIFI-5290:
-----------------------------------

             Summary: 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


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)

Reply via email to