This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a commit to branch addIAuthorPlanExecutor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/addIAuthorPlanExecutor by this
push:
new 335c557e8d8 delete some files
335c557e8d8 is described below
commit 335c557e8d8a093430f812848495058e8f582acf
Author: shuwenwei <[email protected]>
AuthorDate: Mon Sep 22 18:15:38 2025 +0800
delete some files
---
...essCheckVisitorForSeparationAdminPowerMode.java | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/security/TreeAccessCheckVisitorForSeparationAdminPowerMode.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/security/TreeAccessCheckVisitorForSeparationAdminPowerMode.java
deleted file mode 100644
index 3f85ceee990..00000000000
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/security/TreeAccessCheckVisitorForSeparationAdminPowerMode.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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.queryengine.plan.relational.security;
-
-public class TreeAccessCheckVisitorForSeparationAdminPowerMode extends
TreeAccessCheckVisitor {}