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
I did not create table in question, but the column in question contains a time stored as Arrow.Time{Arrow.Flatbuf.TimeUnit.MICROSECOND, Int64} which errors upon access.
Looks like the right convert method exists and is general enough to handle all of the above cases, it's just fromarrow that's currently too specific: it's assuming all incoming Arrow.Times are nanoseconds. I think this is all that's needed:
I did not create table in question, but the column in question contains a time stored as
Arrow.Time{Arrow.Flatbuf.TimeUnit.MICROSECOND, Int64}
which errors upon access.This can be fixed by adding the methods
I can open a PR adding these methods if there is no other preferred solution
The text was updated successfully, but these errors were encountered: