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 #8201] Port tests in expr.rs to sqllogictest, finish the left c… #9014

Merged
merged 4 commits into from
Jan 28, 2024

Conversation

Tangruilin
Copy link
Contributor

@Tangruilin Tangruilin commented Jan 27, 2024

…ases

Which issue does this PR close?

Closes #8201 .
Closes #6195

Rationale for this change

What changes are included in this PR?

This PR move left tests in expr.rs to expr.slt.

Are these changes tested?

Yes. These changes are tests

Are there any user-facing changes?

No

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Jan 27, 2024
@alamb
Copy link
Contributor

alamb commented Jan 27, 2024

Amazing @Tangruilin -- thank you . I plan to review this later today or tomorrow

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.

Thank you @Tangruilin -- this looks amazing 🏆 -- thank you for helping push #6195 over the 🏁 line ❤️

There are a few comments I think would be valuable to add here, but I will add them to your PR to help get this one ready.

Thanks again!

datafusion/sqllogictest/test_files/expr.slt Show resolved Hide resolved
datafusion/sqllogictest/test_files/expr.slt Show resolved Hide resolved
datafusion/sqllogictest/test_files/expr.slt Show resolved Hide resolved
datafusion/sqllogictest/test_files/expr.slt Show resolved Hide resolved
datafusion/sqllogictest/test_files/expr.slt Show resolved Hide resolved
@alamb alamb merged commit f4fc263 into apache:main Jan 28, 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 expr.rs to sqllogictest Port remaining sql integration tests from rust to sqllogictest
2 participants