nemanjapetr-db opened a new pull request, #49146: URL: https://github.com/apache/spark/pull/49146
### What changes were proposed in this pull request? Some initial no-op changes required to implement a recursive CTE. ### Why are the changes needed? Support for the recursive CTE. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? This commit trivially breaks a number of tests (~17) and requires a large number of trivial test changes due to new parameters introduced in ctors of CTERelationDef and CTERelationRef. Hence, it should be merged only after another PR that introduces ctor changes and fixes the corresponding tests. ### Was this patch authored or co-authored using generative AI tooling? No -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
