Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@HyukjinKwon HyukjinKwon released this 23 Dec 05:52
· 223 commits to master since this release

Spark-xml 0.2.0 adds following

Features:

  • Hadoop version compatibility for 1.x and 2.x
  • Support for failing fast for malformed XML files
  • Support for writing XML files from dataframes
  • Support for Timestamps and Integer in type inference
  • Support for data source short name with Spark 1.5+

Improvements:

  • Several documentation updates and fixes
  • Several code style and tests for existing functionalities