This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a change to branch 2.6.x in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 9c441ba minor, update Kylin version to 2.6.1 new a089071 KYLIN-3767 Print the malformed JSON data consumed from Kafka Topic new 316cdba KYLIN-3772 CubeMetaIngester works abnormally new 9dc7e73 KYLIN-3770 ZipFileUtils is not compatible CubeMetaIngester new 8f533a9 KYLIN-3776 Float type in MySQL not properly converted to HIVE Double Type new 20a7483 KYLIN-3776 Float type in MySQL not properly converted to HIVE Double Type new 3aada5d KYLIN-3773 modify dependency datasource-sdk new 136a637 KYLIN-3778 fix project level datasource new 6b017d1 Add built instance in Job info new 6e747a6 KYLIN-3703 get negative value when query kylin The 7609 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/lock/DistributedLockFactory.java | 2 +- core-job/src/main/java/org/apache/kylin/job/JobInstance.java | 11 +++++++++++ .../src/main/java/org/apache/kylin/job/JoinedFlatTable.java | 4 ++++ .../org/apache/kylin/job/execution/AbstractExecutable.java | 9 +++++++++ .../apache/kylin/job/execution/DefaultChainedExecutable.java | 6 ++++-- .../org/apache/kylin/job/execution/ExecutableManager.java | 2 +- .../java/org/apache/kylin/metadata/model/FunctionDesc.java | 2 +- .../org/apache/kylin/engine/mr/common/JobInfoConverter.java | 2 ++ server-base/pom.xml | 6 ++++++ .../main/java/org/apache/kylin/rest/service/JobService.java | 7 ++++++- .../src/main/java/org/apache/kylin/source/jdbc/SqlUtil.java | 2 +- .../org/apache/kylin/source/kafka/TimedJsonStreamParser.java | 2 ++ .../java/org/apache/kylin/tool/AbstractInfoExtractor.java | 12 ++++++++++++ .../main/java/org/apache/kylin/tool/CubeMetaExtractor.java | 2 ++ .../java/org/apache/kylin/tool/JobInstanceExtractor.java | 1 + webapp/app/js/controllers/sourceMeta.js | 4 ++-- webapp/app/partials/jobs/job_steps.html | 4 ++++ 17 files changed, 69 insertions(+), 9 deletions(-)