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

Disallow non-empty timezone for CSV reader (#3841) #3842

Closed

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Mar 10, 2023

Which issue does this PR close?

Closes #3841

Rationale for this change

This is a temporary "fix" for #3841 pending a more holisitic rework of the parser interface to properly support timezones #1936

Rather than silently being broken for timezones, this change makes it fail loud

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 10, 2023
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.

I think there should be a test (with a reference to the ticket)

@alamb
Copy link
Contributor

alamb commented Mar 17, 2023

The only thing I think this PR needs is a test -- otherwise 👍

@alamb
Copy link
Contributor

alamb commented Mar 22, 2023

Is this PR superceded by #3908 ?

@tustvold
Copy link
Contributor Author

Is this PR superceded by #3908 ?

Yes, sorry, meant to close

@tustvold tustvold closed this Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV Reader Doesn't set Timezone
2 participants