This is an automated email from the ASF dual-hosted git repository.
nic pushed a change to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 6ac1d7c KYLIN-4292 Use HFileOutputFormat3 in all places to replace
HFileOutputFormat2
new cd7fb00 KYLIN-4180 Prevent abnormal CPU usage by limiting flat
filters length
new 32364bd KYLIN-1716 fix
new 116fcc1 KYLIN-4183 Clicking 'Submit' button is unresponsive, when the
segment is not selected.
new 4a1184e KYLIN-4169 remove useless listModels() in
DataModelManager.curd.initE… (#843)
new 099326b KYLIN-4198 “bin/system-cube.sh cron” will overwrite user's
crontab (#893)
new 3f746ad KYLIN-3741 when the sql result is empty and limit is 0
,should not have 'load more' bar
new f2f8591 KYLIN-4195 The cube size is 'NaN KB' after purging one cube.
new f4f9520 KYLIN-4244: add com.tdunning shade in tool assembly
new ed82551 KYLIN-2431 Use StorageCleanupJob cleanup intermediate hive
tables after check whether it was created by current deployment
new 0467a19 KYLIN-3842: fix partial match regression in the
kylinProperties.js
new ccb90cc KYLIN-4254: The result exporting from Insight with CSV format
is empty, when sql contains Chinese
new 1175527 KYLIN-1716 UI Location Change Bug Fix
The 12 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:
build/bin/system-cube.sh | 5 ++--
build/deploy/server.xml | 1 +
.../apache/kylin/metadata/filter/TupleFilter.java | 13 ++++++---
.../apache/kylin/metadata/model/DataModelDesc.java | 10 +++----
.../kylin/metadata/model/DataModelManager.java | 4 +--
.../apache/kylin/rest/job/StorageCleanupJob.java | 22 +++++++++++++++
.../apache/kylin/rest/service/ModelService.java | 3 +-
tool-assembly/pom.xml | 5 ++++
webapp/app/js/controllers/cubes.js | 2 +-
webapp/app/js/controllers/page.js | 3 ++
webapp/app/js/controllers/query.js | 33 +++++++++++++---------
webapp/app/js/services/kylinProperties.js | 22 +++++++++------
webapp/app/partials/query/query_detail.html | 2 +-
13 files changed, 85 insertions(+), 40 deletions(-)