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

jackietien pushed a commit to branch AddLicense-1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit b443b1343eaa7f400b7b8ddcde084b7b17de601c
Author: Jackie Tien <[email protected]>
AuthorDate: Thu Sep 11 13:37:19 2025 +0800

    Add some classes modified from trino to LICENSE file (#16393)
    
    (cherry picked from commit ba2c3a853aaa6273d2a534913ece9e317e4d992a)
---
 LICENSE | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/LICENSE b/LICENSE
index a2071bb8bdb..3f3de45e81a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -267,6 +267,17 @@ The following files include code modified from Trino 
project.
 
./iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceState.java
 
./iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceStateMachine.java
 
./iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/common/QueryId.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/FutureStateChange.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/QueryIdGenerator.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceFailureInfo.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentState.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/ExchangeOperator.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/schedule/queue/multilevelqueue/DriverTaskHandle.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/schedule/queue/multilevelqueue/MultilevelPriorityQueue.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/schedule/queue/multilevelqueue/Priority.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/SetThreadName.java
+iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/stats/CpuTimer.java
 
 Trino is open source software licensed under the Apache License 2.0 and 
supported by the Trino Software Foundation.
 Project page: https://github.com/trinodb/trino

Reply via email to