Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
9.1k
Code
Issues
1.8k
Pull requests
327
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add support for recursive CTEs
- #7581
#7581
Closed
matthewgapp
wants to merge 10 commits into
apache:main
apache/datafusion:main
from
matthewgapp:matt/recursive-cte
matthewgapp/arrow-datafusion:matt/recursive-cte
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Add support for recursive CTEs
#7581
matthewgapp
wants to merge 10 commits into
apache:main
apache/datafusion:main
from
matthewgapp:matt/recursive-cte
matthewgapp/arrow-datafusion:matt/recursive-cte
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2024
partway through porting over isidentical's work
matthewgapp
committed
4418ad2
View commit details
Copy full SHA for 4418ad2
Browse repository at this point
Continuing implementation with fixes and improvements
Show description for dac7f22
matthewgapp
committed
dac7f22
View commit details
Copy full SHA for dac7f22
Browse repository at this point
ensure that repartitions are not added immediately after RecursiveExec
Show description for daa995c
matthewgapp
committed
daa995c
View commit details
Copy full SHA for daa995c
Browse repository at this point
add trivial sqllogictest
matthewgapp
committed
aa6d74a
View commit details
Copy full SHA for aa6d74a
Browse repository at this point
more recursive tests
matthewgapp
committed
5839dd1
View commit details
Copy full SHA for 5839dd1
Browse repository at this point
remove test that asserts recursive cte should fail
matthewgapp
committed
d8af7fb
View commit details
Copy full SHA for d8af7fb
Browse repository at this point
additional cte test
matthewgapp
committed
515312c
View commit details
Copy full SHA for 515312c
Browse repository at this point
wip: remove tokio from physical plan dev deps
matthewgapp
committed
f9faa05
View commit details
Copy full SHA for f9faa05
Browse repository at this point
format cargo tomls
matthewgapp
committed
38e95dd
View commit details
Copy full SHA for 38e95dd
Browse repository at this point
fix issue where CTE could not be referenced more than 1 time
Show description for 219de0c
matthewgapp
committed
219de0c
View commit details
Copy full SHA for 219de0c
Browse repository at this point
You can’t perform that action at this time.