[branch-2.1][fix](jdbc catalog) fix jdbc mysql client match jsonb type (#36180)

bp #36177
This commit is contained in:
zy-kkk
2024-06-20 18:33:27 +08:00
committed by GitHub
parent ac0f6e75d2
commit 3ee259fc00

View File

@ -380,6 +380,7 @@ public class JdbcMySQLClient extends JdbcClient {
case "STRING":
case "TEXT":
case "JSON":
case "JSONB":
return ScalarType.createStringType();
case "HLL":
return ScalarType.createHllType();