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

nic pushed a change to branch master-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard 55cdbab  remove htable toUpperCase, for HBase tableName is case 
sensitive
 discard c292de4  KYLIN-4072 find-hbase-dependency.sh don't work at CDH 6.x
 discard fc90f96  fix add jacoco.version in pom.xml (#699)
 discard b2c496e  Rebase master
 discard 0ae5e8a  fix beeline meta data parser on partition information
 discard 98b166f  KYLIN-3537
 discard 47422bd  KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
     add 8b3a268  Minor fix KYLIN-4084 KYLIN-4047
     add d659542  KYLIN-3628 Fix unexpected exception for select from Lookup 
Table
     add 0b38be9  KYLIN-4081 Use absolute path instead of relative for local 
segment cache
     new 452fee6  KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
     new 84ca199  KYLIN-3537
     new 964caad  fix beeline meta data parser on partition information
     new d4e5773  Rebase master
     new f2cc651  fix add jacoco.version in pom.xml (#699)
     new c1c8009  KYLIN-4072 find-hbase-dependency.sh don't work at CDH 6.x
     new 00d9851  remove htable toUpperCase, for HBase tableName is case 
sensitive

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   (55cdbab)
            \
             N -- N -- N   refs/heads/master-hadoop3.1 (00d9851)

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 7 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/kylin-port-replace-util.sh               |  4 ++
 .../org/apache/kylin/common/KylinConfigBase.java   | 12 ++++
 .../java/org/apache/kylin/cube/CubeManager.java    | 38 ++++++++++--
 .../query/enumerator/LookupTableEnumerator.java    |  2 +-
 .../org/apache/kylin/query/util/PushDownUtil.java  |  3 +-
 .../core/consumer/StreamingConsumerChannel.java    |  3 +-
 .../stream/core/metrics/StreamingMetrics.java      | 71 +++++++++++++++++++---
 .../core/storage/StreamingSegmentManager.java      | 10 ++-
 .../storage/columnar/ColumnarSegmentStore.java     |  4 +-
 .../kylin/stream/server/StreamingServer.java       | 41 +++++++++----
 10 files changed, 155 insertions(+), 33 deletions(-)

Reply via email to