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
Pandas-based UDFs are not supported for the DuckDB backend, but Arrow-based ones are. For my use case, I would like to ensure parity between using either backend as much as possible, so being able to use Arrow-based UDFs on a pyspark table would be very useful
Describe the solution you'd like
I'd like a solution that would allow me to use an Arrow-based UDF on a pyspark table
What version of ibis are you running?
9.0.0.dev686
What backend(s) are you using, if any?
Pyspark
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Pyspark now supports Arrow UDFs that facilitate efficient row-by-row executions using Arrow as a backend e.g.
However, the equivalent function using
ibis
raises a NotImplementedError, because only Pandas-based vectorized UDFs are supportedWhat is the motivation behind your request?
Pandas-based UDFs are not supported for the DuckDB backend, but Arrow-based ones are. For my use case, I would like to ensure parity between using either backend as much as possible, so being able to use Arrow-based UDFs on a pyspark table would be very useful
Describe the solution you'd like
I'd like a solution that would allow me to use an Arrow-based UDF on a pyspark table
What version of ibis are you running?
9.0.0.dev686
What backend(s) are you using, if any?
Pyspark
Code of Conduct
The text was updated successfully, but these errors were encountered: