CSV Reader
#11425
Replies: 2 comments 4 replies
-
We have a TEXTFILE reader internally that has support for arbitrary delimiter, we will create an open source version some time next year based on the internal version (with some optimization). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CSV file support in Velox? Using Apache Arrow?
Apache Gluten also uses Apache Arrow to read CSV files as velox backend: apache/incubator-gluten#5414
https://github.com/UWQuickstep/splitting uses Velox and Apache Arrow to parse CSV files in C++.
Beta Was this translation helpful? Give feedback.
All reactions