You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/14 13:47:11 UTC

[GitHub] [nifi] granthenke commented on issue #4054: NIFI-6551: Improve PutKudu timestamp handling

granthenke commented on issue #4054: NIFI-6551: Improve PutKudu timestamp handling
URL: https://github.com/apache/nifi/pull/4054#issuecomment-586294205
 
 
   It would potentially break workflows which convert milliseconds into microseconds manually before sending to kudu today.
   
   We could release note it, or I could specially handling long RecordFieldTypes to keep treating them as micros. We could also put the special micros handling behind a configuration flag. I suspect the least surprising behavior is to treat all numerical values as milliseconds though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services