Sandip Agarwala created SPARK-45488:
---------------------------------------

             Summary: XML: Add support for value in 'rowTag' element
                 Key: SPARK-45488
                 URL: https://issues.apache.org/jira/browse/SPARK-45488
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.0.0
            Reporter: Sandip Agarwala


The following XML with rowTag 'book' will yield a schema with just "_id" column 
and not the value:
 
{code:java}
 <p><book id="1">Great Book</book> </p>   {code}
Let's parse value as well.
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to