Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
SuKi2cn
/
iceberg-cpp
Public
forked from
apache/iceberg-cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Dec 12, 2025
refactor: optimize with shared_lock/unique_lock for InMemoryCatalog (#405)
WZhuo
authored
898d862
Copy full SHA for 898d862
Commits on Dec 11, 2025
feat: add projection evaluators for expression (#399)
zhjwpku
authored
ed4672b
Copy full SHA for ed4672b
feat: implement REST catalog namespace operations (#404)
HeartLinked
authored
f93f54d
Copy full SHA for f93f54d
feat: add manifest evaluator (#403)
dongxiao1198
authored
36f746c
Copy full SHA for 36f746c
feat: add residual evaluator (#402)
zhjwpku
authored
42aa1d0
Copy full SHA for 42aa1d0
Commits on Dec 7, 2025
feat: add DataFile aggregate evaluation (#400)
SuKi2cn
authored
428a171
Copy full SHA for 428a171
refactor: use lock_guard instead of unique_lock when available (#398)
Show description for 316b325
HuaHuaY
authored
316b325
Copy full SHA for 316b325
Commits on Dec 6, 2025
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#384)
Show description for 3fc0445
dependabot[bot]
authored
3fc0445
Copy full SHA for 3fc0445
Commits on Dec 5, 2025
feat: add strict metrics evaluator (#383)
dongxiao1198
authored
09f26b6
Copy full SHA for 09f26b6
feat: add strict projection to transform (#387)
zhjwpku
authored
e684be2
Copy full SHA for e684be2
Commits on Dec 4, 2025
feat: add sort order to table metadata builder (#345)
HeartLinked
authored
e1acefd
Copy full SHA for e1acefd
feat: implement table requirement context (#385)
HeartLinked
authored
2f0955e
Copy full SHA for 2f0955e
Commits on Dec 3, 2025
test: add rest catalog integration test (#361)
Show description for b1901e7
HeartLinked
authored
b1901e7
Copy full SHA for b1901e7
feat: add update table properties support (#363)
WZhuo
authored
c472f3c
Copy full SHA for c472f3c
feat: add transform project (#371)
Show description for 61b83ea
zhjwpku
authored
61b83ea
Copy full SHA for 61b83ea
Commits on Dec 2, 2025
refactor: use std::ranges::to in ToUpper and ToLower (#382)
Show description for 4133aa2
zhjwpku
authored
4133aa2
Copy full SHA for 4133aa2
feat: add inclusive metrics evaluator (#357)
dongxiao1198
authored
212f087
Copy full SHA for 212f087
feat: implement table requirements (#380)
HeartLinked
authored
4401ceb
Copy full SHA for 4401ceb
refactor(test): unify test resource (#381)
wgtmac
authored
aabf3d0
Copy full SHA for aabf3d0
feat: Add error collection pattern to PendingUpdate (#358)
Show description for b8f5c49
shangxinli
and
wgtmac
authored
b8f5c49
Copy full SHA for b8f5c49
Commits on Dec 1, 2025
chore: remove pending_update_test (#379)
Show description for 3045199
WZhuo
authored
3045199
Copy full SHA for 3045199
chore: remove unnecessary manifest reader/writer test cases (#377)
Show description for f33754d
zhjwpku
authored
f33754d
Copy full SHA for f33754d
refactor: move type visitor classes to type_util (#347)
HeartLinked
authored
e0b35ef
Copy full SHA for e0b35ef
fix: BoundVisitor should accept Bound instead of BoundTerm (#375)
wgtmac
authored
19b086e
Copy full SHA for 19b086e
infra: automatically delete head branches after merge (#369)
Show description for df611c2
kevinjqliu
authored
df611c2
Copy full SHA for df611c2
refactor: add a manifest dir to hold all manifest related files (#372)
Show description for 3691a5c
zhjwpku
authored
3691a5c
Copy full SHA for 3691a5c
refactor: make ConfigBase subclass constructors private (#368)
HeartLinked
authored
7e99399
Copy full SHA for 7e99399
Commits on Nov 28, 2025
feat: implement struct like for partition values (#354)
Show description for 9805fae
wgtmac
authored
9805fae
Copy full SHA for 9805fae
refactor: consolidate rest error response model (#359)
wgtmac
authored
913b335
Copy full SHA for 913b335
fix: clang-tidy in cpplint should compile header files in C++23 (#367)
HuaHuaY
authored
3b393e3
Copy full SHA for 3b393e3
refactor: clean TableBuilder in catalog (#366)
lishuxu
authored
b1384a1
Copy full SHA for b1384a1
feat: add aggregate expressions and evaluator (#335)
Show description for dbcbdf2
SuKi2cn
authored
dbcbdf2
Copy full SHA for dbcbdf2
Commits on Nov 27, 2025
refactor: use gcc-14 in ubuntu ci (#355)
HuaHuaY
authored
dbc9c1c
Copy full SHA for dbc9c1c
refactor: add final modifier to rest error handlers (#356)
HuaHuaY
authored
ad14e5a
Copy full SHA for ad14e5a
fix: UnboundPredicateImpl::Make failed to check op type (#348)
zhjwpku
authored
f1b0dba
Copy full SHA for f1b0dba
Pagination
Previous
Next
You can’t perform that action at this time.