Skip to content

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
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
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 🙏

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
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