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
161
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add multifile dictionary pruning support for hybrid scan parquet reader
- #22866
#22866
Merged
rapids-bot[bot]
merged 32 commits into
NVIDIA:main
NVIDIA/cudf:main
from
qbacpey:hybrid/dict-multi-t2
qbacpey/cudf:hybrid/dict-multi-t2
Copy head branch name to clipboard
Jul 15, 2026
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Add multifile dictionary pruning support for hybrid scan parquet reader
#22866
rapids-bot[bot]
merged 32 commits into
NVIDIA:main
NVIDIA/cudf:main
from
qbacpey:hybrid/dict-multi-t2
qbacpey/cudf:hybrid/dict-multi-t2
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2026
[WIP] Add dictionary page filtering and byte range retrieval to hybrid scan multifile reader
Show description for bfce489
qbacpey
committed
bfce489
View commit details
Copy full SHA for bfce489
Browse repository at this point
Refactor hybrid scan multifile filters test to simplify row group filtering
qbacpey
committed
187036c
View commit details
Copy full SHA for 187036c
Browse repository at this point
Refactor setup_multifile_page_index to simplify buffer management in hybrid scan multifile filters test
qbacpey
committed
0115910
View commit details
Copy full SHA for 0115910
Browse repository at this point
Enhance create_parquet_with_stats to support customizable column names and order. Update hybrid_scan_multifile_filters_test to validate mismatched schema handling for dictionary pruning. Remove unu…
Show description for cddcce3
qbacpey
committed
cddcce3
View commit details
Copy full SHA for cddcce3
Browse repository at this point
Commits on Jun 13, 2026
Refactor column chunk offset retrieval in hybrid scan helpers to use a dedicated function for improved clarity and maintainability. Update error message formatting in page index filter utilities to…
Show description for f632241
qbacpey
committed
f632241
View commit details
Copy full SHA for f632241
Browse repository at this point
Commits on Jun 15, 2026
Merge branch 'main' of github.com:rapidsai/cudf into hybrid/dict-multi-t2
qbacpey
committed
451367d
View commit details
Copy full SHA for 451367d
Browse repository at this point
Refactor dictionary page byte range functions to return pairs of vectors
Show description for a76277e
qbacpey
committed
a76277e
View commit details
Copy full SHA for a76277e
Browse repository at this point
Commits on Jun 22, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
291125f
View commit details
Copy full SHA for 291125f
Browse repository at this point
Refactor comments and add validation checks in hybrid scan helpers and tests
Show description for d2ba16d
qbacpey
committed
d2ba16d
View commit details
Copy full SHA for d2ba16d
Browse repository at this point
Update copyright notices to include "AFFILIATES" in multiple files
Show description for 94251cd
qbacpey
committed
94251cd
View commit details
Copy full SHA for 94251cd
Browse repository at this point
Commits on Jun 23, 2026
Remove out-of-bounds check from `create_parquet_with_stats` and update comment in `setup_multifile_page_index` for clarity
qbacpey
committed
a163660
View commit details
Copy full SHA for a163660
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'main' into hybrid/dict-multi-t2
mhaseeb123
authored
865ab76
View commit details
Copy full SHA for 865ab76
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
506ee8c
View commit details
Copy full SHA for 506ee8c
Browse repository at this point
Update copyright notice and refactor hybrid scan multifile tests
Show description for 4a34b6c
qbacpey
committed
4a34b6c
View commit details
Copy full SHA for 4a34b6c
Browse repository at this point
Merge branch 'main' into hybrid/dict-multi-t2
qbacpey
authored
b7b1791
View commit details
Copy full SHA for b7b1791
Browse repository at this point
Commits on Jun 26, 2026
Merge branch 'main' into hybrid/dict-multi-t2
mhaseeb123
authored
91f421e
View commit details
Copy full SHA for 91f421e
Browse repository at this point
Commits on Jun 29, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
e5d97d5
View commit details
Copy full SHA for e5d97d5
Browse repository at this point
Refactor column chunk offset retrieval in parquet reader
Show description for eb2dbd4
qbacpey
committed
eb2dbd4
View commit details
Copy full SHA for eb2dbd4
Browse repository at this point
Commits on Jun 30, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
2cd38dc
View commit details
Copy full SHA for 2cd38dc
Browse repository at this point
Refactor hybrid scan reader implementation
Show description for e6009c1
qbacpey
committed
e6009c1
View commit details
Copy full SHA for e6009c1
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
2f7d23a
View commit details
Copy full SHA for 2f7d23a
Browse repository at this point
Commits on Jul 2, 2026
Add hybrid scan read-amplification benchmark to nvbench
Show description for da507b5
qbacpey
committed
da507b5
View commit details
Copy full SHA for da507b5
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
cca34ec
View commit details
Copy full SHA for cca34ec
Browse repository at this point
updates the documentation and error handling for schema indices in the page index filtering functions.
qbacpey
committed
8b01cc4
View commit details
Copy full SHA for 8b01cc4
Browse repository at this point
Refactor dictionary page byte range handling in hybrid scan implementation
Show description for ae55fc5
qbacpey
committed
ae55fc5
View commit details
Copy full SHA for ae55fc5
Browse repository at this point
Commits on Jul 6, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
d1e2b89
View commit details
Copy full SHA for d1e2b89
Browse repository at this point
Commits on Jul 7, 2026
Merge remote-tracking branch 'upstream/main' into hybrid/dict-multi-t2
qbacpey
committed
2fc348d
View commit details
Copy full SHA for 2fc348d
Browse repository at this point
Refactor and clarify Parquet reader helper functions
Show description for a07b7b5
qbacpey
committed
a07b7b5
View commit details
Copy full SHA for a07b7b5
Browse repository at this point
Refactor filter_row_groups_with_dictionaries to use parquet_reader_options
Show description for 7aa70cf
qbacpey
committed
7aa70cf
View commit details
Copy full SHA for 7aa70cf
Browse repository at this point
Commits on Jul 13, 2026
Merge branch 'main' into hybrid/dict-multi-t2
mhaseeb123
authored
f13cac8
View commit details
Copy full SHA for f13cac8
Browse repository at this point
Commits on Jul 15, 2026
Mark unused variables in hybrid_scan_common.cpp to avoid compiler warnings
qbacpey
committed
eea8f1f
View commit details
Copy full SHA for eea8f1f
Browse repository at this point
Merge branch 'main' into hybrid/dict-multi-t2
qbacpey
authored
7d7271e
View commit details
Copy full SHA for 7d7271e
Browse repository at this point
You can’t perform that action at this time.