787a20cbaa
This is not hooked into anything yet. The change also makes modifications to the parquet-floor library to support reading and writing of byte[] arrays. This is desirable since we may in the future want to support inputs that are not text-based, and codifying the assumption that each document is a string will definitely cause us grief down the line. |
||
---|---|---|
.. | ||
src/main/java | ||
build.gradle | ||
readme.md |
Parquet Floor
License: APL 2.0
Git: https://github.com/strategicblue/parquet-floor
It's basically an adaptor for Parquet I/O without needing to pull half of Hadoop into your project.
The library has been modified with support for reading and writing lists of values, and the default compression has been altered to zstd.