Skip to content

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

@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
andygrove pushed a commit to andygrove/datafusion that referenced this pull request Jan 31, 2025
## Which issue does this PR close?

## Rationale for this change

This PR improves read_side_padding that is used for CHAR() schema

## What changes are included in this PR?

Optimized spark_read_side_padding

## How are these changes tested?

Added tests
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
## Which issue does this PR close?

## Rationale for this change

This PR improves read_side_padding that is used for CHAR() schema

## What changes are included in this PR?

Optimized spark_read_side_padding

## How are these changes tested?

Added tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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