You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2021/02/24 10:38:00 UTC

[jira] [Created] (MINIFICPP-1509) Use _stat64 on Windows to query files larger than 2GB

Adam Debreceni created MINIFICPP-1509:
-----------------------------------------

             Summary: Use _stat64 on Windows to query files larger than 2GB
                 Key: MINIFICPP-1509
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1509
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Adam Debreceni


Currently we use _stat to handle files, this imposes a limitation on the file size as it is stored in 4 bytes. We should use _stat64 on windows.



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