Hi All, While adding a new test, I am facing an issue where a Datum of Array type returned by a function in compute layer does not match the expected value. I manually checked the buffers of the returned Datum's Array's contained ArrayData, and they look to be the correct values, but on printing this ArrayData, all values are shown as null.
Could someone please tell me what I am missing here? Is there an other way to do the comparison? The WIP code is at: https://github.com/atris/arrow/commit/1dcce9b2f34818760df29fdf8767fc1619257ea9#diff-0c513f55830e5334d28c08b1a07c6215R1441 Regards, Atri