dafeiw opened a new issue, #35536: URL: https://github.com/apache/arrow/issues/35536
### 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](https://github.com/apache/arrow/blob/eaa1a1ea74e2b37020e0133f1460cb251e5f4974/java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightPreparedStatement.java#L76) 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
