Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2518#discussion_r184731887
--- Diff:
nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java
---
@@ -381,6 +384,7 @@ public void onTrigger(ProcessContext context,
ProcessSession session) throws Pro
limitRows,
isReversed,
columns,
+ authorizations,
--- End diff --
I don't think so, but I agree it is a nice to have. This may be something
to take to the HBase mailing list before we even set up a Jira ticket.
---