ArrowNotImplementedError: ('Unsupported numpy type 14', 'Conversion failed for column F_np_complex64 with type complex64')
To fix will require serializing that column in the data itself, which is a different sort of feature. Just disabling in the tests for now, can do this when have more time.
See, for example: https://github.com/apache/arrow/issues/12674
Attempting to do so in our code gets
To fix will require serializing that column in the data itself, which is a different sort of feature. Just disabling in the tests for now, can do this when have more time.