Skip to content

Release candidate for 1.3.0

Compare
Choose a tag to compare
@nmcdonnell-kx nmcdonnell-kx released this 04 Apr 09:03
c864f83

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:

  1. New APIs for reading and writing Apache ORC files (Linux and macOS only). This includes NULL support via the NULL_MAPPING and WITH_NULL_BITMAP options.
  2. When building from source, arrrowkdb detects your libarrow version and selects c++14 (libarrow < 10.0) or c++17 (libarrow >= 10.0) as appropriate.