Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented May 3, 2023

Which issue does this PR close?

N/A

Rationale for this change

While looking through https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests I noticed there were some directories that had some random data in them. I think consolidating into a shared single location will make the codebase easier to work with

What changes are included in this PR?

Move test data into a single location, and update tests with new locations

Are these changes tested?

yes

Are there any user-facing changes?

no

@alamb alamb added the development-process Related to development process of DataFusion label May 3, 2023
@github-actions github-actions bot added core Core DataFusion crate and removed development-process Related to development process of DataFusion labels May 3, 2023
#[tokio::test]
async fn sort_with_lots_of_repetition_values() -> Result<()> {
let ctx = SessionContext::new();
let filename = "tests/parquet/data/repeat_much.snappy.parquet";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the parquet one was particularly confusing because tests/parquet also has a bunch of rust code as well

@alamb
Copy link
Contributor Author

alamb commented May 4, 2023

unless anyone objects I plan to merge this in later today

@alamb alamb merged commit 06e9f53 into apache:main May 5, 2023
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.

1 participant