Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jksinghpro/spark-xml

Tags

v0.4.1

Toggle v0.4.1's commit message
Changes for 0.4.1

There are some critical bugs in 0.4.0. Although it includes few fixes, it'd be great if another one is released.

This will includes the fixes for databricks#193, databricks#196, databricks#192 and databricks#185

Author: hyukjinkwon <[email protected]>

Closes databricks#198 from HyukjinKwon/changes-0.4.1.

v0.3.5

Toggle v0.3.5's commit message
Changes for 0.3.5

There are some critical bugs in 0.3.4. Although it includes few fixes, it'd be great if another one is released.

This will includes the fixes for databricks#193, databricks#196, databricks#192 and databricks#185

Author: hyukjinkwon <[email protected]>

Closes databricks#200 from HyukjinKwon/changes-0.3.5.

v0.4.0

Toggle v0.4.0's commit message
Changes for 0.4.0

This PR prepares the release for 0.4.0.

This will include the changes below:
  - Support for PERMISSIVE/DROPMALFORMED mode and corrupt record option. databricks#107
  - Change default values for valueTag and attributePrefix to avoid always require field escape for some apis databricks#142
  - deprecates saveAsXmlFile and promote the usage of write(). databricks#150
  - deprecates xmlFile and promote the usage of read(). databricks#150
  - drops 1.x compatibility from 0.4.0. databricks#150
  - makes not supporting UserDefinedType as it became private. databricks#150

Author: hyukjinkwon <[email protected]>

Closes databricks#176 from HyukjinKwon/version-0.4.0.

v0.3.4

Toggle v0.3.4's commit message
Changes for 0.3.4 release

This PR prepares the release for 0.3.4.

This will include the changes below:

- Produces correct order of columns for nested rows when user specifies a schema databricks@527b976
- No value in nested struct causes arrayIndexOutOfBounds (databricks@19eb277)
- `compression` aslias for `codec` option databricks#145
- Remove dead codes, databricks#144
- Fix nested element with name of parent bug, databricks#161
- Minor documentation changes - databricks#159 and databricks#143
- Ignore comments even when it is surrounded white spaces databricks#166

Author: hyukjinkwon <[email protected]>

Closes databricks#146 from HyukjinKwon/version-0.3.4.

v0.2.0

Toggle v0.2.0's commit message
Bumping version to 0.2.0 for release