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

Fix regression in DataFrame.write_xxx #945

Merged
merged 10 commits into from
Dec 30, 2023
Merged

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Dec 22, 2023

Which issue does this PR close?

Closes #894

Status

Rationale for this change

Fix a major regression where we can no longer save the results of a query.

What changes are included in this PR?

  • Upgrade to more recent DataFusion
  • Add test

Are there any user-facing changes?

@andygrove andygrove changed the title Fix regression in DataFrame.write_xxx WIP: Fix regression in DataFrame.write_xxx Dec 22, 2023
@andygrove andygrove changed the title WIP: Fix regression in DataFrame.write_xxx Fix regression in DataFrame.write_xxx Dec 29, 2023
@andygrove andygrove marked this pull request as ready for review December 29, 2023 23:59
@@ -145,7 +145,7 @@ where
fn listen_on_get_if_present(&self, k: Self::K, v: Option<Self::V>) {
if self.listeners.len() == 1 {
self.listeners
.get(0)
.first()
Copy link
Member Author

Choose a reason for hiding this comment

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

Clippy

Comment on lines +465 to +466
#[cfg(feature = "standalone")]
mod standalone_tests {
Copy link
Member Author

Choose a reason for hiding this comment

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

Drive-by cleanup to declare that the whole module requires the standalone feature rather than declare this on each import and each test.

@andygrove andygrove merged commit 90b5cc7 into apache:main Dec 30, 2023
16 checks passed
@andygrove andygrove deleted the dataframe_write branch December 30, 2023 18:28
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.

df.write_xxx no longer working in ballista
2 participants