Eric Erhardt created ARROW-6795:
-----------------------------------
Summary: [C#] Reading large Arrow files in C# results in an
exception
Key: ARROW-6795
URL: https://issues.apache.org/jira/browse/ARROW-6795
Project: Apache Arrow
Issue Type: Bug
Components: C#
Reporter: Eric Erhardt
If you try to read a large Arrow file (2GB+) using the C# reader, you get an
exception because it is casting the file position (a 64-bit long) to a 32-bit
integer. When the file size is large
See [https://github.com/apache/arrow/pull/5412]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)