You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sandip Agarwala (Jira)" <ji...@apache.org> on 2023/10/16 22:18:00 UTC

[jira] [Created] (SPARK-45562) XML: Make 'rowTag' a required option

Sandip Agarwala created SPARK-45562:
---------------------------------------

             Summary: XML: Make 'rowTag' a required option
                 Key: SPARK-45562
                 URL: https://issues.apache.org/jira/browse/SPARK-45562
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.0.0
            Reporter: Sandip Agarwala


User can specify `rowTag` option that is the name of the XML element that maps to a `DataFrame Row`.  A non-existent `rowTag` will not infer any schema or generate any `DataFrame` rows. Currently, not specifying `rowTag` option results in picking up its default value of  `ROW`. This results in an empty dataframe and confuse new users. Creating a Jira task to make this a required option.



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

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