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
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
.
NVIDIA
/
cudf
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
9.7k
Code
Issues
1.2k
Pull requests
163
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Remove multi-file secondary-filter API and add bloom-filter pruning to hybrid scan
- #22861
#22861
Merged
rapids-bot[bot]
merged 31 commits into
NVIDIA:main
NVIDIA/cudf:main
from
qbacpey:hybrid/api-split-t1
qbacpey/cudf:hybrid/api-split-t1
Copy head branch name to clipboard
Aug 18, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Remove multi-file secondary-filter API and add bloom-filter pruning to hybrid scan
#22861
rapids-bot[bot]
merged 31 commits into
NVIDIA:main
NVIDIA/cudf:main
from
qbacpey:hybrid/api-split-t1
qbacpey/cudf:hybrid/api-split-t1
Copy head branch name to clipboard
Commits
Commits on Jun 11, 2026
Refactor hybrid scan multifile API to enhance bloom filter functionality
Show description for 1cb92fc
qbacpey
committed
1cb92fc
View commit details
Copy full SHA for 1cb92fc
Browse repository at this point
Commits on Jun 14, 2026
Enhance hybrid scan multifile API with improved bloom filter handling
Show description for 815ca02
qbacpey
committed
815ca02
View commit details
Copy full SHA for 815ca02
Browse repository at this point
Update comments in hybrid scan multifile filters test for clarity
Show description for 51e4c0e
qbacpey
committed
51e4c0e
View commit details
Copy full SHA for 51e4c0e
Browse repository at this point
Commits on Jun 15, 2026
Merge branch 'main' into hybrid/api-split-t1
mhaseeb123
authored
18e492d
View commit details
Copy full SHA for 18e492d
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
dbb6284
View commit details
Copy full SHA for dbb6284
Browse repository at this point
Refactor bloom filter functions in hybrid scan implementation
Show description for b8baad7
qbacpey
committed
b8baad7
View commit details
Copy full SHA for b8baad7
Browse repository at this point
Commits on Jun 22, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
a750d47
View commit details
Copy full SHA for a750d47
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
2077626
View commit details
Copy full SHA for 2077626
Browse repository at this point
Commits on Jun 25, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
28177c9
View commit details
Copy full SHA for 28177c9
Browse repository at this point
Commits on Jul 24, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
aff5c7f
View commit details
Copy full SHA for aff5c7f
Browse repository at this point
Format
qbacpey
committed
25c6be0
View commit details
Copy full SHA for 25c6be0
Browse repository at this point
Commits on Jul 27, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
3dcdeb5
View commit details
Copy full SHA for 3dcdeb5
Browse repository at this point
Enhance bloom filter validation in hybrid scan implementation
Show description for 2484b20
qbacpey
committed
2484b20
View commit details
Copy full SHA for 2484b20
Browse repository at this point
Refactor bloom filter parameter types to use std::span
Show description for 4d4bbc9
qbacpey
committed
4d4bbc9
View commit details
Copy full SHA for 4d4bbc9
Browse repository at this point
Commits on Jul 28, 2026
Add tests for parquet bloom filter behavior with absent and mixed predicates
qbacpey
committed
df86dc8
View commit details
Copy full SHA for df86dc8
Browse repository at this point
Style
qbacpey
committed
d9c3bed
View commit details
Copy full SHA for d9c3bed
Browse repository at this point
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
9f497b9
View commit details
Copy full SHA for 9f497b9
Browse repository at this point
Commits on Aug 3, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
99eebce
View commit details
Copy full SHA for 99eebce
Browse repository at this point
Update bloom filter parameter description and fix comment in hybrid scan helpers
Show description for 03c9df3
qbacpey
committed
03c9df3
View commit details
Copy full SHA for 03c9df3
Browse repository at this point
Commits on Aug 4, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
a2ff9e3
View commit details
Copy full SHA for a2ff9e3
Browse repository at this point
Commits on Aug 5, 2026
Add dictionary page filtering and update bloom filter documentation
Show description for 95388b0
qbacpey
committed
95388b0
View commit details
Copy full SHA for 95388b0
Browse repository at this point
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
b0567a4
View commit details
Copy full SHA for b0567a4
Browse repository at this point
Commits on Aug 6, 2026
Enhance Parquet testing with bloom filter alignment and pruning
Show description for 969cbac
qbacpey
committed
969cbac
View commit details
Copy full SHA for 969cbac
Browse repository at this point
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
59219e1
View commit details
Copy full SHA for 59219e1
Browse repository at this point
Commits on Aug 7, 2026
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
c31aa10
View commit details
Copy full SHA for c31aa10
Browse repository at this point
Commits on Aug 11, 2026
Let `test_parquet` use `read_parquet` only
qbacpey
committed
eae0894
View commit details
Copy full SHA for eae0894
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
3ea856c
View commit details
Copy full SHA for 3ea856c
Browse repository at this point
Commits on Aug 17, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/api-split-t1
qbacpey
committed
12bd65b
View commit details
Copy full SHA for 12bd65b
Browse repository at this point
Commits on Aug 18, 2026
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
cf1fe4e
View commit details
Copy full SHA for cf1fe4e
Browse repository at this point
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
e8ecae7
View commit details
Copy full SHA for e8ecae7
Browse repository at this point
Merge branch 'main' into hybrid/api-split-t1
qbacpey
authored
6dc0260
View commit details
Copy full SHA for 6dc0260
Browse repository at this point
You can’t perform that action at this time.