Commit e6763bc
committed
[Fix] int32/int16/int8 in range partition
Support int32/int16/int8 as partition key in range partition
Link: https://code.alibaba-inc.com/oceanbase/obkv-table-client-java/codereview/12763931
* [Fix] int32/int16/int8 in range partition1 parent c442d4c commit e6763bc
File tree
3 files changed
+7
-2
lines changed- src
- main/java/com/alipay/oceanbase/rpc/location/model/partition
- test/java
- com/alipay/oceanbase/rpc
3 files changed
+7
-2
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
0 commit comments