-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive CTEs: Stage 1 - add config flag #8828
Recursive CTEs: Stage 1 - add config flag #8828
Conversation
Thanks @matthewgapp -- what would you think about filing a ticket with the implementation plan described in #7581 (comment) (or maybe we can put it on #462 itself)? |
I think some tests need updating to get the CI run clean here |
Yeah, this is still a draft, so not quite ready for CI. I'm going to be readying these PRs this afternoon and will mark them Ready for review when done. |
Spent most of my time today digging into the repro and solution to the bug(s) we're seeing downstream. Hope to finish that and then clean up these PRs this weekend. |
5c9fec5
to
91bc4a8
Compare
Thinking that I'll have these three PRs ready for review sometime tomorrow afternoon. |
fa99090
to
91bc4a8
Compare
Think it's ready for review :) |
update docs from script update slt test for doc change
91bc4a8
to
162e740
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @matthewgapp
This PR is the first step in a series of PRs to fully implement recursive CTEs in DF. This PR adds a config flag that will be used to gate further implementation of recursive CTE logical and execution plans
Which issue does this PR close?
Working toward closing #462
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?