Pavel Kruglov

Results 109 comments of Pavel Kruglov

Hi! Your benchmark interested me and I decided to run your tests with `clickhouse-local` tool (the program enables you to perform fast processing on local files, without having to deploy...

> I was trying to run clickhouse on colab and I get the following error. I have actually run your installation script. Could you help? Colab is doing LD_PRELOAD of...

Thanks! Can you add a test for it?

Also worth fixing all HashMethod*, not only HashMethodOneNumber, for example such query leads to segfault: ``` select '1' from numbers(10) intersect select '1' from numbers(10) ``` If you have time,...

Let's wait for the rest of checks and merge it

Maybe we can also try to turn on some settings by default. @alexey-milovidov what do you think?

https://s3.amazonaws.com/clickhouse-test-reports/39999/f426b3a663816b116d46732530042f6631312e55/stress_test__debug_.html

https://s3.amazonaws.com/clickhouse-test-reports/39426/d285648a3768686442dc741c1e9e3e5ffed2b21e/fuzzer_astfuzzerdebug//report.html

This PR also contains changes from https://github.com/ClickHouse/ClickHouse/pull/41083, so I will make it ready for review after that PR will be merged

TODO: add support for all combinators in `arrayReduce`, `arrayReduceInRanges` and `initializeAggregation` functions