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
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 }}
Altinity
/
ClickHouse
Public
forked from
ClickHouse/ClickHouse
Notifications
You must be signed in to change notification settings
Fork
20
Star
105
Code
Issues
208
Pull requests
88
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Iceberg deletion vector support
- #2119
#2119
Closed
ianton-ru
wants to merge 26 commits into
antalya-26.6
Altinity/ClickHouse:antalya-26.6
from
feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
Altinity/ClickHouse:feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
Iceberg deletion vector support
#2119
ianton-ru
wants to merge 26 commits into
antalya-26.6
Altinity/ClickHouse:antalya-26.6
from
feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
Altinity/ClickHouse:feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
Iceberg deletion vector
ianton-ru
committed
5bd1ca3
View commit details
Copy full SHA for 5bd1ca3
Browse repository at this point
Commits on Jul 28, 2026
Fix count-from-files cache guard polarity for `_headers`.
Show description for e02f379
ianton-ru
and
cursoragent
committed
e02f379
View commit details
Copy full SHA for e02f379
Browse repository at this point
Add required sidebar frontmatter to Puffin format docs.
Show description for ece3851
ianton-ru
and
cursoragent
committed
ece3851
View commit details
Copy full SHA for ece3851
Browse repository at this point
Guard IcebergDeletionVector.cpp with USE_AVRO.
Show description for 8307902
ianton-ru
and
cursoragent
committed
8307902
View commit details
Copy full SHA for 8307902
Browse repository at this point
Fix settings history
ianton-ru
committed
4b30a8f
View commit details
Copy full SHA for 4b30a8f
Browse repository at this point
Commits on Jul 31, 2026
Add integration test for aggregates over Iceberg deletion vectors.
Show description for 889f10c
ianton-ru
and
cursoragent
committed
889f10c
View commit details
Copy full SHA for 889f10c
Browse repository at this point
Validate CRoaring bitmaps after portable deserialize for Puffin DVs.
Show description for 7b5537e
ianton-ru
and
cursoragent
committed
7b5537e
View commit details
Copy full SHA for 7b5537e
Browse repository at this point
Share Puffin deletion-vector deserialize helpers between Iceberg and format.
Show description for 1138759
ianton-ru
and
cursoragent
committed
1138759
View commit details
Copy full SHA for 1138759
Browse repository at this point
Bind Iceberg deletion vectors against the Puffin footer.
Show description for 8dc472c
ianton-ru
and
cursoragent
committed
8dc472c
View commit details
Copy full SHA for 8dc472c
Browse repository at this point
Reject Iceberg DV positions outside the data file record_count.
Show description for d6cf520
ianton-ru
and
cursoragent
committed
d6cf520
View commit details
Copy full SHA for d6cf520
Browse repository at this point
Include DV cardinality and data-file row count in Puffin cache keys.
Show description for 0d4ed43
ianton-ru
and
cursoragent
committed
0d4ed43
View commit details
Copy full SHA for 0d4ed43
Browse repository at this point
Estimate roaring heap footprint for Puffin files cache weight.
Show description for dca3390
ianton-ru
and
cursoragent
committed
dca3390
View commit details
Copy full SHA for dca3390
Browse repository at this point
Reject overflowing Parquet row-group global offsets.
Show description for c0bcf5f
ianton-ru
and
cursoragent
committed
c0bcf5f
View commit details
Copy full SHA for c0bcf5f
Browse repository at this point
Count Puffin cache loads discarded by clear as misses.
Show description for 856f4d2
ianton-ru
and
cursoragent
committed
856f4d2
View commit details
Copy full SHA for 856f4d2
Browse repository at this point
Accept spaced SYSTEM DROP PUFFIN FILES CACHE alias.
Show description for 35afbcd
ianton-ru
and
cursoragent
committed
35afbcd
View commit details
Copy full SHA for 35afbcd
Browse repository at this point
Use a temporary file in Parquet need-only-count gtest.
Show description for 6fa9031
ianton-ru
and
cursoragent
committed
6fa9031
View commit details
Copy full SHA for 6fa9031
Browse repository at this point
Require direct referenced_data_file for Puffin deletion vectors.
Show description for 22c920e
ianton-ru
and
cursoragent
committed
22c920e
View commit details
Copy full SHA for 22c920e
Browse repository at this point
Count clear-discarded Puffin cache waiters as misses.
Show description for ba8ecd7
ianton-ru
and
cursoragent
committed
ba8ecd7
View commit details
Copy full SHA for ba8ecd7
Browse repository at this point
Avoid O(file rows) Filter for need-only-count with DVs.
Show description for 8e34c4b
ianton-ru
and
cursoragent
committed
8e34c4b
View commit details
Copy full SHA for 8e34c4b
Browse repository at this point
Fail closed trivial COUNT when DVs coexist with position deletes.
Show description for 72571a4
ianton-ru
and
cursoragent
committed
72571a4
View commit details
Copy full SHA for 72571a4
Browse repository at this point
Fail closed snapshot COUNT when position deletes exceed rows.
Show description for f18dfd1
ianton-ru
and
cursoragent
committed
f18dfd1
View commit details
Copy full SHA for f18dfd1
Browse repository at this point
Use roaring rank for DV need-only-count range cardinality.
Show description for 4d2f56f
ianton-ru
and
cursoragent
committed
4d2f56f
View commit details
Copy full SHA for 4d2f56f
Browse repository at this point
Commits on Aug 3, 2026
Update PuffinFilesRead expectations after footer bind.
Show description for 93b9086
ianton-ru
and
cursoragent
committed
93b9086
View commit details
Copy full SHA for 93b9086
Browse repository at this point
Merge branch 'antalya-26.6' into feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
ianton-ru
authored
2d83622
View commit details
Copy full SHA for 2d83622
Browse repository at this point
Commits on Aug 4, 2026
Several fixes after review
ianton-ru
committed
47fbe99
View commit details
Copy full SHA for 47fbe99
Browse repository at this point
Merge branch 'antalya-26.6' into feature/antalya-26.6/iceberg-puffin-deletion-vectors-read
ianton-ru
authored
435b888
View commit details
Copy full SHA for 435b888
Browse repository at this point
You can’t perform that action at this time.