Skip to content

Commit

Permalink
Updating to Arrow 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jul 16, 2024
1 parent fc0b35e commit 7c3b7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ This option allows choosing from two backends: SQLite and DuckDB. It defaults to

```bash
$ FLIGHT_PASSWORD="flight_password" flight_sql_server --database-filename data/TPC-H-small.duckdb
Apache Arrow version: 16.1.0
Apache Arrow version: 17.0.0
WARNING - TLS is disabled for the Flight SQL server - this is insecure.
DuckDB version: v1.0.0
Running Init SQL command:
Expand All @@ -304,7 +304,7 @@ FLIGHT_PASSWORD="flight_password" flight_sql_server --backend sqlite --database-
The above will produce the following:

```bash
Apache Arrow version: 16.1.0
Apache Arrow version: 17.0.0
WARNING - TLS is disabled for the Flight SQL server - this is insecure.
SQLite version: 3.45.0
Using database file: "/opt/flight_sql/data/TPC-H-small.sqlite"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==2.2.*
duckdb==1.0.0
click==8.1.*
pyarrow==16.1.0
pyarrow==17.0.0
adbc-driver-flightsql==1.1.*
adbc-driver-manager==1.1.*

0 comments on commit 7c3b7e2

Please sign in to comment.