Commit 6d27f4e
committed
Fix ?? coalesce at nested depth and inline join metadata
P1: _transform_null_coalesce now tracks parenthesis depth and only
splits on ?? at the top level. concat(a ?? b, c) and (a ?? b) + c
are no longer corrupted.
P2: Inline join model creation now includes _timezone and _model_tags
in metadata, matching the behavior of top-level source creation.1 parent e500074 commit 6d27f4e
1 file changed
Lines changed: 37 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | | - | |
380 | | - | |
381 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
382 | 411 | | |
383 | 412 | | |
384 | 413 | | |
| |||
1160 | 1189 | | |
1161 | 1190 | | |
1162 | 1191 | | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
1163 | 1196 | | |
1164 | 1197 | | |
1165 | 1198 | | |
| |||
0 commit comments