We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe5d28 commit ed3825cCopy full SHA for ed3825c
src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/ObObjType.java
@@ -1351,7 +1351,7 @@ public ObObjMeta getDefaultObjMeta() {
1351
*/
1352
@Override
1353
public Comparable parseToComparable(Object o, ObCollationType ct) throws IllegalArgumentException{
1354
- if (o instanceof Long) {
+ if (o instanceof Number) {
1355
return parseLong(this, o, ct);
1356
} else{
1357
return parseTextToComparable(this, o, ct);
0 commit comments