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

Consolidate Example: dataframe_output.rs into dataframe.rs #13877

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

zhuqi-lucas
Copy link
Contributor

@zhuqi-lucas zhuqi-lucas commented Dec 22, 2024

Which issue does this PR close?

Closes #13844)

Rationale for this change

Part of #11172

What changes are included in this PR?

Consolidate the contents of https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/dataframe_output.rs
Into https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/dataframe.rs
Then update the readme page:

https://github.com/apache/datafusion/blob/main/datafusion-examples/README.md

Are these changes tested?

Yes

Are there any user-facing changes?

Readme changes for example about write out data to local storage.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

AWESOME -- thank you so much @zhuqi-lucas . While this is a small PR I think it is a really nice improvement and a step towards making the examples better

@alamb alamb merged commit a7ff7a5 into apache:main Dec 22, 2024
25 checks passed
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.

Consolidate Example: dataframe_output.rs into dataframe.rs
2 participants