jdavidroberts commented on PR #53857: URL: https://github.com/apache/spark/pull/53857#issuecomment-3862658869
Hi @sandip-db @cloud-fan @dongjoon-hyun, Would appreciate a review when you have time. This PR adds two regression tests for SPARK-45414 to ensure the XML string tag content placement bug doesn't reappear. The bug was originally reported in the external spark-xml library and was fixed during integration into Spark core. These tests verify that: 1. String columns mixed with nested types (structs, arrays) serialize correctly 2. Attributes mixed with string elements are properly handled The tests are straightforward roundtrip write/read verification with clear assertions. All tests pass locally and CI is green. Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
