Skip to content

[Swift] Date32 & Date64 failing to create in Arrow Reader #39709

Description

@lukedg97

Describe the bug, including details regarding any error messages, version, and platform.

Attempting to send Date32 columns over ArrowFlight to swift.

At

letarrowData=tryArrowData(ArrowType(ArrowType.ArrowString), buffers: buffers,

and
letarrowData=tryArrowData(ArrowType(ArrowType.ArrowString), buffers: buffers,

the objects are being initialized with ArrowType.ArrowString when they should be ArrowType.ArrowDate32 and ArrowType.ArrowDate64

Also, its seems that in most other arrow places the primary date dataType is Timestamp and I was wondering if that might be implemented in arrow for swift soon?

Component(s)

Swift

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions