From a14456f6fbf9f3e36e65df15e756e930f56a8659 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:58:08 -0800 Subject: [PATCH] [arrow] Add option -DARROW_FLIGHT_SQL (#36172) * add flight-sql * update version --------- Co-authored-by: Monica --- ports/arrow/portfile.cmake | 3 ++- ports/arrow/vcpkg.json | 1 + versions/a-/arrow.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ports/arrow/portfile.cmake b/ports/arrow/portfile.cmake index 2d3859eee98e12..e6a34a89e86a43 100644 --- a/ports/arrow/portfile.cmake +++ b/ports/arrow/portfile.cmake @@ -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") diff --git a/ports/arrow/vcpkg.json b/ports/arrow/vcpkg.json index 9d3a45c7fbf605..94dcbfd492396d 100644 --- a/ports/arrow/vcpkg.json +++ b/ports/arrow/vcpkg.json @@ -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", diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index 2fbb58ec6407c2..5cf383af075aa8 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93a9cd414e5d170755234571e42746b413b7deb3", + "version": "14.0.2", + "port-version": 1 + }, { "git-tree": "a8cadbfff7756e4b3ae2589f7312f80b82e0ff88", "version": "14.0.2", diff --git a/versions/baseline.json b/versions/baseline.json index eb964ad01bf449..d6d1ea1f5e2a46 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -238,7 +238,7 @@ }, "arrow": { "baseline": "14.0.2", - "port-version": 0 + "port-version": 1 }, "arsenalgear": { "baseline": "2.1.0",