v.18.16New Feature
Added system.contributors table for ClickHouse committers
Added the system.contributors table that contains the names of everyone who made commits in ClickHouse. #3452Why it matters
This feature allows users to easily retrieve and view the names of everyone who contributed code to the ClickHouse project, promoting transparency and recognition of contributors.How to use it
Query thesystem.contributors table using a simple SELECT statement, for example:SELECT * FROM system.contributors;