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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org