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

chore(python): Fix typo in error message #10281

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Conversation

duvenagep
Copy link
Contributor

After going down a rabbit hole of parquet sink and getting errors like:
PanicException: sink_parquet not yet supported in standard engine. Use 'collect().write_parquet()'

I found this issue thread! Here @ritchie46 mentions that not every query is streamable but that support for unnest might be possible!

This led to a PR #6614 add streamable udfs

In this file, I notice a typo, but also noticed the same type in a couple of other places as well.

@stinodego stinodego changed the title Typo fix "Could net" to "Could not" chore(python): Fix typo in error message Aug 3, 2023
@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars labels Aug 3, 2023
@stinodego
Copy link
Member

👍

@stinodego stinodego merged commit 0596d60 into pola-rs:main Aug 3, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants