You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
When polars reads compressed IPC files, it prints "could not mmap compressed IPC file, defaulting to normal read". As it cannot be bypassed, it is very disturbing when I read thousands of files.
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
When polars reads compressed IPC files, it prints "could not mmap compressed IPC file, defaulting to normal read". As it cannot be bypassed, it is very disturbing when I read thousands of files.
Reproducible example
Expected behavior
There should be no warning.
Or, it would be good if the warning can be ignored with
warnings.simplefilter(action="ignore")
.Installed versions
The text was updated successfully, but these errors were encountered: