Running a pyarrow function on pyspark dataframe results in a non-vectorized execution #10987
Open
1 task done
Labels
bug
Incorrect behavior inside of ibis
What happened?
Running a pyarrow function on pyspark dataframe results in a non-vectorized execution.
sample code:
If I patch
compute.py
to log the args of the call like the following:I get the following output:
while if I run the same with polars I get only 1 invocation:
Is this expected?
What version of ibis are you using?
10.2.0
What backend(s) are you using, if any?
PySpark
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: