Skip to content

Commit 095e8cf

Browse files
authored
1 parent abd5bd3 commit 095e8cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

opensearch/src/main/java/org/opensearch/sql/opensearch/util/JdbcOpenSearchDataTypeConvertor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public static ExprValue getExprValueFromSqlType(
9898
return ExprValueUtils.fromObjectValue(rs.getFloat(i));
9999

100100
case Types.DECIMAL:
101-
return ExprValueUtils.fromObjectValue(rs.getBigDecimal(i));
102101
case Types.NUMERIC:
103102
case Types.DOUBLE:
104103
return ExprValueUtils.fromObjectValue(rs.getDouble(i));

0 commit comments

Comments
 (0)