LiuPeng
LiuPeng
## Is your feature request related to a problem? Please describe Current mysql writer in `bitsail-connector-jdbc` module supports the following two way to update data: - `INSERT INTO ...` -...
## Is your feature request related to a problem? Please describe Current BitSail supports `KuduWriter` in `connector-kudu` module. In practical use, when the upstream schema has one or more columns...
Signed-off-by: ## Pre-Checklist Note: Please complete **_ALL_** items in the following checklist. - [x] I have read through the [CONTRIBUTING.md](https://github.com/bytedance/bitsail/blob/master/docs/contributing.md) documentation. - [x] My code has the necessary comments and...
Signed-off-by: ## Pre-Checklist Note: Please complete **_ALL_** items in the following checklist. - [x] I have read through the [CONTRIBUTING.md](https://github.com/bytedance/bitsail/blob/master/docs/contributing.md) documentation. - [x] My code has the necessary comments and...
## Is your feature request related to a problem? Please describe Current KuduRowDeserializer uses column type name to parse kudu row data. ## Describe the solution you'd like We want...
# Describe the problem or proposal Improve FakeSource connectors. # Task List - [ ] #242 - [ ] #244 # Are you willing to submit PR? - [ ]...
## Please describe the feature you want Current `TypeInfos` class supports short, int and long types but no byte type. So we want to support `byte` type.
# Please describe the feature you want Subtask of #243 Support generate constant value in FakeSource connector.
## Is your feature request related to a problem? Please describe Current FileMappingTypeInfoConverter only supports basic types. We want to support types like `map`, `list` in FileMappingTypeInfoConverter. ## Describe the...
## Is your feature request related to a problem? Please describe BitSail use `SourceSplitCoordinator` to assign splits to reader connectors. In batch scenarios, the SourceSplitCoordinator usually computes all splits at...