Pierre Villard created NIFI-9457:
------------------------------------
Summary: Add support to microseconds in PutKudu
Key: NIFI-9457
URL: https://issues.apache.org/jira/browse/NIFI-9457
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Pierre Villard
Assuming the field to push into Kudu is of type String, we're currently using
the DataTypeUtils.toTimestamp method to parse this String and convert it into a
timestamp. We, however, rely on classes that would only keep milliseconds
precision. We should provide a way to retain microseconds precision since it's
supported by Kudu. Until we refactor NiFi to leverage recent classes for
Date/Time handling, the best approach is to have an alternative path specific
to Kudu to support this specific case.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)