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
/
iceberg-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
216
Code
Issues
30
Pull requests
29
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(expression): cast numeric literals to decimal type
- #805
#805
Open
huan233usc
wants to merge 8 commits into
apache:main
apache/iceberg-cpp:main
from
huan233usc:feat/default-values-numeric-decimal-cast
huan233usc/iceberg-cpp:feat/default-values-numeric-decimal-cast
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
feat(expression): cast numeric literals to decimal type
#805
huan233usc
wants to merge 8 commits into
apache:main
apache/iceberg-cpp:main
from
huan233usc:feat/default-values-numeric-decimal-cast
huan233usc/iceberg-cpp:feat/default-values-numeric-decimal-cast
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2026
feat(expression): cast integer literals to decimal type
huan233usc
committed
81300e6
View commit details
Copy full SHA for 81300e6
Browse repository at this point
reject out-of-range decimal scale before rescaling integer literals
huan233usc
committed
3262207
View commit details
Copy full SHA for 3262207
Browse repository at this point
cast floating-point literals to decimal type with HALF_UP rounding
huan233usc
committed
bc42706
View commit details
Copy full SHA for bc42706
Browse repository at this point
handle negative and out-of-range decimal scales in numeric casts
huan233usc
committed
09a45b6
View commit details
Copy full SHA for 09a45b6
Browse repository at this point
add direct includes for Result and memory to satisfy include-cleaner
huan233usc
committed
0d949df
View commit details
Copy full SHA for 0d949df
Browse repository at this point
Commits on Jul 21, 2026
Address review: harden numeric-to-decimal casts
Show description for cf1dd9e
huan233usc
committed
cf1dd9e
View commit details
Copy full SHA for cf1dd9e
Browse repository at this point
Use std::array for to_chars buffer to satisfy clang-tidy
huan233usc
committed
9f2ecdb
View commit details
Copy full SHA for 9f2ecdb
Browse repository at this point
Commits on Jul 29, 2026
parse real coefficient directly to avoid int128 overflow on large-magnitude decimal casts
huan233usc
committed
827e968
View commit details
Copy full SHA for 827e968
Browse repository at this point
You can’t perform that action at this time.