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

test: Port tests in csv_files.rs to sqllogictest #8885

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

simicd
Copy link
Contributor

@simicd simicd commented Jan 16, 2024

Which issue does this PR close?

Closes #8197

Rationale for this change

Migrate remaining SQL tests to sqllogictest

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added the core Core datafusion crate label Jan 16, 2024
use super::*;

#[tokio::test]
async fn csv_custom_quote() -> Result<()> {
Copy link
Contributor Author

@simicd simicd Jan 16, 2024

Choose a reason for hiding this comment

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

}

#[tokio::test]
async fn csv_custom_escape() -> Result<()> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

nice finding, thanks @simicd

@alamb alamb merged commit 3f219bc into apache:main Jan 16, 2024
22 checks passed
@simicd simicd deleted the test/csv-files-sqllogictest branch January 16, 2024 21:03
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 csv_files.rs to sqllogictest
3 participants