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

New streaming quietly ignores failing source when sinking #21527

Open
2 tasks done
coastalwhite opened this issue Feb 28, 2025 · 0 comments
Open
2 tasks done

New streaming quietly ignores failing source when sinking #21527

coastalwhite opened this issue Feb 28, 2025 · 0 comments
Labels
accepted Ready for implementation bug Something isn't working new-streaming Features for or dependent on the new streaming engine python Related to Python Polars

Comments

@coastalwhite
Copy link
Collaborator

Checks

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of Polars.

Reproducible example

import polars as pl
import os

os.environ['POLARS_FORCE_NEW_STREAMING'] = '1'
# Scanning an non-existent file
pl.scan_parquet('sadlfjalsfj').sink_ipc('x.ipc')

Log output

Issue description

No error is thrown.

Expected behavior

An error is thrown.

Installed versions

Replace this line with the output of pl.show_versions(). Leave the backticks in place.
@coastalwhite coastalwhite added bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars new-streaming Features for or dependent on the new streaming engine accepted Ready for implementation and removed needs triage Awaiting prioritization by a maintainer labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation bug Something isn't working new-streaming Features for or dependent on the new streaming engine python Related to Python Polars
Projects
None yet
Development

No branches or pull requests

1 participant