ennuite commented on issue #797:
URL: https://github.com/apache/arrow-java/issues/797#issuecomment-3074395036

   To add context into other JDBC paths for DML/DDL execution:
   For `PreparedStatement.executeUpdate()` the correct communications path is 
followed.
   
   For `Statement.execute()`and `Statement.executeUpdate()` the driver chooses 
which communications path to follow based on whether the `dataset_schema` of 
the `ActionCreatePreparedStatementResult` returned by the server is empty or 
not. 
   
   A fix for this issue could be to make the driver code for 
`PreparedStatement.execute()` follow the same behavior as the code for 
`Statement.execute()`and `Statement.executeUpdate()`


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to