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

leirui pushed a commit to branch research/LTS-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8236a323a35669e29cd99482388ee5278cad620e
Author: Lei Rui <[email protected]>
AuthorDate: Sat Feb 3 16:14:39 2024 +0800

    fix
---
 .../org/apache/iotdb/db/integration/tri/MyTest_ch.java | 18 ++++++++++++++++++
 .../file/metadata/statistics/QuickHullPoint.java       | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git 
a/server/src/test/java/org/apache/iotdb/db/integration/tri/MyTest_ch.java 
b/server/src/test/java/org/apache/iotdb/db/integration/tri/MyTest_ch.java
index 42c6f27be0c..f0c8827fa0d 100644
--- a/server/src/test/java/org/apache/iotdb/db/integration/tri/MyTest_ch.java
+++ b/server/src/test/java/org/apache/iotdb/db/integration/tri/MyTest_ch.java
@@ -1,3 +1,21 @@
+/*
+ * 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.iotdb.db.integration.tri;
 
 import org.apache.iotdb.db.utils.EnvironmentUtils;
diff --git 
a/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/QuickHullPoint.java
 
b/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/QuickHullPoint.java
index 0729410b7cb..cee41a7064c 100644
--- 
a/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/QuickHullPoint.java
+++ 
b/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/QuickHullPoint.java
@@ -1,3 +1,21 @@
+/*
+ * 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.iotdb.tsfile.file.metadata.statistics;
 
 public class QuickHullPoint {

Reply via email to