Skip to content

Use ArrowReader instead of ArrowStreamReader in FlightSqlClient.executeIngest method #483

Description

@eramitmittal

Describe the enhancement requested

Currently FlightSqlClient.executeIngest(final ArrowStreamReader dataReader, ...) accepts an ArrowStreamReader which is a subclass of ArrowReader. This is an oversight as really what we need is ArrowReader to allow passing any kind of Arrow Reader.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions