This is an automated email from the ASF dual-hosted git repository.
nic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 7019774 Set repo of spring-snapshots with url https
new 8bdbdf2 minor, sonar issues for ignoring initial values of method
parameters
new 17e6c56 minor, sonar issues for unchecked stream read
new d532e5e minor, sonar issues for throwing exceptions in finnally block
new 5f6e93c minor, sonar issues, volatile variables should not be used
with compound operators
new c5192c4 minor, should use BigDecimal.valueOf instead of constructor
to avoid imprecision
The 5 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/util/DecimalUtil.java | 7 ++-
.../apache/kylin/gridtable/GTAggregateScanner.java | 15 ++---
.../org/apache/kylin/dict/NumberDictionary.java | 10 ++-
.../org/apache/kylin/dict/NumberDictionary2.java | 4 +-
.../org/apache/kylin/metadata/tuple/Tuple.java | 2 +-
.../datasource/framework/conv/ConvSqlWriter.java | 8 +--
.../flink/util/PercentileCounterSerializer.java | 18 ++++--
.../java/org/apache/kylin/engine/mr/CubingJob.java | 1 -
.../spark/util/PercentileCounterSerializer.java | 11 +++-
.../kylin/rest/controller/StreamingController.java | 21 ++++---
.../rest/controller/StreamingV2Controller.java | 31 ++++++----
.../v2/coprocessor/endpoint/CubeVisitService.java | 16 +++--
.../core/consumer/StreamingConsumerChannel.java | 33 +++++-----
.../core/storage/columnar/FragmentFilesMerger.java | 72 ++++++++++++++--------
14 files changed, 155 insertions(+), 94 deletions(-)