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


##########
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:
   Looks like it might be due to a regression with backtrace. 
https://github.com/apache/arrow-datafusion/pull/8620#issuecomment-1877345429
   
   Going to chalk it up to that for now until I have more time to dig in.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to