-
Install the DataFusion ADBC driver:
dbc install datafusion
-
Customize the
mainmethod inExample.java- Change the SQL SELECT statement in
stmt.setSqlQuery(), or keep it set toSELECT * FROM 'games.parquet';to query the Parquet file included with this example
- Change the SQL SELECT statement in
-
Run the Java program:
mvn compile exec:exec