Commit 9ff568e
[FLINK-36313][pipeline-connector/hudi] Introduce Pipeline Sink Connector for Apache Hudi
This closes #4164.
Co-authored-by: Leonard Xu <xbjtdcq@gmail.com>
Co-authored-by: Shuo Cheng <njucshuo@gmail.com>1 parent 2293651 commit 9ff568e
37 files changed
Lines changed: 7294 additions & 2 deletions
File tree
- .github/workflows
- flink-cdc-connect/flink-cdc-pipeline-connectors
- flink-cdc-pipeline-connector-hudi
- src
- main
- java/org/apache/flink/cdc/connectors/hudi/sink
- bucket
- coordinator
- event
- function
- operator
- util
- v2
- resources/META-INF/services
- test/java/org/apache/flink/cdc/connectors/hudi/sink
- flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests
- src/test
- java/org/apache/flink/cdc/pipeline/tests
- resources
- ddl
- docker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
265 | 272 | | |
266 | 273 | | |
267 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments