Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@HyukjinKwon HyukjinKwon released this 10 Sep 11:30
· 165 commits to master since this release

Spark-xml 0.4.0 adds following

Features:

  • Support for PERMISSIVE/DROPMALFORMED mode and corrupt record option - #107

Removals, Behavior Changes and Deprecations

  • Deprecate saveAsXmlFile and promote the usage of write() - #150
  • Deprecate xmlFile and promote the usage of read() - #150
  • Drop 1.x compatibility from 0.4.0 - #150
  • Make not supporting UserDefinedType as it became private - #150
  • Change default values for valueTag and attributePrefix to _ and _VALUE - #142