Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48508][CONNECT][PYTHON] Cache user specified schema in `DataFr…
…ame.{to, mapInPandas, mapInArrow}` ### What changes were proposed in this pull request? Cache user specified schema in `DataFrame.{to, mapInPandas, mapInArrow}` ### Why are the changes needed? to avoid extra RPC to get the schema ### Does this PR introduce _any_ user-facing change? no, it should only be an optimization ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#46848 from zhengruifeng/py_user_define_schema. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information