Hi ,
I want to use Dremio flight conenctor do we have any sample java client to test flight connector in java
You can find Java examples here: https://github.com/apache/arrow/tree/apache-arrow-0.15.0/java/flight/src/main/java/org/apache/arrow/flight/example
Though I don’t believe there is as simple a client example for Java as there is for python.
Aside from the links that @ben mentioned an alpha quality spark connector: https://github.com/rymurr/flight-spark-source which connects to Dremio via flight and is written in java.
@Vikash_Singh how about this - GitHub - qwshen/spark-flight-connector: A Spark Connector that reads data from / writes data to Flight end-points with Arrow-Flight and Flight-SQL? Is it what you want?