ClickHouse/tests
Srikanth Chekuri c23c7e0b6f
feat: add DDSketch quantile (#56342)
* feat: add DDSketch quantile

* Fix StyleCheck

* Move quantileddsketch.md under right dir

* Update stateless test number and add stateful test

* Throw exception when relative accuracy is too low

* Update test number

* Fix undefined behaviour for empty store

* Fix quantileGK test

* Update test numbers

* Update src/AggregateFunctions/

* Throw exception on out of range values

* Update relative accuracy docs and add encoding details

* Address review comments and suggestions

* Remove unused function

* Address alexey review comments

* Remove unused function isFloat64FieldType

* Throw error on invalid relative accuracy

* Simplify mapping

* Address remaining review comments

* Add effective memory usage suggestions

* Fix Stylecheck

* Fix fast test

* Incorporate bins capacity suggestion

* Fix fuzzer

* Remove inheritance in Mapping, Store and DDSketch

* Add checks for bin resizing

* Add note about the binary compatible implementation
2024-01-17 19:51:32 -08:00
..
ci Merge pull request #58920 from ClickHouse/cancel-MasterCI-in-prs 2024-01-17 18:58:23 +01:00
config Merge pull request #58357 from ClickHouse/better-disks-configuration 2024-01-15 21:34:36 +01:00
fuzz Fix typos, add to/fromDaysSinceYearZero to fuzz 2023-11-01 17:48:58 +00:00
instructions Some tasks are done 2023-11-17 12:23:06 +01:00
integration Merge pull request #57993 from mkmkme/mkmkme/reload-config-again 2024-01-17 17:09:36 +01:00
jepsen.clickhouse Add log for already download binary 2024-01-17 11:49:58 +00:00
perf_drafts Replace yandex to clickhouse in configs 2021-09-25 07:08:34 +03:00
performance Extend performance test norm_dist.xml 2024-01-17 18:16:29 +00:00
queries feat: add DDSketch quantile (#56342) 2024-01-17 19:51:32 -08:00
sqllogic
.gitignore Support jijna templates for sql files in clickhouse-test 2021-07-20 16:40:04 +03:00
.rgignore Add .rgignore for test data 2022-10-25 05:20:16 +02:00
analyzer_integration_broken_tests.txt Update analyzer_integration_broken_tests.txt 2023-11-06 14:28:34 +01:00
analyzer_tech_debt.txt Update analyzer_tech_debt.txt 2024-01-08 14:46:22 +01:00
clickhouse-test Make it experimental 2023-12-28 17:56:05 +00:00
README.md Revert "Revert "Integration check script fix ups"" 2023-10-17 08:18:17 +00:00
tsan_suppressions.txt Suppress data-race in rd_kafka_broker_set_nodename 2023-10-16 16:12:21 +02:00
ubsan_suppressions.txt Add ubsan suppression for protobuf (#31835) 2021-11-26 11:36:36 +03:00

Find CI documents and instructions on running CI checks localy here.