Hi Amanda, Have you looked through the Java cookbook, https://arrow.apache.org/cookbook/java/flight.html. It has a working example of a flight server and client.
For mariadb, I don't see so much. So I'm not certain on how this is supported. https://github.com/apache/arrow/issues/35905 https://issues.apache.org/jira/browse/ARROW-3193 Steve On Tue, May 28, 2024 at 11:45 AM Amanda Weirich <[email protected]> wrote: > Hi All, > > I am trying to experiment with arrow flight sql, but I am finding > very limited documentation and not sure where to start. > > I currently have mariadb running on my linux machine. I would like to run > a flight sql server that uses a jdbc driver to connect to mariadb. Using a > flight sql client I would like to execute queries. Is this data > flow possible, and what would be the best way to approach this in Java? > > Any help would be appreciated. > > Thanks, > Amanda >
