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

read_csv_auto tests: Change 'delimiter' to 'delim' #8409

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

szarnyasg
Copy link
Collaborator

I found this minor issue in the test suite: the parameter of read_csv_auto to specify the delimiter is now called delim and not delimiter. This does not cause any issue because the tests are supposed to fail anyways (with a statement error) but they should do so because of a different reason, not the name of the delim parameter.

@Mytherin Mytherin merged commit 88ca467 into duckdb:master Aug 1, 2023
25 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Aug 1, 2023

Thanks!

@szarnyasg szarnyasg deleted the read_csv_auto_delimiter_to_delim branch August 23, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants