Github user ottobackwards commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2937#discussion_r207983251
  
    --- Diff: 
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java
 ---
    @@ -462,11 +523,15 @@ private String getPerms(final FsAction action) {
     
         private PathFilter createPathFilter(final ProcessContext context) {
             final Pattern filePattern = 
Pattern.compile(context.getProperty(FILE_FILTER).getValue());
    --- End diff --
    
    Does this need to support expression language?


---

Reply via email to