Alexey Milovidov
30921b211b
Update wikistat.md
2023-02-18 16:49:55 +03:00
Nikita Taranov
f70044f34b
Merge branch 'master' into aggr_partitions_independently
2023-02-18 13:19:05 +00:00
Joanna Hulboj
c2f5331a2d
Revert "FIXUP: Into FunctionArrayMapped: Simplify the dispatch in case of positional params"
...
This reverts commit d48bdcc754
.
2023-02-18 12:54:52 +00:00
Kseniia Sumarokova
b0ea047e76
Merge pull request #46533 from kssenii/fix-disk-setting
...
Allow `disk` merge tree setting in query to override config merge tree setting `storage_policy`
2023-02-18 12:36:54 +01:00
Alexey Milovidov
3ba96590ca
Merge pull request #46546 from ClibMouse/openssl_s390x_fixes
...
Fixes for OpenSSL and s390x
2023-02-18 14:04:16 +03:00
Alexey Milovidov
bb001078c9
Update sampling-query-profiler.md
2023-02-18 14:01:47 +03:00
Han Fei
19e0b26a7c
fix
2023-02-18 11:38:09 +01:00
Mikhail f. Shiryaev
c64c3e3854
Merge pull request #46535 from ClickHouse/autoupdate-keeper-dockerfile
...
Autoupdate keeper dockerfile
2023-02-18 11:21:29 +01:00
Azat Khuzhin
6f7b6e9206
Remove extra try/catch for QueryState reset
...
It was possible back when destuctors may throw, in a pre C++11.
I've found one place where it may throw from 2012:
~UnionBlockInputStream()
{
...
if (exception && !std::uncaught_exception())
exception->rethrow();
...
}
Refs: 8a053aba54
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-18 10:55:15 +01:00
Azat Khuzhin
f9cd66db36
Remove extra try/catch for LocalQueryState reset
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-18 10:55:09 +01:00
Han Fei
b76df1401e
enable async-insert-max-query-number only if async_insert_deduplicate is true
2023-02-18 01:08:28 +01:00
Denny Crane
f78efe91f6
Update summingmergetree.md
2023-02-17 18:46:30 -04:00
Kseniia Sumarokova
bda4c94f66
Merge pull request #45384 from ucasfl/iceberg
2023-02-17 23:38:24 +01:00
bkuschel
55e9322612
Fixes for OpenSSL and s390x
2023-02-17 16:20:21 -05:00
Dan Roscigno
16bd07067f
Update docs/en/getting-started/install.md
2023-02-17 16:08:12 -05:00
Igor Nikonov
0bad474fb5
Merge pull request #44176 from ClickHouse/igor/remove_redundant_distinct
...
Remove redundant DISTINCT
2023-02-17 22:07:03 +01:00
Igor Nikonov
eca2f2866e
Merge pull request #46493 from ClickHouse/fix-crash-with-distinct
...
Fix constants in the result of MergingSortedAlgorithm.
2023-02-17 22:05:24 +01:00
DanRoscigno
2b6c088eb0
add keeper to tgz list
2023-02-17 16:04:15 -05:00
DanRoscigno
502e240563
update RPM install
2023-02-17 15:55:55 -05:00
kssenii
30748eace8
Fix black check
2023-02-17 21:02:16 +01:00
Kseniia Sumarokova
a0b28edd46
Merge pull request #46521 from kssenii/fix-stress-test-logical-errors
...
Fix stress test
2023-02-17 21:01:20 +01:00
Dmitry Novik
197116dfeb
Merge pull request #46451 from ClickHouse/copy-s3-file-fix
...
Wait for tasks finish when scheduler failed
2023-02-17 20:11:23 +01:00
Alexander Gololobov
3d9b3c1b76
Fix for read buffer overrun
2023-02-17 19:38:43 +01:00
robot-clickhouse
9ec3bf92af
Merge pull request #46501 from DanRoscigno/docs-for-keeper-install
...
Add docs for standalone ClickHouse Keeper install.
2023-02-17 19:36:37 +01:00
Alexey Milovidov
8f28b44a52
Merge pull request #43529 from azat/perf/cpu-flamegraphs
...
Add CPU flamegraphs for perf tests
2023-02-17 21:34:10 +03:00
Alexander Tokmakov
53b6fd79fb
Update DatabaseCatalog.cpp
2023-02-17 21:18:49 +03:00
Mikhail f. Shiryaev
ecf33b9059
Update the VERSION for clickhouse-keeper Dockerfile
2023-02-17 18:39:43 +01:00
Mikhail f. Shiryaev
1565f2c233
Do not destroy symlinks with sed
2023-02-17 18:39:09 +01:00
Mikhail f. Shiryaev
0b6f632584
Add clickhouse/clickhouse-keeper Dockerfile autoupdate
2023-02-17 18:34:26 +01:00
Alexander Gololobov
771070a692
Test for buffer overrun found by fuzzer
2023-02-17 18:32:56 +01:00
Alexander Tokmakov
3457b68dcc
fix
2023-02-17 17:57:49 +01:00
Robert Schulze
6b20ea2f91
Merge pull request #46329 from ClickHouse/rs/unifdef-poco
...
Unifdef unused parts of poco
2023-02-17 17:31:29 +01:00
Nikolay Degterinsky
5104b2e8bf
Merge branch 'master' into parameters-rename-query
2023-02-17 17:30:37 +01:00
kssenii
afb36dd120
Allow disk setting to override storage_policy from config merge tree settings insteaf of exception
2023-02-17 17:11:29 +01:00
Maksim Kita
6c1436f78e
Fixed tests
2023-02-17 16:50:46 +01:00
Kseniia Sumarokova
bf6e6a88f7
Merge branch 'master' into iceberg
2023-02-17 16:36:28 +01:00
robot-clickhouse
165e2dd18e
Automatic style fix
2023-02-17 15:36:03 +00:00
Kseniia Sumarokova
0940539e8a
Merge pull request #46530 from ucasfl/style
...
fix style
2023-02-17 16:35:50 +01:00
Alexey Milovidov
45b1eabd36
Merge pull request #46420 from evillique/replace-transformer-fix-parameters
...
Fix parameterized queries with REPLACE transformer
2023-02-17 18:25:57 +03:00
Alexey Milovidov
ecf893ea0d
Merge pull request #46518 from mdelapenya/tc-go-0.18.0
...
chore: bump testcontainers-go to 0.18.0
2023-02-17 18:23:23 +03:00
Igor Nikonov
486501296c
Merge remote-tracking branch 'origin/master' into igor/remove_redundant_distinct
2023-02-17 14:40:02 +00:00
Igor Nikonov
64dfc9f8ce
Fix clang-analyzer warning
2023-02-17 14:39:20 +00:00
flynn
7bc153221e
fix style
2023-02-17 14:36:11 +00:00
robot-clickhouse
7a1aae6189
Automatic style fix
2023-02-17 14:03:28 +00:00
flynn
ebd88aab41
Merge branch 'master' into iceberg
2023-02-17 21:53:29 +08:00
Alexander Gololobov
bcb196a11f
Extracted common logic into saveMatch()
2023-02-17 14:42:37 +01:00
Alexander Gololobov
8e5110d729
More cases
2023-02-17 14:28:12 +01:00
Nikolai Kochetov
b7a96eaead
Merge branch 'master' into fix-crash-with-distinct
2023-02-17 14:25:47 +01:00
Vladimir C
0f182f6164
Merge pull request #46454 from azat/merge-alias-prewhere
2023-02-17 14:10:52 +01:00
Alexander Gololobov
73df45dcaa
More negative cases
2023-02-17 14:08:22 +01:00