xndai opened a new pull request #1567: [CALCITE-3479] Stack overflow error thrown when running join query URL: https://github.com/apache/calcite/pull/1567 With fix of CALCITE-2166, we recalculate the RelNode cost within a subset when its best cost is increased, in order to find the new best RelNode. But this could lead to cyclic reference between best RelNodes and then fail to generate a plan. In this change, we remove the recalcuation part to mitigate this problem. JIRA - https://issues.apache.org/jira/browse/CALCITE-3479
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
