xinyiZzz commented on issue #38785:
URL: https://github.com/apache/arrow/issues/38785#issuecomment-1820510095

   > One thing I noticed while working on this code is that the way we're 
identifying `UPDATE` statements is REALLY naive. If the server returns a `null` 
schema for the `createPreparedStatement` call, the driver thinks this is an 
`UPDATE` call. This could be your problem. Is the server correctly setting the 
schema?
   
   Great! I reversed the order of `DatasetSchema` and `ParameterSchema` as 
parameters, and my `ParameterSchema` was null.
   
   Thanks for your correction : )


-- 
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