mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
b7ad1f924d
- Implemented override for Timestamp Record Field Type format handling to add support for optional microseconds - Added FieldConverter and ObjectTimestampFieldConverter implementation for generalized Timestamp parsing using DateTimeFormatter - Updated PutKudu unit tests for standard Timestamp and Timestamp with microseconds Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #5589.