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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ClickHouse
/
ClickHouse
Public
Notifications
You must be signed in to change notification settings
Fork
9k
Star
49.9k
Code
Issues
5k+
Pull requests
2.3k
Discussions
Actions
Projects
Wiki
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ClickHouse
src
DataTypes
DataTypeDynamic.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 13, 2026
Merge remote-tracking branch 'origin/master' into fix-variant-element-nullable-tuple-subcolumn
Show description for 20f4427
alexey-milovidov
committed
20f4427
View commit details
Copy full SHA for 20f4427
View code at this point
Browse repository at this point
Commits on Sep 11, 2026
Merge master into the nullable Variant/Dynamic subcolumn fix
Show description for 46f7a80
groeneai
and
claude
committed
46f7a80
View commit details
Copy full SHA for 46f7a80
View code at this point
Browse repository at this point
Store a nested subcolumn name at the array level it is resolved against
Show description for f4d9cb0
Avogar
committed
f4d9cb0
View commit details
Copy full SHA for f4d9cb0
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Fix optimize_functions_to_subcolumns rewriting onto the wrong subcolumn
Show description for 0a7157e
Avogar
and
claude
committed
0a7157e
View commit details
Copy full SHA for 0a7157e
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
Fix a crash when reading a nullable subcolumn of a Variant or Dynamic column
Show description for 98c4cd2
groeneai
committed
98c4cd2
View commit details
Copy full SHA for 98c4cd2
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Merge pull request #107991 from uwezkhan/variant-discriminator-bounds
Show description for 2038a36
Avogar
authored
2038a36
View commit details
Copy full SHA for 2038a36
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Broader Variant discriminator bounds validation across all deserialization paths
Show description for 181a925
Avogar
and
claude
committed
181a925
View commit details
Copy full SHA for 181a925
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Fix code blocks mis-annotated as SQL in the embedded documentation
Show description for 340dd10
alexey-milovidov
and
claude
committed
340dd10
View commit details
Copy full SHA for 340dd10
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Fix stray closing Markdown fence inside SQL example lines
Show description for 3544ff3
alexey-milovidov
and
claude
committed
3544ff3
View commit details
Copy full SHA for 3544ff3
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Fix Style check and embedded-doc accuracy in data type documentation
Show description for c5c43d3
alexey-milovidov
and
claude
committed
c5c43d3
View commit details
Copy full SHA for c5c43d3
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Fix Style check in embedded data type documentation
Show description for 9437b2d
alexey-milovidov
and
claude
committed
9437b2d
View commit details
Copy full SHA for 9437b2d
View code at this point
Browse repository at this point
Commits on May 31, 2026
Add embedded documentation for data types
Show description for a333412
alexey-milovidov
and
claude
committed
a333412
View commit details
Copy full SHA for a333412
View code at this point
Browse repository at this point
Commits on May 12, 2026
Reword AST-shape safety-check comments to be format-agnostic
Show description for a4c7f08
groeneai
committed
a4c7f08
View commit details
Copy full SHA for a4c7f08
View code at this point
Browse repository at this point
Commits on Apr 26, 2026
Validate JSON/Dynamic data type AST shape before indexing
Show description for 0745502
groeneai
and
claude
committed
0745502
View commit details
Copy full SHA for 0745502
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
Fix null pointer dereference in DataTypeDynamic::create() error path
Show description for f8f2d25
groeneai
committed
f8f2d25
View commit details
Copy full SHA for f8f2d25
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
Merge branch 'master' of github.com:ClickHouse/ClickHouse into serialization-object-pool
Show description for 0043c31
nikitamikhaylov
committed
0043c31
View commit details
Copy full SHA for 0043c31
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
Merge branch 'master' of github.com:ClickHouse/ClickHouse into serialization-object-pool
nikitamikhaylov
committed
079c816
View commit details
Copy full SHA for 079c816
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
Merge branch 'master' of github.com:ClickHouse/ClickHouse into propagate-type-serializations-2
Avogar
committed
bd24759
View commit details
Copy full SHA for bd24759
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
Use better function names
nihalzp
committed
fbfd796
View commit details
Copy full SHA for fbfd796
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
Respect `throw_if_null` properly in `DataTypeDynamic`
nihalzp
committed
a3f8d47
View commit details
Copy full SHA for a3f8d47
View code at this point
Browse repository at this point
Make subcolumns respect `allow_experimental_nullable_tuple_type` setting
nihalzp
committed
6cce127
View commit details
Copy full SHA for 6cce127
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
Fix downcasting Named serialization in DataTypeDynamic
Avogar
committed
97caa6c
View commit details
Copy full SHA for 97caa6c
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:ClickHouse/ClickHouse into propagate-type-serializations-2
Avogar
committed
309b495
View commit details
Copy full SHA for 309b495
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Added a SerializationObjectPool, every SerializationObject is added and removed from the pool automatically
nikitamikhaylov
committed
76ebda2
View commit details
Copy full SHA for 76ebda2
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Apply some fixes
Avogar
committed
942bb53
View commit details
Copy full SHA for 942bb53
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Fix reading size subcolumn from dynamic subcolumns
Avogar
committed
edc1ef3
View commit details
Copy full SHA for edc1ef3
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
Propagate data types serialization versions to nested data types
Avogar
committed
056b81b
View commit details
Copy full SHA for 056b81b
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
Enable implicit-int-conversion check
antonio2368
committed
340be5a
View commit details
Copy full SHA for 340be5a
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
Minor std::string_view cleanup
antonio2368
committed
401395b
View commit details
Copy full SHA for 401395b
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
Merge branch 'master' into replace-stringref-stringview
antonio2368
committed
d264a5d
View commit details
Copy full SHA for d264a5d
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Merge pull request #87798 from Avogar/fix-variant-null-map-subcolumn
Show description for 5db1543
Avogar
authored
5db1543
View commit details
Copy full SHA for 5db1543
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
Fix reading null map subcolumn from Variants that cannot be inside Nullable
Avogar
committed
22c0d0e
View commit details
Copy full SHA for 22c0d0e
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
More fixes
antonio2368
committed
48f53c8
View commit details
Copy full SHA for 48f53c8
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
Replace StringRef with std::string_view
antonio2368
committed
157321a
View commit details
Copy full SHA for 157321a
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
Forbid using Dynamic type in JOIN keys
Avogar
committed
cc0dd31
View commit details
Copy full SHA for cc0dd31
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.