This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new f3f1c4b604c [fix](http)(cherry-pick)fix exception when querying map
data through http (#29827)
f3f1c4b604c is described below
commit f3f1c4b604c7f6229343c43a595210eab98acac0
Author: gnehil <[email protected]>
AuthorDate: Thu Jan 11 18:17:00 2024 +0800
[fix](http)(cherry-pick)fix exception when querying map data through http
(#29827)
---
fe/fe-common/src/main/java/org/apache/doris/catalog/PrimitiveType.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/fe/fe-common/src/main/java/org/apache/doris/catalog/PrimitiveType.java
b/fe/fe-common/src/main/java/org/apache/doris/catalog/PrimitiveType.java
index d35750ee698..5805a88deff 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/catalog/PrimitiveType.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/catalog/PrimitiveType.java
@@ -1214,8 +1214,6 @@ public enum PrimitiveType {
return MysqlColType.MYSQL_TYPE_BLOB;
case JSONB:
return MysqlColType.MYSQL_TYPE_JSON;
- case MAP:
- return MysqlColType.MYSQL_TYPE_MAP;
default:
return MysqlColType.MYSQL_TYPE_STRING;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]