lidavidm commented on issue #37720: URL: https://github.com/apache/arrow/issues/37720#issuecomment-1719444959
> Given the JDBC driver doesn't yet support binding parameters to prepared statements (see #33961) I am not sure how widely used the parameter support is The ADBC driver has long supported parameter binding. > I think this alludes to something I think would make the current protocol hard to implement even if you could guarantee that requests are routed to a particular server. Most things rely on a client-side token already (transactions, prepared statements), I think parameters are the only exception. > I think this would be a fairly low overhead and easy extension. This seems reasonable to me. I suppose you're planning to embed the parameters directly into the client-side handle? This is a little unfortunate since then you're bouncing through Protobuf, but I suppose most systems are only thinking about 'small' sets of parameters anyways (and this can always be optimized if needed). -- 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]
