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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
This feature is aim to support Columnar pandas udf, previously, we will need to convert Columnar to Row to use ArrowEvalPython, which is a redundant work since we already used Arrow as our ColumnarBatch format
Add a new operator called ColumnarArrowEvalPython, which will directly write arrow buffer to socket outputstream for python, and load python replied result to Arrow based ColumnarBatch
The text was updated successfully, but these errors were encountered:
This feature is aim to support Columnar pandas udf, previously, we will need to convert Columnar to Row to use ArrowEvalPython, which is a redundant work since we already used Arrow as our ColumnarBatch format
Add a new operator called ColumnarArrowEvalPython, which will directly write arrow buffer to socket outputstream for python, and load python replied result to Arrow based ColumnarBatch
The text was updated successfully, but these errors were encountered: