kssenii
c84e0d13fa
Fix test
2022-05-11 14:36:34 +02:00
Robert Schulze
7232f47c68
Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results
...
The main fix is in MatchImpl.h where the "case_insensitive" parameter is
added to Regexps::get().
Also made "case_insensitive" a non-default template parameter to reduce
the risk of future bugs.
The remainder of this commit are minor random code improvements.
resoves #37114
2022-05-11 14:30:21 +02:00
Nikolai Kochetov
2d99f0ce13
Simplify code a little bit.
2022-05-11 12:16:15 +00:00
Kseniia Sumarokova
28630b2535
Update test
2022-05-11 14:13:21 +02:00
lanfz
6be44ae90d
Misspelled words
...
partiton Modified to partition
2022-05-11 20:08:53 +08:00
Mikhail f. Shiryaev
75d5271ec8
Merge pull request #37113 from ClickHouse/fix-tags-workflow
...
Fix workflow style check
2022-05-11 13:52:15 +02:00
Mikhail f. Shiryaev
f9346d6981
Fix shellcheck in tags_stable.yml
2022-05-11 13:29:14 +02:00
Alexander Tokmakov
c604fb1a71
Merge pull request #37101 from azat/stateless-tests-fixes
...
tests: fix 01119_optimize_trivial_insert_select (due to max_threads randomization)
2022-05-11 14:15:28 +03:00
Kruglov Pavel
f664b6a5be
Merge pull request #37043 from Avogar/fix-arrow-dict
...
Fix LowCardinality->ArrowDictionary invalid output
2022-05-11 13:01:53 +02:00
vdimir
2f5959aca6
Upd cross_to_inner_join_rewrite setting, add test
2022-05-11 10:56:43 +00:00
kssenii
0adfee3eca
Move assertion one layer higher
2022-05-11 12:33:40 +02:00
Nikolai Kochetov
4b8a2e2d80
Fix fuzzed queries.
2022-05-11 10:22:34 +00:00
Anton Kozlov
23e6792898
Lazy marks loading
2022-05-11 10:15:56 +00:00
Kseniia Sumarokova
d4823eed12
Update 02240_system_remote_filesystem_cache_log.reference
2022-05-11 12:09:16 +02:00
Kseniia Sumarokova
cc5eea4868
Update 02240_system_remote_filesystem_cache_log.sql
2022-05-11 12:08:41 +02:00
Kseniia Sumarokova
a440e1376a
Update FileSegment.cpp
2022-05-11 12:05:50 +02:00
Vxider
07fe7f5c09
disable read when windowview has no target table
2022-05-11 09:16:26 +00:00
qieqieplus
6903b3d33c
fix ci fast test
2022-05-11 17:16:23 +08:00
Vxider
88930ae42f
add test
2022-05-11 09:01:12 +00:00
Vxider
3dfede3165
support read for windowview
2022-05-11 09:00:49 +00:00
Mikhail f. Shiryaev
3fa955aec1
Merge pull request #37057 from ClickHouse/changelog
...
Changelog script
2022-05-11 10:54:29 +02:00
mergify[bot]
0e2a86dcee
Merge branch 'master' into MeiliSearch
2022-05-11 08:49:19 +00:00
Vxider
e4f43d0b01
update getSampleBlock for windowview
2022-05-11 08:47:08 +00:00
Mikhail f. Shiryaev
d5b1e39bb9
Merge pull request #36866 from ClickHouse/integration-tests
...
Fix using proper image for integration tests; improve logging; fix docker volume cleaning in integration-tests-runner.
2022-05-11 10:46:51 +02:00
kssenii
5385a4da8a
Fix review comments
2022-05-11 10:45:20 +02:00
kssenii
18dd74be0c
Remove unneede changes
2022-05-11 10:26:30 +02:00
qieqieplus
5f9eee976f
fix & format
2022-05-11 16:14:43 +08:00
liumaojing
2924cfd960
Update grouparray.md
2022-05-11 14:14:05 +08:00
rfraposa
3234534dd8
Fix table on formats.md page
2022-05-10 22:55:17 -06:00
Azat Khuzhin
91042ff4eb
tests: fix 01119_optimize_trivial_insert_select (due to max_threads randomization)
2022-05-11 07:25:31 +03:00
fenglv
175175a16e
fix wrong argument in proxy resolver of DiskS3
2022-05-11 04:16:05 +00:00
liumaojing
a26f46aec9
Update grouparray.md
2022-05-11 11:30:21 +08:00
Alexey Milovidov
b793bff179
Update test
2022-05-11 03:09:53 +02:00
Alexey Milovidov
99cc8d47fe
Add PowerPC binary to universal install script
2022-05-11 03:02:01 +02:00
Alexey Milovidov
4f99b85c96
Added a test for aliases
2022-05-11 01:42:53 +02:00
Alexey Milovidov
ad9a377f42
Add settings randomization
2022-05-11 01:30:59 +02:00
Alexey Milovidov
c0acd5a325
Merge branch 'chained-or' of github.com:ClickHouse/ClickHouse into chained-or
2022-05-11 01:29:22 +02:00
Alexey Milovidov
27c6307ef6
Disable setting by default
2022-05-11 01:28:49 +02:00
Alexey Milovidov
3fcf63830c
Merge branch 'master' into chained-or
2022-05-11 01:28:12 +02:00
Alexey Milovidov
bde2733aa2
Update tests
2022-05-11 01:25:41 +02:00
alesapin
5c725fe77c
Merge pull request #36857 from ClickHouse/dont_finalize_s3_buffer
...
Terminate if S3 buffer is not finalized
2022-05-11 00:57:10 +02:00
alesapin
0f276a0956
Merge pull request #36947 from ClickHouse/dump_ordered_sessions_map
...
Force keeper snapshot equality on different replicas
2022-05-10 23:36:09 +02:00
alesapin
3cc8e2af51
Merge pull request #37079 from ClickHouse/disable_thread_fuzzer
...
Disable thread fuzzer after server restart
2022-05-10 23:24:34 +02:00
Rich Raposa
2ee6c6edf5
Merge pull request #37092 from ClickHouse/revert-36999-BLAKE3_docs
...
Revert "BLAKE3 hash function documentation"
2022-05-10 13:33:19 -06:00
Rich Raposa
69a9d3fd6d
Merge pull request #37064 from zouyonghao/patch-1
...
Fix package names in install doc
2022-05-10 13:32:25 -06:00
Rich Raposa
34f0d1c5f8
Revert "BLAKE3 hash function documentation"
2022-05-10 13:28:36 -06:00
Rich Raposa
23608b5e53
Merge pull request #36999 from BoloniniD/BLAKE3_docs
...
BLAKE3 hash function documentation
2022-05-10 13:28:21 -06:00
Nikolai Kochetov
b6075031d8
Delete GroupingSetsTransform.
2022-05-10 17:54:36 +00:00
Rich Raposa
9880a2875c
Merge pull request #37086 from ClickHouse/rfraposa-patch-4
...
Add section on SSL
2022-05-10 11:45:34 -06:00
kssenii
ccab49e3cf
Merge master
2022-05-10 19:33:34 +02:00