皇甫
皇甫
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 当我想采用 binlog文件名 + 索引位 消费数据的数据,配置不生效,是我的配置有问题吗?目前官网文档不全 ### 我的配置信息如下: ```json { "job":...
时间精度问题
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 目前项目上使用 时间戳当作增量字段【startLocation】,同步dm数据,当同步2009年9月9号之前的数据的时候,项目报错: ```txt Unknown time unit:startLocation=xxxxxxxxxx ``` 经查验源代码中有如下逻辑,代码位置 `com.dtstack.chunjun.connector.jdbc.util.JdbcUtil#getMillis` 代码如下:...
## Purpose of this pull request 解决JdbcUtil格式化时间戳转换为毫秒和提取纳秒的精度问题,修改为默认单位为毫秒,不再进行多余的判断,因为无法判断传入的时间戳是什么类型的 ## Which issue you fix Fixes # (1699). ## Checklist: - [ yes ] I have executed the **'mvn spotless:apply'** command to format...