Commit 5c0a06e
authored
feat: Make getColumnChangeSummary public for use in plugins (#2260)
In the ClickHouse destination, we want to add some additional information about table-level changes (sort keys, partition keys) to that provided by `GetChangesSummary`. However right now, that would mean duplicating quite a lot of code, so I would like to suggest that we instead make `GetColumnChangeSummary` public for use in this case and others like it.1 parent 8721bdc commit 5c0a06e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments