Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2946#discussion_r209458548
--- Diff:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/src/main/java/org/apache/nifi/processors/hive/PutHive3Streaming.java
---
@@ -133,6 +133,7 @@
+ "Please see the Hive documentation for more
details.")
.required(false)
.addValidator(HiveUtils.createMultipleFilesExistValidator())
+
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
--- End diff --
Same here L305, no?
---