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 2019/01/27 14:57:04 UTC

[kylin] branch 2.5.x updated (99587c4 -> a2db3e5)

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

shaofengshi pushed a change to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 99587c4  KYLIN-3570 Automatically build system cube
     new 1ebdaa9  KYLIN-3699 Spark cubing failed when build with empty data
     new 8489982  KYLIN-3720 add column family check when save/update cube desc
     new fb2522e  KYLIN-3738 Edit cube measure may make the decimal type change unexpectly revert KYLIN-2243 8c0c44b887e2caa21b097c2334f8d21c42462e80
     new 72a9a9f  KYLIN-3729 CLUSTER BY CAST(field AS STRING) will accelerate base cuboid build with UHC global dict
     new b07575a  KYLIN-3643 Inner column filter can not pushdown
     new c628cb7  KYLIN-3731 Segment pruning ignore complex data type
     new 733ef38  KYLIN-3748 No realization found exception thrown when a ready cube is building
     new af6e685  KYLIN-3722 Disable limit push down for multi olapcontext
     new 4e36aba  KYLIN-3767 Print the malformed JSON data consumed from Kafka Topic
     new 4370f57  KYLIN-3772 CubeMetaIngester works abnormally
     new 4456fb1  KYLIN-3770 ZipFileUtils is not compatible CubeMetaIngester
     new 2383f6b  KYLIN-3703 get negative value when query kylin
     new a2db3e5  KYLIN-3494: Build cube with spark reports ArrayIndexOutOfBoundsException

The 7462 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kylin/common/KylinConfigBase.java   |  4 +++
 .../org/apache/kylin/common/util/HadoopUtil.java   | 24 ++++++++++++++++
 .../apache/kylin/cube/CubeCapabilityChecker.java   | 21 ++++++++------
 .../apache/kylin/cube/common/SegmentPruner.java    |  4 +++
 .../java/org/apache/kylin/gridtable/GTUtil.java    |  4 +++
 .../java/org/apache/kylin/job/JoinedFlatTable.java |  2 +-
 .../apache/kylin/metadata/datatype/DataType.java   |  9 +++++-
 .../apache/kylin/metadata/model/FunctionDesc.java  |  2 +-
 .../kylin/engine/mr/common/CubeStatsReader.java    |  2 +-
 .../mr/steps/FactDistinctColumnsReducer.java       |  2 +-
 .../mr/steps/UpdateCubeInfoAfterBuildStep.java     |  3 ++
 .../kylin/engine/spark/SparkFactDistinct.java      |  2 +-
 .../org/apache/kylin/engine/spark/SparkUtil.java   | 33 +++++++++++++++++++++-
 .../org/apache/kylin/query/ITKylinQueryTest.java   | 17 ++++++-----
 .../query01.sql => sql_limit/query06.sql}          | 10 +++++--
 .../apache/kylin/query/relnode/OLAPContext.java    |  2 ++
 .../apache/kylin/query/relnode/OLAPLimitRel.java   |  3 +-
 .../org/apache/kylin/query/relnode/OLAPRel.java    |  9 ++++--
 .../kylin/rest/controller/CubeController.java      | 28 ++++++++++++++++++
 .../kylin/source/kafka/TimedJsonStreamParser.java  |  2 ++
 .../apache/kylin/tool/AbstractInfoExtractor.java   | 12 ++++++++
 .../org/apache/kylin/tool/CubeMetaExtractor.java   |  2 ++
 webapp/app/js/controllers/cubeMeasures.js          |  1 -
 23 files changed, 169 insertions(+), 29 deletions(-)
 copy kylin-it/src/test/resources/query/{sql_expression/query01.sql => sql_limit/query06.sql} (79%)