ClickHouse/dbms
Azat Khuzhin b8614de64a Fix DISTINCT for Distributed and optimize_skip_unused_shards
In case of optimize_skip_unused_shards the getQueryProcessingStage() can
return QueryProcessingStage::WithMergeableState because the whole
cluster has multiple nodes, but optimize_skip_unused_shards can trim it
to 1 and in this case we need final merge that won't be done with
QueryProcessingStage::WithMergeableState only with
QueryProcessingStage::Complete.
2020-03-24 11:07:09 +03:00
..
benchmark
cmake Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
programs Merge pull request #9622 from PerformanceVision/dictionary_status 2020-03-24 09:44:01 +03:00
src Fix DISTINCT for Distributed and optimize_skip_unused_shards 2020-03-24 11:07:09 +03:00
tests Cover DISTINCT for Distributed with one shard (test from #9046) 2020-03-24 11:07:09 +03:00
CMakeLists.txt Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00