jorisgillis opened a new pull request, #391:
URL: https://github.com/apache/arrow-cookbook/pull/391

   A very basic database server is implemented that uses the DataFusion query 
engine for answering SQL queries on single-file, write-once tables stored in 
the Arrow IPC format.
   
   Although this does not implement all the features and possibilities of 
FlightSqlProducer, it show cases the two main categories of concepts through 
the inclusion of tables (like catalog, database schema, sqlinfo, etc) and 
statement (like prepared statement and substrait statement).
   
   Some updates to the building of the Java Cookbook: Using the release 
property instead of the compiler source and target values which is deprecated.


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