This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch kylin5-tmp in repository https://gitbox.apache.org/repos/asf/kylin.git
omit eaecf77dab Remove outdated modules omit 10ebad0fdf Update release pipeline add 79a8163249 Update release pipeline add 99574f90e7 Remove outdated modules new 50803c8ff7 Fix for remote debug & code style 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 (eaecf77dab) \ N -- N -- N refs/heads/kylin5-tmp (50803c8ff7) 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 1 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/release/download-spark.sh | 1 + dev-support/sandbox/conf/kylin.properties | 13 ++++++++++--- pom.xml | 2 +- src/assembly/pom.xml | 6 +++--- .../org/apache/kylin/rest/controller/NAdminController.java | 1 - .../src/main/java/org/apache/kylin/common/KapConfig.java | 6 ------ .../main/java/org/apache/kylin/common/KylinConfigBase.java | 4 ++-- .../java/org/apache/kylin/common/constant/HttpConstant.java | 4 ---- .../org/apache/kylin/common/hystrix/NCircuitBreaker.java | 8 ++++---- .../main/java/org/apache/kylin/common/msg/CnMessage.java | 1 - .../src/main/java/org/apache/kylin/common/msg/Message.java | 1 - .../kylin/common/util/SegmentMergeStorageChecker.java | 2 +- src/examples/test_case_data/sandbox/kylin.properties | 4 ++-- src/kylin-it/pom.xml | 2 +- .../kylin/newten/NBitmapFunctionForCalciteExecTest.java | 2 +- .../kylin/newten/NFlattableJoinWithoutLookupTest.java | 2 +- .../org/apache/kylin/newten/NManualBuildAndQueryTest.java | 2 +- .../test/java/org/apache/kylin/newten/TableIndexTest.java | 2 +- .../src/test/java/org/apache/kylin/util/ExecAndComp.java | 2 +- .../src/test/resources/query/sql_function/query04.sql | 2 +- src/kylin-server-it/pom.xml | 4 ++-- .../kylin}/rest/controller/open/OpenModelController.java | 2 +- .../kylin}/rest/controller/open/OpenSystemController.java | 2 +- .../rest/controller/open/OpenModelControllerTest.java | 2 +- .../rest/controller/open/OpenSystemControllerTest.java | 2 +- .../org/apache/kylin/rest/response/SimplifiedMeasure.java | 1 - .../java/org/apache/kylin/query/security/RowFilter.java | 2 +- src/query-server/pom.xml | 2 +- .../java/org/apache/kylin/query/engine/PlannerFactory.java | 1 - .../java/org/apache/kylin/query/util/CCOnRealModelTest.java | 1 - src/server/pom.xml | 6 +++++- src/server/src/main/resources/META-INF/spring.factories | 3 +-- .../rest/health/SparkSqlContextHealthIndicatorTest.java | 2 +- src/source-hive/pom.xml | 2 +- src/spark-project/engine-build-sdk/pom.xml | 2 +- src/spark-project/engine-spark/pom.xml | 4 ++-- .../kylin/engine/spark/NLocalWithSparkSessionTest.java | 4 ++-- .../kylin/engine/spark/job/NTableSamplingJobTest.java | 2 +- .../engine/spark/source/NSparkMetadataExplorerTest.java | 2 +- src/spark-project/kylin-soft-affinity-cache/pom.xml | 4 ++-- src/spark-project/source-jdbc/pom.xml | 2 +- src/spark-project/sparder/pom.xml | 6 +++--- .../org/apache/kylin/query/runtime/plan/ProjectPlan.scala | 2 +- .../org/apache/kylin/query/util/SparderDerivedUtil.scala | 2 +- src/spark-project/spark-it/pom.xml | 2 +- src/tool/pom.xml | 2 +- .../java/org/apache/kylin/tool/util/ServerInfoUtil.java | 1 - 47 files changed, 64 insertions(+), 70 deletions(-) rename src/metadata-server/src/main/java/{io/kyligence/kap => org/apache/kylin}/rest/controller/open/OpenModelController.java (99%) rename src/metadata-server/src/main/java/{io/kyligence/kap => org/apache/kylin}/rest/controller/open/OpenSystemController.java (97%) rename src/metadata-server/src/test/java/{io/kyligence/kap => org/apache/kylin}/rest/controller/open/OpenModelControllerTest.java (99%) rename src/metadata-server/src/test/java/{io/kyligence/kap => org/apache/kylin}/rest/controller/open/OpenSystemControllerTest.java (98%)