Closed dolfim-ibm closed 1 week ago
It seems pyarrow needs a bit of help when making a table from a uint64.
This is a minimal example which fails
import pyarrow as pa pa.Table.from_pylist([{"binary_hash": 17915699055171962696}])
Fixes https://github.com/IBM/data-prep-kit/issues/767
well done chasing this one @dolfim-ibm :clap:
Why are these changes needed?
It seems pyarrow needs a bit of help when making a table from a uint64.
This is a minimal example which fails
Related issue number (if any).
Fixes https://github.com/IBM/data-prep-kit/issues/767