ClickHouse/tests
James Morrison d60a02829f Remove broken optimisation in Direct dictionary dictHas implementation
I noticed this while working on another feature - if a set of keys being
passed to `hasKeys` contains duplicates, then only one of the result
slots for these keys will be populated.

My fix uses to a simpler implementation which is likely slower, but is
correct, which seems more important. No doubt faster approaches exist
which are also correct.
2022-07-20 14:45:32 +00:00
..
ci Improve debug logging of github_helper 2022-07-18 10:32:45 +02:00
config Correct the list of always accessible system tables. 2022-07-15 15:44:29 +02:00
fuzz
instructions
integration Merge pull request #39322 from vitlibar/auto-set-test-name-in-integration-tests 2022-07-19 10:44:38 +02:00
jepsen.clickhouse-keeper Fix jepsen tests 2022-07-10 19:10:18 +00:00
perf_drafts
performance Update tests/performance/low_cardinality_argument.xml 2022-07-15 18:24:44 +02:00
queries Remove broken optimisation in Direct dictionary dictHas implementation 2022-07-20 14:45:32 +00:00
.gitignore
clickhouse-test Fix typo 2022-07-18 20:15:18 +02:00
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt