paleolimbot commented on code in PR #14209:
URL: https://github.com/apache/arrow/pull/14209#discussion_r978185779


##########
r/tests/testthat/test-duckdb.R:
##########
@@ -202,9 +202,9 @@ dbExecute(con, "PRAGMA threads=2")
 on.exit(dbDisconnect(con, shutdown = TRUE), add = TRUE)
 
 test_that("Joining, auto-cleanup enabled", {
-  # ARROW-17643: A change in duckdb 0.5.0 caused this test to fail but will
-  # be fixed in the next release.
-  skip_if_not(packageVersion("duckdb") > "0.5.0")
+  # ARROW-17643, ARROW-17818: A change in duckdb 0.5.0 caused this test to fail
+  # TODO: ARROW-17809 Follow up with the latest duckdb release to solve the 
issue
+  skip("ARROW-17818: Latest DuckDB causes this test to fail")

Review Comment:
   Yes, sorry, it's definitely a problem, and may well be a problem with 
Arrow/R or Arrow/C++ that the change in DuckDB surfaced. There's an open PR + 
an open JIRA to make sure this doesn't get forgotten about.



-- 
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]

Reply via email to