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

PyArrow array type translation seems to not be correct #7

@velvia

Description

@velvia

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions