Release candidate for 1.1.0
Note: the 1.1.0-rc.1 arrowkdb package was built against Apache Arrow version 9.0.0. If you have a different version of the libarrow runtime installed, it may be necessary to build arrowkdb from source in order to support that version (instructions to build arrowkdb from source are in the README.md).
Enhancements include:
- Support multithreaded use of arrowkdb with peach
- Add support for reading Parquet files with row groups (chunking)
- Upgrade build to use libarrow and libparquet 9.0.0
- Support latest v2 Parquet file formats
New functions:
- pq.readParquetNumRowGroups
- pq.readParquetRowGroups
- pq.readParquetRowGroupsToTable