This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 61f8ec6c5175 [SPARK-47866][SQL][TESTS] Use explicit GC in 
`PythonForeachWriterSuite`
     add e815012f26ab [SPARK-47371][SQL] XML: Ignore row tags found in CDATA

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/xml/StaxXmlParser.scala     | 47 +++++++++++++++++----
 .../test-data/xml-resources/cdata-ending-eof.xml   | 48 ++++++++++++++++++++++
 .../test-data/xml-resources/cdata-no-close.xml     | 48 ++++++++++++++++++++++
 .../test-data/xml-resources/commented-row.xml      | 25 -----------
 .../test-data/xml-resources/ignored-rows.xml       | 45 ++++++++++++++++++++
 .../sql/execution/datasources/xml/XmlSuite.scala   | 21 ++++++++--
 6 files changed, 196 insertions(+), 38 deletions(-)
 create mode 100644 
sql/core/src/test/resources/test-data/xml-resources/cdata-ending-eof.xml
 create mode 100644 
sql/core/src/test/resources/test-data/xml-resources/cdata-no-close.xml
 delete mode 100644 
sql/core/src/test/resources/test-data/xml-resources/commented-row.xml
 create mode 100644 
sql/core/src/test/resources/test-data/xml-resources/ignored-rows.xml


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

Reply via email to