We should bound the steps for recursive evaluation with a pipeline wide setting (e.g., 1000). This should
- make it less confusing when a recursive sql program ends up in an infinite loop
- avoids the need for users having to write abort conditions in some cases (can be cumbersome in SQL)
We should bound the steps for recursive evaluation with a pipeline wide setting (e.g., 1000). This should