mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
fix
This commit is contained in:
parent
006d24fccf
commit
78ac25cb08
@ -45,6 +45,6 @@ public class DorisJsonCodec extends DorisCodec {
|
|||||||
rowMap.put(fieldName, this.convertColumn(row.getColumn(idx)));
|
rowMap.put(fieldName, this.convertColumn(row.getColumn(idx)));
|
||||||
++idx;
|
++idx;
|
||||||
}
|
}
|
||||||
return JSON.toJSONString(rowMap);
|
return JSON.toJSONString(rowMap, SerializerFeature.WriteMapNullValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user