Skip to content

[Java] ArrowFlightPreparedStatement is missing dynamic parameters #35536

Description

@dafeiw

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

Hi Sir/Madam,

I noticed that ArrowFlightPreparedStatement doesn't have the dynamic parameters from flight server. (for example, SELECT * FROM where f1 = ? or f2 = ?)
ArrowFlightPreparedStatement#createNewPreparedStatement

This method only populates signature.columns and doesn't populate signature.parameters, the client side couldn't do preparedStmt.setByte(1, 0)

Could you verify if it's a bug?

Component(s)

Java

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions