avantgardnerio opened a new pull request, #2309:
URL: https://github.com/apache/arrow-rs/pull/2309

   # Which issue does this PR close?
   
   Closes #2308.
   
   # Rationale for this change
    
   Make it so Ballista can run non-trivial FlightSql queries.
   
   # What changes are included in this PR?
   
   Not-ready-for merge code that I was successfully able to use to:
   
   1. register the TPC-H customer table
   2. `select top 1 c_name from customer order by c_name`
   3. get a result
   
   # Are there any user-facing changes?
   
   FlightSql queries become useful and JDBC works.


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

Reply via email to