Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42268][CONNECT][PYTHON][TESTS][FOLLOWUP] Add
test_simple_udt
…
… for `UserDefinedType` ### What changes were proposed in this pull request? add more tests for UDT ### Why are the changes needed? apache#39835 added tests for UDT for this conversion: UDT in Server -> proto -> UDT in Python Client As per xinrong-meng 's suggestion, this PR adds more tests to cover this: UDT in Python Client -> proto -> UDT in Server -> proto -> UDT in Python Client ### Does this PR introduce _any_ user-facing change? No, test-only ### How was this patch tested? added UT Closes apache#39913 from zhengruifeng/connect_more_test_udt. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit b99fc5e) Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information