ClickHouse/tests
Salvatore Mesoraca 5004c22583
Fix Array and Map support with Keyed hashing
When working with materialized key columns and rows containing Arrays
or Maps (implemented as Tuple's Arrays) with multiple values,
the keyed hash functions were erroneously refusing to proceed, because
they misinterpreted the output vector size.

Close #61497

which was reported as a security issue, but it didn't actually have any
security impact.
The usefulness of keyed hashing over Maps is also questionable, but
we support it for completeness.
2024-05-10 18:45:10 +02:00
..
ci Hide the mergeable_status.url from cloud CI 2024-05-03 18:21:17 +02:00
config randomize setting enable_block_offset_column in stress tests 2024-05-03 17:22:37 +00:00
fuzz
instructions
integration Fix typo 2024-05-02 20:10:37 +02:00
jepsen.clickhouse
perf_drafts
performance
queries Fix Array and Map support with Keyed hashing 2024-05-10 18:45:10 +02:00
sqllogic
.gitignore
.rgignore
analyzer_tech_debt.txt
clickhouse-test Merge pull request #63130 from Algunenano/coverage_test 2024-05-02 09:34:57 +00:00
output.txt
README.md
tsan_ignorelist.txt
ubsan_ignorelist.txt

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