zeroshade commented on issue #37737: URL: https://github.com/apache/arrow/issues/37737#issuecomment-1725834007
So this seems to be an issue with the FlightSQL server you're using then potentially. Parameterization doesn't happen on the client side, but rather the query is sent to the server, and then values are bound via other flightsql calls. The FlightSQL server you're connecting to has to support the `$1` syntax in order for this to work. Is the FlightSQL server you're connecting to something in-house / custom or can it be shared or pointed to? -- 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]
