avantgardnerio opened a new pull request, #269: URL: https://github.com/apache/arrow-ballista/pull/269
# Which issue does this PR close? Closes #112. # Rationale for this change Allow users to do more than `select 1;` thought Flight SQL. # What changes are included in this PR? - Handshake / auth endpoint to create a session UUID - Map of contexts to session UUIDs in scheduler memory (TODO: etcd) - Proxying of flights from the scheduler to the executors (because JDBC driver in arrow repo ignores alt EPs) - Add host & port information to FlightInfo so they can be canonically found # Are there any user-facing changes? Users can now register tables and query them through Flight SQL (and JDBC). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org