paleolimbot commented on code in PR #14209:
URL: https://github.com/apache/arrow/pull/14209#discussion_r977917226
##########
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, it's just this one. A user may run into this if they try a dplyr
`left_join()` of their own, but it's not a crash or a corruption of data, just
a mysterious error.
--
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]