[improve](postgresql catalog) support postgresql bytea type to doris string (#18623)
* [improve](postgresql catalog) support postgresql bytea type to doris string * modify function name * add case
This commit is contained in:
@ -586,6 +586,7 @@ public class JdbcClient {
|
||||
case "varbit":
|
||||
case "jsonb":
|
||||
case "uuid":
|
||||
case "bytea":
|
||||
return ScalarType.createStringType();
|
||||
default:
|
||||
return Type.UNSUPPORTED;
|
||||
|
||||
Reference in New Issue
Block a user