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
- `arrayAUCPR` returns NaN when scores array contains NaN due to `nan != nan` comparison triggering premature area calculation
- `checkAllowedQueries` early return bypasses validation of PREWHERE/SAMPLE/FINAL in later UNION branches
- `buildSelectIntersectExceptQuery` missing `aliases` parameter causes CTE column aliases to fail for INTERSECT/EXCEPT queries
- `indexOfAssumeSorted` returns wrong results for `Array(LowCardinality(String))` due to binary search on dictionary indices
- `setSecondArgumentAsParameter` discards all existing function parameters including limit
- `isEnum(to_type)` check in `SetUtils.cpp` doesn't handle `Nullable(Enum)` wrapper
- `toFloat64`/`toUInt32`/etc. on `Dynamic` ignores `cast_keep_nullable`, converting NULL to 0 instead of returning NULL
- Add custom settings to 'system.disks' table
- `getReturnTypeImpl` doesn't filter NULL types when `legacy_null_behavior=false`, causing type error
- `updateHashFast` missing `version` parameter causes hash inconsistency for versioned aggregate functions
- Docs
- C++ not yet supported