ClickHouse/tests/queries
Azat Khuzhin 7f52b615e0 Fix bloom filters for String (data skipping indices)
bloom filter was broken for the first element, if all of the following
conditions satisfied:
- they are created on INSERT (in thie case bloom filter hashing uses
  offsets, in case of OPTIMIZE it does not, since it already has
  granulars).
- the record is not the first in the block
- the record is the first per index_granularity (do not confuse this
  with data skipping index GRANULARITY).
- type of the field for indexing is "String" (not FixedString)

Because in this case there was incorrect length and *data* for that string.
2020-06-12 22:46:40 +03:00
..
0_stateless Fix bloom filters for String (data skipping indices) 2020-06-12 22:46:40 +03:00
1_stateful Merge pull request #9113 from dimarub2000/group_by_in_order_optimization 2020-06-06 14:25:59 +03:00
bugs Moved test #4277 to bugs 2020-05-18 09:20:17 +03:00
__init__.py
.gitignore
conftest.py
query_test.py
server.py
shell_config.sh