mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 18:42:37 +08:00
Fix tdengine writer LONG type.
This commit is contained in:
parent
dfa82f63dd
commit
a9c24448f6
@ -276,7 +276,7 @@ public class DefaultDataHandler implements DataHandler {
|
|||||||
case DOUBLE:
|
case DOUBLE:
|
||||||
case INT:
|
case INT:
|
||||||
case LONG:
|
case LONG:
|
||||||
column.asString();
|
return column.asString();
|
||||||
default:
|
default:
|
||||||
throw new Exception("invalid column type: " + type);
|
throw new Exception("invalid column type: " + type);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user