Since SinkConfig is a kind of tuple now, it's immutable. This means everything that changes it has to create a new one, so the "clean" configuration object doesn't need to be a whole copy of the original one. This commit makes it just another pointer to the same object.
|
|
||
269 |
|
269 |
|
270 |
|
270 |
|
271 |
|
271 |
|
272 |
|
|
|
273 |
|
|
|
274 |
|
|
|
275 |
|
|
|
276 |
|
|
|
|
272 |
|
|
277 |
|
273 |
|
278 |
|
274 |
|
279 |
|
275 |
|