scan_parquet
+ sink_parquet
with same filename PanicException and file truncation
#12843
Open
2 tasks done
Labels
A-io-parquet
Area: reading/writing Parquet files
A-panic
Area: code that results in panic exceptions
bug
Something isn't working
P-low
Priority: low
python
Related to Python Polars
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
Log output
No response
Issue description
Just noticed Polars lets you use the same filename here, but it ends up truncating the file.
Not sure if this is supposed to be allowed or not, but if not, it should raise and leave the input intact?
Expected behavior
"Work" or raise exception and leave input intact.
Installed versions
The text was updated successfully, but these errors were encountered: