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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
The type numbers seem off when translating PyArrow arrays using PyArrow 3.0.
I did a bit of debugging and found the following for example:
Object to be extracted: TimestampType(timestamp[ns]) id: Ok(18)
Object to be extracted: DataType(string) id: Ok(13)
Object to be extracted: DataType(int32) id: Ok(7)
(This is by adding debugging to extract() function)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The type numbers seem off when translating PyArrow arrays using PyArrow 3.0.
I did a bit of debugging and found the following for example:
(This is by adding debugging to
extract()
function)The text was updated successfully, but these errors were encountered: