-
Notifications
You must be signed in to change notification settings - Fork 17
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
[TPC-H] Switching to scan_parquet
from scan_pyarrow_dataset
caused Polars test failures
#1396
Comments
read_parquet
from scan_pyarrow_dataset
caused Polars test failuresscan_parquet
from scan_pyarrow_dataset
caused Polars test failures
Note that all of these queries work if I disable streaming. |
Some of these bugs are due to our string refactor. Which polars version was this? |
This is |
Alright. I will take a look. |
Thanks, let me know if I can help you with anything, e.g., by filing more detailed issues. |
Thanks, I will fix this. I am also on vacation, so give me a few days. :) |
Your idea of a vacation is different from most people I know 🙂 |
Yes, took a while before my GF accepted that. 😹 |
In #1394, we switched to
pl.scan_parquet
to enable streaming. This has caused some of the TPC-H queries to fail.The text was updated successfully, but these errors were encountered: