Repository: parquet-mr Updated Branches: refs/heads/master 8da945635 -> 4aba4dae7
Update CHANGES for 1.8.1 release Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/07cefb82 Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/07cefb82 Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/07cefb82 Branch: refs/heads/master Commit: 07cefb82189e9d2236036fadec19a9436652c090 Parents: 8da9456 Author: Alex Levenson <[email protected]> Authored: Fri Jul 17 12:57:08 2015 -0700 Committer: Alex Levenson <[email protected]> Committed: Fri Jul 17 12:57:08 2015 -0700 ---------------------------------------------------------------------- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/07cefb82/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 1c3f480..5388ccc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,23 @@ # Parquet # +### Version 1.8.1 ### + +#### Bug + +* [[PARQUET-331](https://issues.apache.org/jira/browse/PARQUET-331)] - Merge script doesn't surface stderr from failed sub processes +* [[PARQUET-336](https://issues.apache.org/jira/browse/PARQUET-336)] - ArrayIndexOutOfBounds in checkDeltaByteArrayProblem +* [[PARQUET-337](https://issues.apache.org/jira/browse/PARQUET-337)] - binary fields inside map/set/list are not handled in parquet-scrooge +* [[PARQUET-338](https://issues.apache.org/jira/browse/PARQUET-338)] - Readme references wrong format of pull request title + +#### Improvement + +* [[PARQUET-279](https://issues.apache.org/jira/browse/PARQUET-279)] - Check empty struct in the CompatibilityChecker util + +#### Task + +* [[PARQUET-339](https://issues.apache.org/jira/browse/PARQUET-339)] - Add Alex Levenson to KEYS file + ### Version 1.8.0 ### #### Bug
