You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by nj...@apache.org on 2018/09/09 10:32:29 UTC

[kylin] branch document updated: KYLIN-3504 move the release notes from _docs23 to _docs

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

nju_yaho 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 e896163  KYLIN-3504 move the release notes from _docs23 to _docs
e896163 is described below

commit e89616333d86ce5c384e55222b36827378eeed3b
Author: Zhong <nj...@apache.org>
AuthorDate: Sun Sep 9 18:32:08 2018 +0800

    KYLIN-3504 move the release notes from _docs23 to _docs
---
 website/_docs/release_notes.md   | 31 +++++++++++++++++++++++++++++++
 website/_docs23/release_notes.md | 30 ------------------------------
 2 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 34abcd5..f92e9ea 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -16,6 +16,37 @@ or send to Apache Kylin mailing list:
 * Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 
+## v2.4.1 - 2018-09-09
+_Tag:_ [kylin-2.4.1](https://github.com/apache/kylin/tree/kylin-2.4.1)
+This is a bug fix release after 2.4.0, with 22 bug fixes and enhancement. Check [How to upgrade](/docs23/howto/howto_upgrade.html).
+
+__Improvement__
+* [KYLIN-3421] - Improve job scheduler fetch performance
+* [KYLIN-3424] - Missing invoke addCubingGarbageCollectionSteps in the cleanup step for HBaseMROutput2Transition
+* [KYLIN-3422] - Support multi-path of domain for kylin connection
+* [KYLIN-3463] - Improve optimize job by avoiding creating empty output files on HDFS
+* [KYLIN-3503] - Missing java.util.logging.config.file when starting kylin instance
+* [KYLIN-3507] - Query NPE when project is not found
+
+__Bug__
+* [KYLIN-2662] - NegativeArraySizeException in "Extract Fact Table Distinct Columns
+* [KYLIN-3025] - kylin odbc error : {fn CONVERT} for bigint type in tableau 10.4
+* [KYLIN-3255] - Cannot save cube
+* [KYLIN-3347] - QueryService Exception when using calcite function ex : {fn CURRENT_TIMESTAMP(0)}
+* [KYLIN-3391] - BadQueryDetector only detect first query
+* [KYLIN-3403] - Querying sample cube with filter "KYLIN_CAL_DT.WEEK_BEG_DT >= CAST('2001-09-09' AS DATE)" returns unexpected empty result set
+* [KYLIN-3428] - java.lang.OutOfMemoryError: Requested array size exceeds VM limit
+* [KYLIN-3438] - mapreduce.job.queuename does not work at 'Convert Cuboid Data to HFile' Step
+* [KYLIN-3451] - Cloned cube doesn't have Mandatory Cuboids copied
+* [KYLIN-3456] - Cube level's snapshot config does not work
+* [KYLIN-3460] - {fn CURRENT_DATE()} parse error
+* [KYLIN-3461] - "metastore.sh refresh-cube-signature" not updating cube signature as expected
+* [KYLIN-3476] - Fix TupleExpression verification when parsing sql
+* [KYLIN-3492] - Wrong constant value in KylinConfigBase.getDefaultVarcharPrecision
+* [KYLIN-3500] - kylin 2.4 use jdbc datasource :Unknown column 'A.A.CRT_DATE' in 'where clause'
+* [KYLIN-3505] - DataType.getType wrong usage of cache
+
+
 ## v2.4.0 - 2018-06-23
 _Tag:_ [kylin-2.4.0](https://github.com/apache/kylin/tree/kylin-2.4.0)
 This is a major release after 2.3.x, with 8 new features and more than 30 bug fixes bug fixes and enhancement. Check [How to upgrade](/docs/howto/howto_upgrade.html).
diff --git a/website/_docs23/release_notes.md b/website/_docs23/release_notes.md
index 21dd26b..d95a00e 100644
--- a/website/_docs23/release_notes.md
+++ b/website/_docs23/release_notes.md
@@ -15,36 +15,6 @@ or send to Apache Kylin mailing list:
 * User relative: [user@kylin.apache.org](mailto:user@kylin.apache.org)
 * Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
-## v2.4.1 - 2018-09-09
-_Tag:_ [kylin-2.4.1](https://github.com/apache/kylin/tree/kylin-2.4.1)
-This is a bug fix release after 2.4.0, with 22 bug fixes and enhancement. Check [How to upgrade](/docs23/howto/howto_upgrade.html).
-
-__Improvement__
-* [KYLIN-3421] - Improve job scheduler fetch performance
-* [KYLIN-3424] - Missing invoke addCubingGarbageCollectionSteps in the cleanup step for HBaseMROutput2Transition
-* [KYLIN-3422] - Support multi-path of domain for kylin connection
-* [KYLIN-3463] - Improve optimize job by avoiding creating empty output files on HDFS
-* [KYLIN-3503] - Missing java.util.logging.config.file when starting kylin instance
-* [KYLIN-3507] - Query NPE when project is not found
-
-__Bug__
-* [KYLIN-2662] - NegativeArraySizeException in "Extract Fact Table Distinct Columns
-* [KYLIN-3025] - kylin odbc error : {fn CONVERT} for bigint type in tableau 10.4
-* [KYLIN-3255] - Cannot save cube 
-* [KYLIN-3347] - QueryService Exception when using calcite function ex : {fn CURRENT_TIMESTAMP(0)}
-* [KYLIN-3391] - BadQueryDetector only detect first query
-* [KYLIN-3403] - Querying sample cube with filter "KYLIN_CAL_DT.WEEK_BEG_DT >= CAST('2001-09-09' AS DATE)" returns unexpected empty result set	
-* [KYLIN-3428] - java.lang.OutOfMemoryError: Requested array size exceeds VM limit
-* [KYLIN-3438] - mapreduce.job.queuename does not work at 'Convert Cuboid Data to HFile' Step
-* [KYLIN-3451] - Cloned cube doesn't have Mandatory Cuboids copied
-* [KYLIN-3456] - Cube level's snapshot config does not work
-* [KYLIN-3460] - {fn CURRENT_DATE()} parse error
-* [KYLIN-3461] - "metastore.sh refresh-cube-signature" not updating cube signature as expected
-* [KYLIN-3476] - Fix TupleExpression verification when parsing sql
-* [KYLIN-3492] - Wrong constant value in KylinConfigBase.getDefaultVarcharPrecision
-* [KYLIN-3500] - kylin 2.4 use jdbc datasource :Unknown column 'A.A.CRT_DATE' in 'where clause'
-* [KYLIN-3505] - DataType.getType wrong usage of cache
-
 
 ## v2.3.2 - 2018-07-08
 _Tag:_ [kylin-2.3.2](https://github.com/apache/kylin/tree/kylin-2.3.2)