You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/10/28 20:16:32 UTC

[arrow-ballista] branch master updated: Update documentation to reflect the release of the FlightSQL JDBC Driver (#461)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d24f1d5 Update documentation to reflect the release of the FlightSQL JDBC Driver (#461)
1d24f1d5 is described below

commit 1d24f1d5ab489224a982f7546a936be6b2de9644
Author: Brent Gardner <br...@spaceandtime.io>
AuthorDate: Fri Oct 28 14:16:28 2022 -0600

    Update documentation to reflect the release of the FlightSQL JDBC Driver (#461)
    
    * Update documentation
    
    * Speling
    
    * Update docs/source/user-guide/flightsql.md
    
    Co-authored-by: Andy Grove <an...@gmail.com>
    
    * Remove wording about external PR
    
    Co-authored-by: Andy Grove <an...@gmail.com>
---
 docs/source/user-guide/flightsql.md | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/docs/source/user-guide/flightsql.md b/docs/source/user-guide/flightsql.md
index 57410642..2a39dcfc 100644
--- a/docs/source/user-guide/flightsql.md
+++ b/docs/source/user-guide/flightsql.md
@@ -73,21 +73,10 @@ cargo build --release --all --features flight-sql
 docker-compose up --build
 ```
 
-## <a name="jdbc"/>Build the FlightSQL JDBC Driver
+## <a name="jdbc"/>Download the FlightSQL JDBC Driver
 
-**Note:** this will no longer be necessary when Arrow v10 is released approximately 2022-10-31
-
-**Note:** A full explaination of the Arrow Java build is out-of-scope for this document. Please refer to that project for more detailed instructions.
-
-```shell
-git clone https://github.com/apache/arrow.git
-cd java
-mvn install -DskipTests -Dcheckstyle.skip -Drat.skip=true -pl :flight-sql-jdbc-driver -am
-find . -name "*.jar"
-...
-./flight/flight-sql-jdbc-driver/target/flight-sql-jdbc-driver-10.0.0-SNAPSHOT.jar
-...
-```
+Download the [FlightSQL JDBC Driver](https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/10.0.0/flight-sql-jdbc-driver-10.0.0.jar)
+from Maven Central.
 
 ## <a name="tool"/>Use the Driver in your Favorite Data Tool