Query: Flatten out TPC union tables in join #28009
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Test: Correlated_collections_different_collections_projected
Since there are no additional components we can lift it. Currently we fail to because the order of projection has changed. (this could have side-effects of reading wrong data, need to verify).
The order of projection changed due to client projection + collection projection.
First columns from user defined projection added then identifier for collection result added then ordering specified on inner for collection projection added then join columns added.
The text was updated successfully, but these errors were encountered: