From e770dcae89388cd78d08a7df9144833e2fc93fd9 Mon Sep 17 00:00:00 2001 From: Zuyu ZHANG Date: Sat, 21 Sep 2024 09:53:45 +0800 Subject: [PATCH] Add arrow in CMake dependency README --- 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 a164e50ad332..b1597b44ce65 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. @@ -41,6 +41,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 | No | # Bundled Dependency Management This module provides a dependency management system that allows us to automatically fetch and build dependencies from source if needed.