From 671356a2d00c2ee378a3b98df2f1e6070b974fdb Mon Sep 17 00:00:00 2001 From: Zuyu ZHANG Date: Fri, 18 Oct 2024 15:27:28 -0700 Subject: [PATCH] Add arrow in CMake dependency README (#11054) Summary: https://github.com/facebookincubator/velox/issues/9992 adds `arrow` as a dependency, and this PR adds `arrow` in CMake dependency README. Pull Request resolved: https://github.com/facebookincubator/velox/pull/11054 Reviewed By: xiaoxmeng Differential Revision: D64520314 Pulled By: kgpai fbshipit-source-id: 8bb29eabe39833f45f57757ed2de65a46be3a8ab --- CMake/resolve_dependency_modules/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMake/resolve_dependency_modules/README.md b/CMake/resolve_dependency_modules/README.md index 1057236bdf51..ed2982a5e801 100644 --- a/CMake/resolve_dependency_modules/README.md +++ b/CMake/resolve_dependency_modules/README.md @@ -1,7 +1,7 @@ # Dependency List Following is the list of libraries and their minimum version that Velox requires. Some of these libraries can be installed -via a platform's package manager (eg. `brew` on MacOS). +via a platform's package manager (eg. `brew` on macOS). The versions of certain libraries is the default provided by the platform's package manager. Some libraries can be bundled by Velox. See details on bundling below. @@ -40,6 +40,7 @@ by Velox. See details on bundling below. | libstemmer | 2.2.0 | Yes | | DuckDB (testing) | 0.8.1 | Yes | | cpr (testing) | 1.10.15 | Yes | +| arrow | 15.0.0 | Yes | # Bundled Dependency Management This module provides a dependency management system that allows us to automatically fetch and build dependencies from source if needed.