You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/10/01 13:06:59 UTC

[nifi] branch main updated (b2489f7 -> e2ccfbb)

This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from b2489f7  NIFI-7868: Track number of flowfiles/bytes sent/received/fetched in provenance reporter so that events that are emitted with 'immediate' flag true are still counted (#4564)
     add e2ccfbb  NIFI-7859: Support for capturing execution duration of query run as attributes in SelectHiveQL processors

No new revisions were added by this update.

Summary of changes:
 .../apache/nifi/processors/hive/SelectHiveQL.java  | 18 +++++
 .../nifi/processors/hive/TestSelectHiveQL.java     | 76 +++++++++++++++++++++-
 .../apache/nifi/processors/hive/SelectHive3QL.java | 18 +++++
 .../nifi/processors/hive/TestSelectHive3QL.java    | 76 +++++++++++++++++++++-
 4 files changed, 186 insertions(+), 2 deletions(-)