clickhouse
https://github.com/yandex/clickhouse
C++
ClickHouse is a free analytic DBMS for big data.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported63 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Add test: `clamp` per-row `best_arg` selection in a multi-row block with mixed clamping outcomes is untested
- Add test: `StorageFileLog` silent-return branch for path outside `user_files_path` (ATTACH/SECONDARY_CREATE/FORCE_ATTACH/FORCE_RESTORE) untested
- Add test: `MOVE PARTITION ... TO TABLE` back-pressure throw via `parts_to_throw_insert` on destination is untested
- `BackupWriterAzureBlobStorage::copyFile` writes destination outside `blob_path`, leaking blobs to container root
- `logQueryStart` early return when `query_log` is null silently disables `system.query_metric_log` collection
- Add test: `MergeTreeData::movePartitionToTable` `NOT_IMPLEMENTED` throw for non-`MergeTree`-family destination is untested
- Add test: Multi-row `LineString` round-trip via `wkt`/`readWKTLineString` untested — both `ColumnToLineStringsConverter::convert` slicing and `LineStringSerializer::add` cumulative offsets exercised only with single rows
- Cherry pick #103457 to 25.8: Fix potential out-of-bounds read in the `ALP` codec decompression
- Cherry pick #103457 to 26.2: Fix potential out-of-bounds read in the `ALP` codec decompression
- Add test: `mergeConditionNodes(HAVING, QUALIFY)` correctness untested — existing test uses identical conditions
- Docs
- C++ not yet supported