Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r201204269
--- Diff:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/TestListHDFS.java
---
@@ -496,7 +496,7 @@ public boolean delete(final Path f, final boolean
recursive) throws IOException
}
@Override
- public FileStatus[] listStatus(final Path f) throws
FileNotFoundException, IOException {
--- End diff --
api change out of scope for now
---