Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Java Arrow Flight Examples

This directory is the entrypoint for the Java examples in this repository.

Available Examples

  • 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

Build Entry Points

  • Legacy Flight client: cd java/flight-client
  • Flight SQL JDBC OAuth examples: cd java/flight-sql-jdbc-oauth

Notes

  • java/pom.xml is an aggregator for both Java modules.
  • The child modules keep separate Maven configuration so they can evolve independently.