mustafasrepo commented on issue #8837: URL: https://github.com/apache/arrow-datafusion/issues/8837#issuecomment-1991873404
For the query `tpcds_physical_q64` It seems that overflow occurs in `create_intial_plan` stage of planner (It is the place, where `LogicalPlan` is converted to the `PhysicalPlan`. Not during any physical rule or logical plan creation). Examining code structure, it seems that `recursive` futures are constructed in the `create_initial_plan` method of the `LogicalPlan`. I am not familiar with its implications, However the problem might be related to this behavior. Writing this in case it is helpful for others. -- 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]
