[
https://issues.apache.org/jira/browse/NIFI-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039552#comment-17039552
]
ASF subversion and git services commented on NIFI-6551:
-------------------------------------------------------
Commit 4098404596ab9994cb9cb3ca57a58a7b2f593d70 in nifi's branch
refs/heads/master from Grant Henke
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4098404 ]
NIFI-6551: Improve PutKudu timestamp handling
Uses `DataTypeUtils.toTimestamp` when writing to Kudu
timestamp (`UNIXTIME_MICROS`) columns. This allows
us to use the `row.addTimestamp` API and get much more
intuitive and predictable timestamp ingest behavior.
Signed-off-by: Pierre Villard <[email protected]>
This closes #4054.
> Improve timestamp handling for PutKudu processor
> -------------------------------------------------
>
> Key: NIFI-6551
> URL: https://issues.apache.org/jira/browse/NIFI-6551
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 1.9.0
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Currently users need to convert timestamps to micros when writing to Kudu.
> This is not only painful, but often surprising. We should improve the PutKudu
> processor to handle the Timestamp type more transparently/seamlessly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)