Skip to content

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