mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 15:57:02 -05:00
* Add parquet.hexpat for Apache Parquet data file > Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. > -- https://parquet.apache.org * Add parquet.hexpat test file * Fix parquet.hexpat boolean parsing * Fix parquet.hexpat ColumnChunkPlacer not placing last chunk * Fix parquet.hexpat using VarInt = LEB128 --------- Co-authored-by: Nik <werwolv98@gmail.com>