Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

PyArrow array type translation seems to not be correct #7

Open
velvia opened this issue Apr 22, 2021 · 0 comments
Open

PyArrow array type translation seems to not be correct #7

velvia opened this issue Apr 22, 2021 · 0 comments

Comments

@velvia
Copy link

velvia commented Apr 22, 2021

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant