mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 17:59:12 +08:00
fix number type splitPk in ob oracle mode
This commit is contained in:
parent
d1a17c5c91
commit
f6f94821bc
@ -257,6 +257,7 @@ public class SingleTableSplitUtil {
|
|||||||
|
|
||||||
switch (SingleTableSplitUtil.DATABASE_TYPE) {
|
switch (SingleTableSplitUtil.DATABASE_TYPE) {
|
||||||
case Oracle:
|
case Oracle:
|
||||||
|
case OceanBase:
|
||||||
isValidLongType |= type == Types.NUMERIC;
|
isValidLongType |= type == Types.NUMERIC;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user