You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gatesn, Arrow doesn't support hour resolution:
import pyarrow as pa, numpy as np
a = np.array([1,2,3], dtype="m8[h]")
pa.array(a)
...
ArrowNotImplementedError: Unsupported timedelta64 time unit
I believe currently the arrow<>pandas integration stores hours as nanoseconds and then does the conversion back on read based on metadata. We can support this with a similar approach -- we'll aim to slot this in for development this month.
Hit when passing use_arrow=True to query a sparse array with a
datetime64[h]
dimension.Looks like the constant is different to what's being checked?
TileDB-Py/tiledb/core.cc
Lines 183 to 186 in a793c9b
TileDB 2.4.0
TileDB-Py 0.10.1
Pyarrow 5.0.0
The text was updated successfully, but these errors were encountered: