This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 8eb9c767 chore(c/integration/duckdb): update to DuckDB 0.9.0 (#1135)
8eb9c767 is described below
commit 8eb9c76702e5a9ceb5c86c5019f11c8d897329af
Author: David Li <[email protected]>
AuthorDate: Fri Sep 29 14:47:10 2023 -0400
chore(c/integration/duckdb): update to DuckDB 0.9.0 (#1135)
Fixes #973.
---
c/integration/duckdb/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/integration/duckdb/CMakeLists.txt
b/c/integration/duckdb/CMakeLists.txt
index 8e4acbed..589d9842 100644
--- a/c/integration/duckdb/CMakeLists.txt
+++ b/c/integration/duckdb/CMakeLists.txt
@@ -20,7 +20,7 @@ include(FetchContent)
if(ADBC_BUILD_TESTS)
fetchcontent_declare(duckdb
GIT_REPOSITORY https://github.com/duckdb/duckdb.git
- GIT_TAG e8e4cea5ec9d1a84c1f516d0f0674f8785a3e786 #
v0.8.0
+ GIT_TAG 0d84ccf478578278b2d1168675b8b93c60f78a5e #
v0.9.0
GIT_PROGRESS TRUE
USES_TERMINAL_DOWNLOAD TRUE)
set(BUILD_JEMALLOC_EXTENSION