fix/recursive_planning_locals
Sait Talha Nisanci 2021-01-13 22:07:21 +03:00
parent b79af16dac
commit dd8a905101
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ ShouldRecursivelyPlanSubquery(Query *subquery, RecursivePlanningContext *context
* when the local tables are on the leaf queries and the upper level queries
* do not contain any other local tables.
*/
return false;
}
else if (CanPushdownSubquery(subquery, false))
{