[
https://issues.apache.org/jira/browse/MINIFICPP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferenc Gerlits resolved MINIFICPP-1509.
---------------------------------------
Resolution: Fixed
Fixed by https://github.com/apache/nifi-minifi-cpp/pull/1015
> 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
> Assignee: Adam Debreceni
> Priority: Major
> Fix For: 0.10.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)