Skip to content
Snippets Groups Projects
Commit 09cbf3df authored by Takuya UESHIN's avatar Takuya UESHIN Committed by hyukjinkwon
Browse files

[SPARK-22125][PYSPARK][SQL] Enable Arrow Stream format for vectorized UDF.

## What changes were proposed in this pull request?

Currently we use Arrow File format to communicate with Python worker when invoking vectorized UDF but we can use Arrow Stream format.

This pr replaces the Arrow File format with the Arrow Stream format.

## How was this patch tested?

Existing tests.

Author: Takuya UESHIN <ueshin@databricks.com>

Closes #19349 from ueshin/issues/SPARK-22125.
parent 12e740bb
No related branches found
No related tags found
No related merge requests found
Showing with 825 additions and 372 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment