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

build(deps): bump datafusion from 06e9f53 to 90775b4 #981

Merged
merged 1 commit into from
May 13, 2023
Merged

Conversation

vrongmeal
Copy link
Contributor

@vrongmeal vrongmeal commented May 13, 2023

Breaking changes to datafusion:

  • Instead of From<Vec<(Field, Arc<dyn Array>)>> it's now From<Vec<(Arc<Field>, Arc<dyn Array>)>> which essentially avoids Field::clone.
  • No csv::Reader::new, now have to use csv::ReaderBuilder
  • StreamReader::new creates a buffered reader by default now

Bumps [datafusion](https://github.com/apache/arrow-datafusion) from `06e9f53` to `90775b4`.
- [Commits](apache/datafusion@06e9f53...90775b4)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Vaibhav Rabber <[email protected]>
@vrongmeal vrongmeal merged commit 1f9b55e into main May 13, 2023
@vrongmeal vrongmeal deleted the vrongmeal/deps branch May 13, 2023 14:29
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.

1 participant