[arrow] Add option -DARROW_FLIGHT_SQL (#36172)

* add flight-sql

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-01-16 10:58:08 -08:00 committed by GitHub
parent 4803f65e11
commit a14456f6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View File

@ -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
@ -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")

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "93a9cd414e5d170755234571e42746b413b7deb3",
"version": "14.0.2",
"port-version": 1
},
{
"git-tree": "a8cadbfff7756e4b3ae2589f7312f80b82e0ff88",
"version": "14.0.2",

View File

@ -238,7 +238,7 @@
},
"arrow": {
"baseline": "14.0.2",
"port-version": 0
"port-version": 1
},
"arsenalgear": {
"baseline": "2.1.0",