chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

A data integration framework

Results 293 chunjun issues
Sort by recently updated
recently updated
newest added

## Purpose of this pull request Split BigDecimalColumn into ShortColumn, IntColumn, LongColumn, FloatColumn, and DoubleColumn - Corrected some incorrect type mappings - Optimized part of the serialization code ## Which...

feature-request

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened [Bug] [oracle logminer] oracle logminer 不支持 float、timestamp、blob、clob 、decimal、number、text数据类型 ### What...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened binlog2mysql报IndexOutOfBoundsException错误,debug发现: dynamicPreparedStmt.getColumnNameList()方法添加的ColumnNameList元素不是表的字段,只有before和after两个无关的属性 ![image](https://user-images.githubusercontent.com/37568108/187743475-ad481420-e777-4037-b8e2-e23f00b7e2b8.png), 导致在dynamicPreparedStmt.getColumnMeta()中此段逻辑报错(before和after不是目标表的字段,获取的index为-1,报IndexOutOfBoundsException异常) for (String columnName : columnNameList) {...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [X] I had googled my question but i didn't get any help....

question

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened sqlserver sink conncetor 不支持text类型 ### What you expected to happen...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened sqlserver cdc connector 不支持text、decimal、float、timestamp数据类型 导致任务启动失败或者数据同步丢失 ### What you expected to...

bug

## Purpose of this pull request Chunjun core exclude all guava package, and shade rename guava cause standalone mode NoDefClassFound. ## Which issue you fix Fixes # (1147). ## Checklist:...

1.Logminer 新增 根据主键同步删除功能 但是 主键类型 目前不支持 Date 类型 需扩展PreparedStmtProxy#convertColumnRowData 方法 去进行更多的类型匹配 2. Logminer + Oracle。Date 类型数据 精准到秒

fix some bugs

现在flink 1.14已经发布,master分支依赖的flink还是1.12.5, 有必要升级master分支依赖的flink版本到1.13.1