Skip to content

Conversation

@jorisgillis
Copy link

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.

Joris Gillis added 2 commits November 16, 2025 11:48
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.
@jorisgillis
Copy link
Author

Apparently I did not compile with full Java 11 support (or limitations in this context). I believe the compilation issue is fixed for Java 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant