Releases: databricks/spark-xml
Releases · databricks/spark-xml
Version 0.3.1
Spark-xml 0.3.1 adds following
Improvements:
- Fixed bugs while reading and writing attributes.
- Several documentation updates and fixes
- Several code style and tests for existing functionalities
Version 0.3.0
Spark-xml 0.3.0 adds following
Features:
- Support for Decimals and Maps for parsing
- Support for reading and writing attributes
- Support for reading compressed files
- Support for compressionCodec in all languages
- Support for pruned scan for required fields
- Support for different encodings in reading
Improvements:
- Structure conversion between Dataframe and XML data structure.
- Implementation with StAX instead of DOM XML parser.
- Several documentation updates and fixes
- Several code style and tests for existing functionalities
Version 0.2.0
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