You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/07/17 03:36:38 UTC

[kylin] branch document updated: Add v2.3.2 to release notes

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new af76d40  Add v2.3.2 to release notes
af76d40 is described below

commit af76d40c5f007b51d5a83aed24707835364cf523
Author: shaofengshi <sh...@apache.org>
AuthorDate: Tue Jul 17 11:35:32 2018 +0800

    Add v2.3.2 to release notes
---
 website/_docs/release_notes.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 499681a..34abcd5 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -100,6 +100,25 @@ __Sub-task__
 * [KYLIN-3376] - Some improvements for lookup table - query change
 * [KYLIN-3377] - Some improvements for lookup table - snapshot management
 
+## v2.3.2 - 2018-07-08
+_Tag:_ [kylin-2.3.2](https://github.com/apache/kylin/tree/kylin-2.3.2)
+This is a bug fix release after 2.3.1, with 12 bug fixes and enhancement. Check [How to upgrade](/docs23/howto/howto_upgrade.html).
+
+__Improvement__
+* [KYLIN-3345] - Use Apache Parent POM 19
+* [KYLIN-3372] - Upgrade jackson-databind version due to security concerns
+* [KYLIN-3415] - Remove "external" module
+
+__Bug__
+* [KYLIN-3115] - Incompatible RowKeySplitter initialize between build and merge job
+* [KYLIN-3336] - java.lang.NoSuchMethodException: org.apache.kylin.tool.HBaseUsageExtractor.execute([Ljava.lang.String;)
+* [KYLIN-3348] - "missing LastBuildJobID" error when building new cube segment
+* [KYLIN-3352] - Segment pruning bug, e.g. date_col > "max_date+1"
+* [KYLIN-3363] - Wrong partition condition appended in JDBC Source
+* [KYLIN-3388] - Data may become not correct if mappers fail during the redistribute step, "distribute by rand()"
+* [KYLIN-3400] - WipeCache and createCubeDesc causes deadlock
+* [KYLIN-3401] - The current using zip compress tool has an arbitrary file write vulnerability
+* [KYLIN-3404] - Last optimized time detail was not showing after cube optimization
 
 ## v2.3.1 - 2018-03-28
 _Tag:_ [kylin-2.3.1](https://github.com/apache/kylin/tree/kylin-2.3.1)