mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
Update CassandraReaderHelper.java
支持Counter类型
This commit is contained in:
parent
a8ec3af387
commit
a572f38ddf
@ -298,6 +298,7 @@ public class CassandraReaderHelper {
|
|||||||
record.addColumn(new LongColumn(rs.getInt(i)));
|
record.addColumn(new LongColumn(rs.getInt(i)));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case COUNTER:
|
||||||
case BIGINT:
|
case BIGINT:
|
||||||
record.addColumn(new LongColumn(rs.getLong(i)));
|
record.addColumn(new LongColumn(rs.getLong(i)));
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user