-
- Downloads
[QP] Use the alias for unfolded JSON columns from previous stages (#39446)
In the legacy QP the `:fields` of the outer query has the ID, `[:field 100 {}]` so the JSON unfolding is written out again. With this change, the `source-alias` is used for columns coming from previous stages. Fixes #34930. Fixes #35636.
Please register or sign in to comment