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
Error: bad value
Error:
! Evaluation failed in `$select()`.
Caused by error:
! Evaluation failed in `$collect()`.
Caused by error in `PlRLazyFrame_filter()`:
! invalid formal argument list for "function"
Run `rlang::last_trace()` to see where the error occurred.
I think this indicates that something is wrong with inter-thread communication.
The same error occurs for the current r-polars, but it does not appear to occur when I set in_background=TRUE to have the UDF evaluated in a separate R session.
The text was updated successfully, but these errors were encountered:
The segmentation fault that occurs in this issue has nothing to do with the error, and according to my understanding has nothing to do with that issue.
See pola-rs/r-polars#1253 (comment)
It seems that if we run
map_batches()
consecutively as shown below, an error will eventually occur.I think this indicates that something is wrong with inter-thread communication.
The same error occurs for the current r-polars, but it does not appear to occur when I set
in_background=TRUE
to have the UDF evaluated in a separate R session.The text was updated successfully, but these errors were encountered: