Skip to content

Have a setting that limits the recursion depth for recursive SQL queries #3318

Description

@gz

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)

Metadata

Metadata

Labels

DBSP coreRelated to the core DBSP librarySQL compilerRelated to the SQL compiler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions