spark
spark copied to clipboard
[SPARK-49406][SQL][TESTS] Add two test cases for `from_avro/to_avro` from the perspective of `GenericRecord`
What changes were proposed in this pull request?
The pr aims to add 2 test cases for from_avro/to_avro from the perspective of GenericRecord.
Why are the changes needed?
Just to add test cases and help better understand these two functions: from_avro & to_avro.
Does this PR introduce any user-facing change?
No, only just supplementary test cases.
How was this patch tested?
Update existed UT.
Was this patch authored or co-authored using generative AI tooling?
No.
cc @MaxGekk
+1, LGTM. Merging to master. Thank you, @panbingkun.
+1, LGTM. Merging to master. Thank you, @panbingkun.
Thanks @MaxGekk.