This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch AddLicense in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f80c936f53f3052e967c099f5019925f59b8e26c Author: JackieTien97 <[email protected]> AuthorDate: Thu Sep 11 12:18:00 2025 +0800 Add some classes modified from trino to LICENSE file --- LICENSE | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/LICENSE b/LICENSE index ca54f242f56..e5dff98477a 100644 --- a/LICENSE +++ b/LICENSE @@ -257,6 +257,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
