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

Update docs to use vendored version of arrow #772

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 23, 2021

Which issue does this PR close?

Closes #769

Rationale for this change

@yuribudilov pointed out the challenge that the most recently released version of datafusion (4.0.0) doesn't work with the most recently released version of arrow (5.0.0).

What changes are included in this PR?

update the examples to use datafusion::arrow rather than arrow

Note this won't help users until we actually release a new version of Datafusion to crates.io

Are there any user-facing changes?

Example might be clearer

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Jul 23, 2021
@alamb alamb merged commit 18dbbb4 into apache:master Jul 24, 2021
@alamb alamb added the documentation Improvements or additions to documentation label Jul 24, 2021
@alamb alamb deleted the alamb/update_docs branch October 6, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arrow::util::pretty::pretty_format_batches missing
2 participants