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

Move parquet_schema.rs from sql to parquet tests #8644

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 24, 2023

Which issue does this PR close?

Closes #8207

Rationale for this change

The tests in parquet_metadata.rs are not really sql tests, they are tests of the parquet reader as @matthewmturner points out on #8207 (comment)

What changes are included in this PR?

Move the tests to reflect they are really testing the parquet reader, not the SQL interface

Are these changes tested?

By CI

Are there any user-facing changes?

No

@github-actions github-actions bot added the core Core DataFusion crate label Dec 24, 2023
@alamb alamb merged commit 78832f1 into apache:main Dec 26, 2023
22 checks passed
@alamb alamb deleted the alamb/move_test branch December 26, 2023 11:59
appletreeisyellow pushed a commit to appletreeisyellow/datafusion that referenced this pull request Jan 4, 2024
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.

Port tests in parquet_schema.rs to sqllogictest
3 participants