-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates build and readme files only. Due to some bugs, I am going to bump up the version from `0.3.2` to `0.3.3`. The bugs includes some major issues for primitive functionalities in few cases. 1. This fails to read some value in attributes in few special cases, #89. 2. Duplicated `valueTag` field in few special cases, #96. 3. Non-existing element in an array when it is supposed to be `null`, #95. 4. Failed to parse XML documents when the datatypes in the same elements are structural data type and non-structural data type, #106 5. Always ignore comments, #110 Author: hyukjinkwon <gurwls223@gmail.com> Closes #99 from HyukjinKwon/version-0.3.3.
- Loading branch information
1 parent
41e0fc5
commit ad7abbd
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name := "spark-xml" | ||
|
||
version := "0.3.2" | ||
version := "0.3.3" | ||
|
||
organization := "com.databricks" | ||
|
||
|