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


##########
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:
   That sounds a bit dismissive. Just because this particular test doesn't 
replicate it doesn't mean it may not occur more frequently with another 
sequence of operations.



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