This directory is the entrypoint for the Java examples in this repository.
- flight-client: Arrow Flight RPC Java sample using
flight-core - flight-sql-jdbc-oauth: Java 11 Arrow Flight SQL JDBC examples for OAuth client credentials, token exchange, and Dremio user impersonation
- Legacy Flight client:
cd java/flight-client - Flight SQL JDBC OAuth examples:
cd java/flight-sql-jdbc-oauth
java/pom.xmlis an aggregator for both Java modules.- The child modules keep separate Maven configuration so they can evolve independently.