Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix R ci #8783

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Fix R ci #8783

merged 3 commits into from
Sep 5, 2023

Conversation

Tmonster
Copy link
Contributor

@Tmonster Tmonster commented Sep 4, 2023

This is a weird bug. I'm not sure if it relates to the new arrow version, but for some reason when comparing tibbles and data frames without explicitly casting them now fails. The problem goes away if an older arrow library is used (pre 13.0.0) or if you explicitly cast data.frames to tibbles. You can also remove explicit casts that cause test that to compare two data frames that have difference types

@Tishj
Copy link
Contributor

Tishj commented Sep 4, 2023

Is that issue independent of the types?

@Tmonster
Copy link
Contributor Author

Tmonster commented Sep 4, 2023

Is that issue independent of the types?

Can you be more specific? do you mean types within the data.frames/tibbles?

@Mytherin Mytherin merged commit f89ccfe into duckdb:main Sep 5, 2023
6 of 7 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Sep 5, 2023

Thanks! LGTM

@ianmcook
Copy link

ianmcook commented Sep 6, 2023

I believe this is an intended consequence of apache/arrow#35173.

krlmlr pushed a commit to krlmlr/duckdb-r that referenced this pull request Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants