arrowkdb icon indicating copy to clipboard operation
arrowkdb copied to clipboard

Handle nulls when reading (didn't test writing)

Open nugend opened this issue 3 years ago • 1 comments
trafficstars

The library is not respecting the null bitmaps. These could probably be handled using the Compute API to fill in the null KDB values.

nugend avatar Jan 21 '22 01:01 nugend

Before Arrow 6.0, this can be done with the fill_null compute function, 6.0 and greater, it needs to be done with the coalesce compute function.

nugend avatar Jan 21 '22 02:01 nugend

Delivered in Release 1.2.0

vgrechin-kx avatar Mar 16 '23 12:03 vgrechin-kx