Release candidate for 1.3.0
Note: the 1.3.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:
- New APIs for reading and writing Apache ORC files (Linux and macOS only). This includes NULL support via the
NULL_MAPPING
andWITH_NULL_BITMAP
options. - When building from source, arrrowkdb detects your libarrow version and selects c++14 (libarrow < 10.0) or c++17 (libarrow >= 10.0) as appropriate.