srowen commented on PR #43319: URL: https://github.com/apache/spark/pull/43319#issuecomment-1757750260
For what it's worth, this is the reason I didn't implement this a while ago: https://github.com/databricks/spark-xml/issues/428#issuecomment-565562921 It's not wrong to try to support this but I think there are more corner cases this raises that aren't addressed here - what about `<book>Great <foo>Book</foo> to read!</book>` ? what would be the schema and what goes into `_VALUE`? -- 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]
