[SPARK-44150][PYTHON][CONNECT] Explicit Arrow casting for mismatched return type in Arrow Python UDF by xinrong-meng · Pull Request #41503 · apache/spark

@xinrong-meng xinrong-meng changed the title [WIP] Explicit Arrow casting for mismatched return type [SPARK-44150][PYTHON][CONNECT] Explicit Arrow casting for mismatched return type in Arrow Python UDF

Jun 22, 2023

@xinrong-meng

HyukjinKwon

zhengruifeng

ueshin

@xinrong-meng

ueshin

xinrong-meng pushed a commit that referenced this pull request

Jun 29, 2023
…et arguments properly

### What changes were proposed in this pull request?

This is a follow-up of #41503.

Fix `ArrowStreamPandasSerializer` to set `type` argument properly.

### Why are the changes needed?

To fix CI.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Existing tests.

Closes #41795 from ueshin/issues/SPARK-44150/fup.

Authored-by: Takuya UESHIN <ueshin@databricks.com>
Signed-off-by: Xinrong Meng <xinrong@apache.org>