mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 19:50:29 +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) {
|
||||
case Oracle:
|
||||
case OceanBase:
|
||||
isValidLongType |= type == Types.NUMERIC;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user