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
332
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Implement
DISTINCT ON
from Postgres
- #7981
#7981
Merged
alamb
merged 23 commits into
apache:main
apache/datafusion:main
from
splitgraph:distinct-on-impl
splitgraph/arrow-datafusion:distinct-on-impl
Copy head branch name to clipboard
Nov 13, 2023
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Implement
DISTINCT ON
from Postgres
#7981
alamb
merged 23 commits into
apache:main
apache/datafusion:main
from
splitgraph:distinct-on-impl
splitgraph/arrow-datafusion:distinct-on-impl
Copy head branch name to clipboard
Commits
Commits on Oct 30, 2023
Initial DISTINT ON implementation
gruuya
committed
deff43f
View commit details
Copy full SHA for deff43f
Browse repository at this point
Merge branch 'main' into distinct-on-implementation
gruuya
committed
553f87a
View commit details
Copy full SHA for 553f87a
Browse repository at this point
Add a couple more tests
gruuya
committed
04ce375
View commit details
Copy full SHA for 04ce375
Browse repository at this point
Add comments in the replace_distinct_aggregate optimizer
gruuya
committed
148fee2
View commit details
Copy full SHA for 148fee2
Browse repository at this point
Run cargo fmt to fix CI
gruuya
committed
26e9082
View commit details
Copy full SHA for 26e9082
Browse repository at this point
Commits on Oct 31, 2023
Make DISTINCT ON planning more robust to support arbitrary selection expressions
gruuya
committed
a5cff4e
View commit details
Copy full SHA for a5cff4e
Browse repository at this point
Merge branch 'main' into distinct-on-impl
gruuya
committed
525523a
View commit details
Copy full SHA for 525523a
Browse repository at this point
Commits on Nov 1, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
5f0a26b
View commit details
Copy full SHA for 5f0a26b
Browse repository at this point
Add DISTINCT ON + join SLT
gruuya
committed
2730bbd
View commit details
Copy full SHA for 2730bbd
Browse repository at this point
Commits on Nov 2, 2023
Handle no DISTINCT ON expressions and extend the docs for the replace_distinct_aggregate optimizer
gruuya
committed
9b41907
View commit details
Copy full SHA for 9b41907
Browse repository at this point
Merge branch 'main' into distinct-on-impl
gruuya
committed
7c232c8
View commit details
Copy full SHA for 7c232c8
Browse repository at this point
Commits on Nov 3, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
57ffea9
View commit details
Copy full SHA for 57ffea9
Browse repository at this point
Remove misleading DISTINCT ON SLT comment
gruuya
committed
5fdbef4
View commit details
Copy full SHA for 5fdbef4
Browse repository at this point
Commits on Nov 4, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
5f0cf19
View commit details
Copy full SHA for 5f0cf19
Browse repository at this point
Add an EXPLAIN SLT for a basic DISTINCT ON query
gruuya
committed
2ee64cd
View commit details
Copy full SHA for 2ee64cd
Browse repository at this point
Commits on Nov 6, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
2bbcd7b
View commit details
Copy full SHA for 2bbcd7b
Browse repository at this point
Revise comment in CommonSubexprEliminate::try_optimize_aggregate
gruuya
committed
5d89700
View commit details
Copy full SHA for 5d89700
Browse repository at this point
Commits on Nov 10, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
8467736
View commit details
Copy full SHA for 8467736
Browse repository at this point
Implement qualified expression alias and extend test coverage
gruuya
committed
8ebdc13
View commit details
Copy full SHA for 8ebdc13
Browse repository at this point
Update datafusion/proto/proto/datafusion.proto
Show description for d2bc2b4
gruuya
and
jonahgao
authored
d2bc2b4
View commit details
Copy full SHA for d2bc2b4
Browse repository at this point
Accompanying generated changes to alias proto tag revision
gruuya
committed
e74e1f8
View commit details
Copy full SHA for e74e1f8
Browse repository at this point
Commits on Nov 12, 2023
Merge branch 'main' into distinct-on-impl
gruuya
committed
a912cad
View commit details
Copy full SHA for a912cad
Browse repository at this point
Remove obsolete comment
gruuya
committed
9f37d8f
View commit details
Copy full SHA for 9f37d8f
Browse repository at this point
You can’t perform that action at this time.