matthewgapp commented on code in PR #7581:
URL: https://github.com/apache/arrow-datafusion/pull/7581#discussion_r1445691906


##########
datafusion/core/src/physical_planner.rs:
##########
@@ -1311,6 +1335,35 @@ impl DefaultPhysicalPlanner {
                         Ok(plan)
                     }
                 }
+                // LogicalPlan::SubqueryAlias(SubqueryAlias())
+                LogicalPlan::RecursiveQuery(RecursiveQuery { name, 
static_term, recursive_term, is_distinct }) => {

Review Comment:
   Or perhaps we need to increase the rust stack size. Running this succeeds 
   
   ```shell
   RUST_MIN_STACK=104857600 cargo test -p datafusion --test tpcds_planning
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to