parquet-go
./dump dump ./parquet/testdata/nation.impala.parquet
Library to work with Parquet file format in Go. WARNING: totally not ready to use
Resources
Usage
Documentation is available via .
References
License
MIT - see LICENSE
So the problem is to first have a schema and then write the information and keep this information to then write them at the end of the file.
TODO
- Support Old BitEncoding (Encoder / Decoder)
- Support DataPageV2 (Encoder / Decoder)
- Support for crc inside Page
- Support for nested levels
- Support int96
- Support LZO