You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/16 11:55:31 UTC

[arrow-adbc] branch main updated: fix(dev/release): add missing duckdb dependency (#810)

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 3c7e907f fix(dev/release): add missing duckdb dependency (#810)
3c7e907f is described below

commit 3c7e907fecfd3acdce92c0274796d4da294fcab7
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Jun 16 20:55:26 2023 +0900

    fix(dev/release): add missing duckdb dependency (#810)
    
    Fixes #809.
---
 dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index aa6a8b67..bb5dae2d 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -454,7 +454,7 @@ test_python() {
   show_header "Build and test Python libraries"
 
   # Build and test Python
-  maybe_setup_virtualenv cython pandas pyarrow pytest setuptools_scm setuptools || exit 1
+  maybe_setup_virtualenv cython duckdb pandas pyarrow pytest setuptools_scm setuptools || exit 1
   maybe_setup_conda --file "${ADBC_DIR}/ci/conda_env_python.txt" || exit 1
 
   if [ "${USE_CONDA}" -gt 0 ]; then