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

when inferring the schema of compressed CSV, decompress before newline-delimited chunking #5109

Closed

Conversation

kmitchener
Copy link
Contributor

Which issue does this PR close?

Closes #5041 .

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Jan 29, 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.

Thank you @kmitchener !

Could you please add a test for this fix (so we don't accidentally break it again)?

@kmitchener
Copy link
Contributor Author

Will do!

@alamb
Copy link
Contributor

alamb commented Feb 2, 2023

Marking as draft to denote it is waiting on some additional work. Please mark it ready for review when done !

@alamb alamb marked this pull request as draft February 2, 2023 17:40
@alamb
Copy link
Contributor

alamb commented Apr 8, 2024

Since this has been open for more than a year, closing it down. Feel free to reopen if/when you keep working on it.

@alamb alamb closed this Apr 8, 2024
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.

"corrupt deflate stream" when inferring schema from CSV file during CREATE EXTERNAL TABLE
2 participants