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

[arrow-adbc] branch main updated: chore(r/adbcdrivermanager): Excplicitly depend on development nanoarrow (#733)

This is an automated email from the ASF dual-hosted git repository.

paleolimbot 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 0281d964 chore(r/adbcdrivermanager): Excplicitly depend on development nanoarrow (#733)
0281d964 is described below

commit 0281d964c7b0e7fddff1f763b809d856a20271cf
Author: Kirill Müller <kr...@users.noreply.github.com>
AuthorDate: Thu Jun 8 03:01:05 2023 +0200

    chore(r/adbcdrivermanager): Excplicitly depend on development nanoarrow (#733)
    
    Some tests require a dev version of nanoarrow. This *should* enable
    `pak::pak()` to find it, but currently doesn't on my system.
---
 r/adbcdrivermanager/DESCRIPTION | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/r/adbcdrivermanager/DESCRIPTION b/r/adbcdrivermanager/DESCRIPTION
index 0fb17992..7cba8d6e 100644
--- a/r/adbcdrivermanager/DESCRIPTION
+++ b/r/adbcdrivermanager/DESCRIPTION
@@ -24,4 +24,6 @@ Config/build/bootstrap: TRUE
 URL: https://github.com/apache/arrow-adbc
 BugReports: https://github.com/apache/arrow-adbc/issues
 Imports:
-    nanoarrow
+    nanoarrow (>= 0.1.0.9000)
+Remotes:
+    nanoarrow=apache/arrow-nanoarrow/r