mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 19:19:28 +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 INT:
|
||||
case LONG:
|
||||
column.asString();
|
||||
return column.asString();
|
||||
default:
|
||||
throw new Exception("invalid column type: " + type);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user