Skip to content

Commit

Permalink
Updated to Arrow 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed May 16, 2024
1 parent fe101a2 commit 6c0e8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0
Apache Arrow version: 16.1.0
WARNING - TLS is disabled for the Flight SQL server - this is insecure.
DuckDB version: v0.10.2
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.0.0
Apache Arrow version: 16.1.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==0.10.2
click==8.1.*
pyarrow==16.0.0
pyarrow==16.1.0
adbc-driver-flightsql==0.11.*
adbc-driver-manager==0.11.*
2 changes: 1 addition & 1 deletion third_party/Arrow_CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ExternalProject_Add(
arrow_project
PREFIX ${CMAKE_BINARY_DIR}/third_party
GIT_REPOSITORY https://github.com/apache/arrow.git
GIT_TAG apache-arrow-16.0.0
GIT_TAG apache-arrow-16.1.0
SOURCE_SUBDIR cpp
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/third_party/arrow
Expand Down

0 comments on commit 6c0e8f5

Please sign in to comment.