You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2020/05/13 14:54:00 UTC

[jira] [Created] (NIFI-7446) Fail when the specified path is a directory in FetchAzureDataLakeStorage

Peter Turcsanyi created NIFI-7446:
-------------------------------------

             Summary: Fail when the specified path is a directory in FetchAzureDataLakeStorage 
                 Key: NIFI-7446
                 URL: https://issues.apache.org/jira/browse/NIFI-7446
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Peter Turcsanyi


FetchAzureDataLakeStorage currently returns an empty FlowFile without error when the specified path points to a directory on ADLS (instead of a file).

FetchAzureDataLakeStorage should fail in this case.

PathProperties.isDirectory() can be used to check if the retrieved entity is a directory or a file (available from azure-storage-file-datalake 12.1.x).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)