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