-
- Downloads
[MLv2] Removing a final JOIN condition removes the whole join (#37229)
This still throws an exception on trying to directly remove the final JOIN condition. But if the condition is being removed because a field it depends on is being removed (eg. a custom column, a breakout, a previous stage aggregation) then the entire JOIN is also removed, in the usual cascading fashion. Fixes #36690.
Showing
Please register or sign in to comment