thisisnic commented on code in PR #50220:
URL: https://github.com/apache/arrow/pull/50220#discussion_r3437492637
##########
r/tests/testthat/test-duckdb.R:
##########
@@ -123,13 +123,17 @@ test_that("to_duckdb then to_arrow", {
)
# Now check errors
+ # dbplyr 2.6.0 added "con" to the allowed $ fields on tbl_lazy;
+ # older versions only allow "src" and "lazy_query"
+ skip_if(packageVersion("dbplyr") < "2.6.0")
Review Comment:
Needs skipping or fails on CI with cached dbplyr with old syntax
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]