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

shuwenwei pushed a commit to branch object_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/object_type by this push:
     new 9f6625649d0 fix same case
9f6625649d0 is described below

commit 9f6625649d0889c121eab0dd4c1e96cfd9e70a94
Author: shuwenwei <[email protected]>
AuthorDate: Tue Jul 8 09:55:31 2025 +0800

    fix same case
---
 .../iotdb/db/queryengine/plan/relational/type/InternalTypeManager.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/type/InternalTypeManager.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/type/InternalTypeManager.java
index 31672798bff..5719a4555ff 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/type/InternalTypeManager.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/type/InternalTypeManager.java
@@ -140,8 +140,6 @@ public class InternalTypeManager implements TypeManager {
         return OBJECT;
       case STRING:
         return STRING;
-      case OBJECT:
-        return OBJECT;
       default:
         throw new IllegalArgumentException();
     }

Reply via email to