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

caolu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin5 by this push:
     new 0bfd584482 Minor fix file check
0bfd584482 is described below

commit 0bfd5844820378e0cd4c429e0b9e3d102b44c5f4
Author: Pengfei Zhan <[email protected]>
AuthorDate: Mon Mar 10 09:55:21 2025 +0800

    Minor fix file check
---
 .../apache/kylin/metadata/epoch/EpochOrchestrator.java  |  0
 .../kylin/metadata/epoch/EpochUpdateLockManager.java    |  0
 .../kylin/metadata/favorite/QueryHistoryTimeOffset.java |  0
 .../favorite/QueryHistoryTimeOffsetManager.java         |  0
 .../org/apache/kylin/metadata/job/JobTokenMapper.java   | 17 +++++++++++++++++
 5 files changed, 17 insertions(+)

diff --git 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/epoch/EpochOrchestrator.java
 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/epoch/EpochOrchestrator.java
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/epoch/EpochUpdateLockManager.java
 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/epoch/EpochUpdateLockManager.java
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/favorite/QueryHistoryTimeOffset.java
 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/favorite/QueryHistoryTimeOffset.java
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/favorite/QueryHistoryTimeOffsetManager.java
 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/favorite/QueryHistoryTimeOffsetManager.java
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/job/JobTokenMapper.java
 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/job/JobTokenMapper.java
index b00f2879f9..872b9931d2 100644
--- 
a/src/core-metadata/src/main/java/org/apache/kylin/metadata/job/JobTokenMapper.java
+++ 
b/src/core-metadata/src/main/java/org/apache/kylin/metadata/job/JobTokenMapper.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.kylin.metadata.job;
 
 import org.apache.ibatis.annotations.DeleteProvider;

Reply via email to