ohnoitsyou commented on PR #11313: URL: https://github.com/apache/nifi/pull/11313#issuecomment-4974737030
@exceptionfactory @mosermw I took a stab at implementing a duration to words function in nifi-utils. I also converted the `EventStorePartition` interface from from `TimeUnit` to `ChronoUnit` partly because `ChronoUnit` is part of the `java.util.temporal` package vs `java.util.concurrent` and it felt more appropriate for dealing with time. If that's not OK, I can go back. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
