This is an automated email from the ASF dual-hosted git repository.
zhangzc pushed a change to branch kylin-soft-affinity-local-cache
in repository https://gitbox.apache.org/repos/asf/kylin.git
discard 65bd536741 Upgrade alluxio client verion to 2.7.4
discard b893faf8bd Pre-init KylinCacheFileSystem to fix s3a issue
discard 0f5b404a68 Support soft affinity and local cache feature
add 68d08488f1 minor, update the development url in README.md
add 6fa14239c4 KYLIN-5182, support to ignore only one null count in check
duplicate key
add e33e17e63e minor, change hive.client from `cli` to `spark_catalog`
add 39ee0b8a6a KYLIN-5183 Customize or get query id for devops
new 744d4afbf0 Support soft affinity and local cache feature
new f2b7a95381 Pre-init KylinCacheFileSystem to fix s3a issue
new b9b5b82a61 Upgrade alluxio client verion to 2.7.4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (65bd536741)
\
N -- N -- N refs/heads/kylin-soft-affinity-local-cache
(b9b5b82a61)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 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:
README.md | 2 +-
.../java/org/apache/kylin/common/KylinConfigBase.java | 5 +++++
.../java/org/apache/kylin/common/QueryContext.java | 6 +++++-
.../org/apache/kylin/common/debug/BackdoorToggles.java | 5 +++++
docker/conf/kylin/kylin.properties | 8 ++++----
.../dockerfile/standalone/conf/kylin/kylin.properties | 8 ++++----
.../main/java/org/apache/kylin/jdbc/IRemoteClient.java | 17 ++++++++++++++---
.../main/java/org/apache/kylin/jdbc/KylinClient.java | 4 ++--
.../java/org/apache/kylin/jdbc/KylinResultSet.java | 18 ++++++++++++++++--
.../org/apache/kylin/jdbc/json/SQLResponseStub.java | 10 ++++++++++
.../engine/spark/builder/CubeSnapshotBuilder.scala | 7 ++++++-
.../org/apache/kylin/rest/response/SQLResponse.java | 10 ++++++++++
.../org/apache/kylin/rest/service/QueryService.java | 6 +++++-
.../apache/kylin/rest/response/SQLResponseTest.java | 2 +-
14 files changed, 88 insertions(+), 20 deletions(-)