zhangstar333 commented on code in PR #68200:
URL: https://github.com/apache/doris/pull/68200#discussion_r4056070223
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcOracleClient.java:
##########
@@ -217,6 +217,9 @@ protected Type jdbcTypeToDoris(JdbcFieldSchema fieldSchema)
{
precision = scale;
}
return createDecimalOrStringType(precision, scale);
+ case "BINARY_FLOAT":
+ return Type.FLOAT;
Review Comment:
it's hard to limit those pushdown, we don't know it from float or
binary_float, so don't hand it now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]