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 1a1a0f40 fix(r/adbcsnowflake): Add arrow as check dependency for
adbcsnowflake (#1208)
1a1a0f40 is described below
commit 1a1a0f4016f63127086c6d11d0c05131815d449e
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Oct 18 11:48:39 2023 -0300
fix(r/adbcsnowflake): Add arrow as check dependency for adbcsnowflake
(#1208)
The CI for adbcsnowflake is failing because apparently REGIONKEY gets
returned as a decimal, which needs the arrow R package to inspect. The
previous attempt at fixing this assumed that it was another column
causing the problem.
---
r/adbcsnowflake/DESCRIPTION | 1 +
1 file changed, 1 insertion(+)
diff --git a/r/adbcsnowflake/DESCRIPTION b/r/adbcsnowflake/DESCRIPTION
index 7ab2a38b..7cd20a99 100644
--- a/r/adbcsnowflake/DESCRIPTION
+++ b/r/adbcsnowflake/DESCRIPTION
@@ -21,6 +21,7 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
+Config/Needs/check: arrow
URL: https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager