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
[SPARK-52695][SQL] User Defined Type write support for xml file format
### What changes were proposed in this pull request?
This PR adds UDT write support for the XML file format
### Why are the changes needed?
IllegalArgumentException is being thrown while writing UDT values
### Does this PR introduce _any_ user-facing change?
Yes, if the udt's sqlType is compatible with XML file format, it becomes writable
### How was this patch tested?
new test
### Was this patch authored or co-authored using generative AI tooling?
no
Closesapache#51388 from yaooqinn/SPARK-52695.
Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
0 commit comments