Hi, Does anyone know of FlightSQL clients or servers that support parameterized statements (e.g. include a placehold like `select * from cpu where time > ?`) other than [1]?
Several projects are working on implementing FlightSQL in Rust (for example Ballista and InfluxDB IOx). Since the key feature of FlightSQL is interoperability, we are very interested in testing against other implementations, rather than just implementing the spec. We have been using the JDBC driver as this reference implementation so far but recently (re)discovered that parameterized statement support is still a WIP[2]. Thus we can not yet use JDBC as the reference implementation for parameterized features and thus are looking for others. Thanks, Andrew [1]: https://github.com/apache/arrow/tree/master/go/arrow/flight/flightsql/example [2]: https://github.com/apache/arrow/issues/33475