apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.93k stars 3.4k forks source link

[Java][Dataset] Enable CSV file format #29217

Open asfimport opened 2 years ago

asfimport commented 2 years ago

CSV was already supported in C++ Dataset API. This is to enable the format in Java side.

Reporter: Hongze Zhang / @zhztheplayer

Note: This issue was originally created as ARROW-13569. Please see the migration documentation for further details.

holicc commented 1 month ago

This feature is a must-have! How do I get this thing working? I'm happy to take a crack at it myself.