Skip to content

Commit

Permalink
[arrow] Add option -DARROW_FLIGHT_SQL (microsoft#36172)
Browse files Browse the repository at this point in the history
* add flight-sql

* update version

---------

Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Jan 16, 2024
1 parent 4803f65 commit a14456f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/arrow/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
dataset ARROW_DATASET
filesystem ARROW_FILESYSTEM
flight ARROW_FLIGHT
flight ARROW_FLIGHT_SQL
gcs ARROW_GCS
jemalloc ARROW_JEMALLOC
json ARROW_JSON
Expand Down Expand Up @@ -133,4 +134,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt" "${SOURCE_PATH}/NOTICE.txt")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
1 change: 1 addition & 0 deletions ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "arrow",
"version": "14.0.2",
"port-version": 1,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arrow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "93a9cd414e5d170755234571e42746b413b7deb3",
"version": "14.0.2",
"port-version": 1
},
{
"git-tree": "a8cadbfff7756e4b3ae2589f7312f80b82e0ff88",
"version": "14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
},
"arrow": {
"baseline": "14.0.2",
"port-version": 0
"port-version": 1
},
"arsenalgear": {
"baseline": "2.1.0",
Expand Down

0 comments on commit a14456f

Please sign in to comment.