[feature](catalog) support clob type in oracle jdbc catalog (#21532)
This commit is contained in:
@ -114,9 +114,9 @@ public class JdbcOracleClient extends JdbcClient {
|
||||
case "RAW":
|
||||
case "LONG RAW":
|
||||
case "INTERVAL":
|
||||
case "CLOB":
|
||||
return ScalarType.createStringType();
|
||||
case "BLOB":
|
||||
case "CLOB":
|
||||
case "NCLOB":
|
||||
case "BFILE":
|
||||
case "BINARY_FLOAT":
|
||||
|
||||
Reference in New Issue
Block a user