Open
Description
I have a NumPy array of values that I would like to put into Scylla. When I use np.ndarray.astype(SmallInt)
it succeeds, but I get a marshalling error when I try to upload the data.
I am guessing that there is a lack of support for these types in scyllapy
. I expect it to be a simple solution considering NumPy
has Rust bindings.
Metadata
Metadata
Assignees
Labels
No labels