You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "dafeiw (via GitHub)" <gi...@apache.org> on 2023/05/10 17:12:55 UTC

[GitHub] [arrow] dafeiw opened a new issue, #35536: ArrowFlightPreparedStatement is missing dynamic parameters

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm commented on issue #35536: ArrowFlightPreparedStatement is missing dynamic parameters

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #35536:
URL: https://github.com/apache/arrow/issues/35536#issuecomment-1542547509

   Duplicate of https://github.com/apache/arrow/issues/33475 I believe?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Java] ArrowFlightPreparedStatement is missing dynamic parameters [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #35536: [Java] ArrowFlightPreparedStatement is missing dynamic parameters
URL: https://github.com/apache/arrow/issues/35536


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org