This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a change to branch 2.5.x-hadoop3.1 in repository https://gitbox.apache.org/repos/asf/kylin.git.
omit a51fd95 KYLIN-2565 Add cdh60 profile omit ca2868b KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable. omit 2972a74 KYLIN-3518 Fix Coprocessor NPE problem on hbase 2 omit 0641354 Update scripts for HDP 3.0 omit d8767be KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT omit 73591c6 KYLIN-2565, upgrade to Hadoop3.0 add 626332c minor, update Kylin version to 2.5.2 add 2e1c2da KYLIN-3678 CacheStateChecker may remove a cache file that under building add 023864a KYLIN-3672 Performance is poor when multiple queries occur in short period add dbfbb84 KYLIN-3676 Update customized Calctie add b76ec1f KYLIN-3689 When the startTime is equal to the endTime in build request, the segment will build all data. add 02f19f2 KYLIN-3689 fix UT add 0fe1eb2 KYLIN-3636 set default storage_type to 2 add 1a7789c KYLIN-3693 TopN incorrect in Spark engine add b4280a1 KYLIN-3666 HDFS metadata url not be recognized add 48a2bec KYLIN-3669, add log to indicate the case when using GTStreamAggregateScanner. add 4a205c3 KYLIN-3704 upgrade calcite version to 1.16.0-kylin-r2 version new 12e1a2e KYLIN-2565, upgrade to Hadoop3.0 new 7f2debf KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT new cfa5498 Update scripts for HDP 3.0 new 4f7988f KYLIN-3518 Fix Coprocessor NPE problem on hbase 2 new f849925 KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable. new 4c76ed7 KYLIN-2565 Add cdh60 profile 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 (a51fd95) \ N -- N -- N refs/heads/2.5.x-hadoop3.1 (4c76ed7) 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 6 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: .../.settings/org.eclipse.core.resources.prefs | 6 - atopcalcite/.settings/org.eclipse.jdt.core.prefs | 386 -- atopcalcite/.settings/org.eclipse.jdt.ui.prefs | 7 - .../adapter/enumerable/EnumerableWindowBridge.java | 39 - .../apache/calcite/prepare/CalcitePrepareImpl.java | 1518 ------ .../prepare/OnlyPrepareEarlyAbortException.java | 40 - .../apache/calcite/rel/rules/FilterJoinRule.java | 311 -- .../rel/rules/OLAPJoinPushThroughJoinRule.java | 172 - .../rel/rules/OLAPJoinPushThroughJoinRule2.java | 205 - .../org/apache/calcite/runtime/SqlFunctions.java | 2238 -------- .../org/apache/calcite/sql/type/SqlTypeUtil.java | 1336 ----- .../apache/calcite/sql2rel/RelFieldTrimmer.java | 45 - .../apache/calcite/sql2rel/SqlToRelConverter.java | 5656 -------------------- .../java/org/apache/calcite/tools/Programs.java | 438 -- .../java/org/apache/calcite/tools/RelUtils.java | 71 - .../apache/calcite/runtime/SqlFunctionsTest.java | 38 - .../java/org/apache/kylin/common/KylinConfig.java | 91 +- .../org/apache/kylin/common/KylinConfigBase.java | 4 + .../java/org/apache/kylin/common/KylinVersion.java | 2 +- .../apache/kylin/cube/CubeCapabilityChecker.java | 13 + .../java/org/apache/kylin/cube/CubeSegment.java | 6 + .../java/org/apache/kylin/cube/model/CubeDesc.java | 2 +- .../dict/lookup/cache/RocksDBLookupTableCache.java | 6 +- .../lookup/cache/RocksDBLookupTableCacheTest.java | 8 + core-metadata/pom.xml | 15 +- .../kylin/measure/bitmap/BitmapAggregator.java | 10 +- .../apache/kylin/measure/hllc/HLLCAggregator.java | 10 +- .../measure/percentile/PercentileAggregator.java | 10 +- .../apache/kylin/measure/raw/RawAggregator.java | 12 +- .../org/apache/kylin/measure/topn/Counter.java | 18 +- .../kylin/measure/topn/DoubleDeltaSerializer.java | 2 +- .../apache/kylin/measure/topn/TopNAggregator.java | 8 +- .../kylin/measure/topn/TopNCounterSerializer.java | 2 +- .../apache/kylin/measure/topn/TopNMeasureType.java | 41 +- .../apache/kylin/metadata/model/FunctionDesc.java | 1 + .../apache/kylin/metadata/model/PartitionDesc.java | 2 +- .../DefaultPartitionConditionBuilderTest.java | 2 +- .../storage/gtrecord/GTCubeStorageQueryBase.java | 2 +- .../storage/gtrecord/SegmentCubeTupleIterator.java | 1 + .../kylin/engine/mr/common/AbstractHadoopJob.java | 15 +- .../kylin/engine/mr/steps/SegmentReEncoder.java | 11 +- .../engine/mr/steps/UpdateDictionaryStep.java | 3 +- .../kylin/engine/spark/SparkCubingByLayer.java | 8 +- .../kylin/engine/spark/SparkCubingMerge.java | 19 +- kylin-it/pom.xml | 15 +- .../org/apache/kylin/query/ITKylinQueryTest.java | 18 +- .../query/sql_distinct_precisely/query03.sql | 6 +- .../query/sql_distinct_precisely/query04.sql | 6 +- .../query03.sql | 2 +- .../query04.sql} | 1 + pom.xml | 10 +- query/pom.xml | 15 +- .../query/optrule/AggregateMultipleExpandRule.java | 17 - .../kylin/query/relnode/OLAPAggregateRel.java | 9 +- .../apache/kylin/query/relnode/OLAPTableScan.java | 9 +- .../relnode/visitor/TupleExpressionVisitor.java | 5 +- 56 files changed, 260 insertions(+), 12683 deletions(-) delete mode 100644 atopcalcite/.settings/org.eclipse.core.resources.prefs delete mode 100644 atopcalcite/.settings/org.eclipse.jdt.core.prefs delete mode 100644 atopcalcite/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableWindowBridge.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/prepare/OnlyPrepareEarlyAbortException.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/rel/rules/FilterJoinRule.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/rel/rules/OLAPJoinPushThroughJoinRule.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/rel/rules/OLAPJoinPushThroughJoinRule2.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/runtime/SqlFunctions.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/sql/type/SqlTypeUtil.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/tools/Programs.java delete mode 100644 atopcalcite/src/main/java/org/apache/calcite/tools/RelUtils.java delete mode 100644 atopcalcite/src/test/java/org/apache/calcite/runtime/SqlFunctionsTest.java copy kylin-it/src/test/resources/query/{sql_distinct_precisely => sql_distinct_precisely_rollup}/query03.sql (97%) copy kylin-it/src/test/resources/query/{sql_distinct_precisely/query03.sql => sql_distinct_precisely_rollup/query04.sql} (97%)