Skip to content

Conversation

@tshauck
Copy link
Contributor

@tshauck tshauck commented Feb 22, 2024

Which issue does this PR close?

Closes #9237

Rationale for this change

Took this open ticket which was to update the tests around the parquet partition writing feature... #9237 (comment)

What changes are included in this PR?

Test updates

Are these changes tested?

The changes are tests :)

Are there any user-facing changes?

No

@github-actions github-actions bot added the core Core DataFusion crate label Feb 22, 2024
}

#[tokio::test]
async fn write_parquet_results() -> Result<()> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the moved test.

Ok(())
}

#[tokio::test]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the new test.

@tshauck tshauck marked this pull request as ready for review February 22, 2024 18:28
Copy link
Contributor

@Jefffrey Jefffrey left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for adding the test 👍

Small nit is making the PR title more descriptive, such as tests: add tests for writing hive-partitioned parquet 🙂

@alamb alamb changed the title tests: adds tests associated with #9237 tests: add tests for writing hive-partitioned parquet Feb 26, 2024
@alamb alamb merged commit a26f583 into apache:main Feb 26, 2024
@alamb
Copy link
Contributor

alamb commented Feb 26, 2024

Thanks again @tshauck

cc @devinjdangelo

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

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support writing hive style partitioned files in DataFrame::write command

3 participants