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

[task #8203] Port tests in joins.rs to sqllogictest #8996

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

Tangruilin
Copy link
Contributor

Which issue does this PR close?

Closes #8203.

Rationale for this change

What changes are included in this PR?

Move the tests in joins.rs to joins.slt

Are these changes tested?

YES

Are there any user-facing changes?

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Jan 25, 2024
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.

Looks great @Tangruilin -- thank you very much 🙏

@@ -20,65 +20,6 @@ use datafusion::test_util::register_unbounded_file_with_ordering;

use super::*;

#[tokio::test]
#[ignore]
Copy link
Contributor

Choose a reason for hiding this comment

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

💯 for unignoring the test


Ok(ctx)
}

async fn register_aggregate_csv_by_sql(ctx: &SessionContext) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I agree with the assesment that these tests shouldn't be moved: #8203 (comment)

The other tests assert the phyical plan, so I do not move them to joins.slt

@alamb alamb merged commit b97daf7 into apache:main Jan 25, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port tests in joins.rs to sqllogictest
2 participants