Adds README.md
1 files changed, 10 insertions(+), 0 deletions(-) A README.md
A README.md => README.md +10 -0
@@ 0,0 1,10 @@ # 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.