mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 11:05:17 +00:00
4098404596
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 <pierre.villard.fr@gmail.com> This closes #4054.