-
- Downloads
[MLv2] Ensure `:name` is unique on returned columns in the FE (#39118)
This is FE-only because this is a compatibility issue with the (legacy) metadata coming back from the QP. In time, the FE logic should be ported to MLv2 or made to depend on things other than the `:name` field. MLv2 code itself (including BE usage) should be based on the (already unique) `:lib/desired-column-alias`. Fixes #37517.
Please register or sign in to comment