~jgillis/apache-arrow-reading-writing

Reading and Writing files with Apache Arrow
84857469 — Joris Gillis 4 years ago
License text
2e333fb3 — Joris Gillis 4 years ago
Adds README.md
56fdafe5 — Joris Gillis 4 years ago
Single column filter & ByteString

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jgillis/apache-arrow-reading-writing
read/write
git@git.sr.ht:~jgillis/apache-arrow-reading-writing

You can also use your local clone with git send-email.

#Apache Arrow: Reading & Writing

Demo project to showcase how to read and write data with Apache Arrow. This is for educational purposes only.

#Running

The project contains multiple main functions. The easiest to run the code is from an IDE. Make sure to add the -Dio.netty.tryReflectionSetAccessible=true JVM option if you plan to run with JDK 9 or newer.