Skip to content

Commit

Permalink
[fix](http)(cherry-pick)fix exception when querying map data through …
Browse files Browse the repository at this point in the history
…http (apache#29827)
  • Loading branch information
gnehil authored Jan 11, 2024
1 parent e87ead8 commit f3f1c4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,6 @@ public MysqlColType toMysqlType() {
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;
}
Expand Down

0 comments on commit f3f1c4b

Please sign in to comment.