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

Upgrade duckdb to 0.9.2 and update dependencies #240

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

kenanwarren
Copy link
Contributor

Running the upgrade script; also updated bindgen, arrow, and polars. Let me know if I should roll any dependency updates back.

arrow2::error::Error::OutOfSpec(_) => return None,
_ => panic!("Failed to import arrow2 Array from C: {}", err),
}
panic!("Failed to import arrow2 Array from C: {}", err)
Copy link
Contributor Author

@kenanwarren kenanwarren Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not positive, but I don't believe this is valid comment anymore. It looks like polars did some housekeeping in the last couple of months with their polars-arrow package. It looks like the relevant bits are here. This is incorrect let me see if I can sort it out since they aren't using the old error anymore.

An aside I stumbled on this issue with some additional information on the changes:
jorgecarleitao/arrow2#1476

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorted it out, they're using PolarsError::ComputeError now

@mlafeldt
Copy link
Contributor

Thanks for the PR. Would be great to get this in (plus #238 maybe 😎) and cut a new release. 🙏

@kenanwarren
Copy link
Contributor Author

kenanwarren commented Nov 30, 2023

@mlafeldt Since it moved under duckdb I'm not sure who has approval and release access.

@wangfenjin Sorry to ping you, but are you still the best person to reach out to for PRs or is there someone under the DuckDB org that's taken over? Thank you again for starting this project 🙏

@wangfenjin
Copy link
Collaborator

wangfenjin commented Nov 30, 2023

Thanks for the contribution. I no longer have the write permission for this repo, I’m sure someone will handle the PR

@mlafeldt
Copy link
Contributor

mlafeldt commented Dec 1, 2023

Asked about code ownership in Discord.

@Mytherin Mytherin merged commit 4489432 into duckdb:main Dec 1, 2023
4 checks passed
@Mytherin
Copy link
Contributor

Mytherin commented Dec 1, 2023

Thanks! LGTM

@szarnyasg
Copy link
Contributor

Thanks for the contribution. I no longer have the write permission for this repo, I’m sure someone will handle the PR

Hi @wangfenjin, sorry about that, that was a mistake on my end. You should have write permissions and I now restored them.

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.

5 participants