Commit Graph

108139 Commits

Author SHA1 Message Date
bkuschel
55e9322612 Fixes for OpenSSL and s390x 2023-02-17 16:20:21 -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
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
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
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
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
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
Alexey Milovidov
a1cf3f78f6
Merge pull request #46497 from ClickHouse/alexey-milovidov-patch-6
Update monitoring.md
2023-02-17 16:03:22 +03:00
Alexey Milovidov
3b406d1244
Merge pull request #46526 from ClickHouse/CurtizJ-patch-7
Add myrrc to trusted contributors
2023-02-17 15:59:35 +03:00
Kseniia Sumarokova
094a03b4c8
Merge pull request #46480 from azat/client-connections
Allow to override host for client connection credentials
2023-02-17 13:40:39 +01:00
Anton Popov
5bcea2e8f5
Add myrrc to trusted contributors 2023-02-17 13:19:45 +01:00
Alexey Milovidov
937bd6dd4f
Merge pull request #46520 from ClickHouse/rollout-42891
Rollback unnecessary sync because of checking exit code
2023-02-17 15:13:06 +03:00
kssenii
bae85c50e9 Fix stress test 2023-02-17 12:40:17 +01:00
Mikhail f. Shiryaev
3edfb62066
Rollback unnecessary sync because of checking exit code 2023-02-17 12:28:04 +01:00
Igor Nikonov
3871959605
Merge branch 'master' into fix-crash-with-distinct 2023-02-17 11:43:43 +01:00
Sema Checherinda
b551b9fb3a
Merge pull request #46452 from CheSema/resolve-race-get-csn
resolve race in getCSNAndAssert
2023-02-17 11:31:58 +01:00
Nikolai Kochetov
cd70809a21
Merge pull request #45282 from azat/union-fixup
Revert code in TreeRewriter for proper column order for UNION
2023-02-17 11:21:56 +01:00
Han Fei
30f2f3c95f
Merge pull request #46499 from azat/tests/fix-01161_all_system_tables
Fix 01161_all_system_tables test flakiness
2023-02-17 11:15:56 +01:00
Robert Schulze
72e16b010e
Merge branch 'master' into rs/unifdef-poco 2023-02-17 11:07:22 +01:00
Manuel de la Peña
79781aa024 chore: bump testcontainers-go to 0.18.0 2023-02-17 11:03:26 +01:00
Antonio Andelic
4e6587b34b
Merge pull request #46488 from ClickHouse/Avogar-patch-1
Try fix flaky test test_parallel_distributed_insert_select_with_schema_inference
2023-02-17 10:19:18 +01:00
Azat Khuzhin
5a5f99a27e Add CPU flamegraphs for perf tests
In Real profiler there is too much noise (polling, cond vars, ...)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-17 06:07:28 +01:00
Nikolay Degterinsky
3b19823960
Merge branch 'master' into replace-transformer-fix-parameters 2023-02-17 02:02:54 +01:00
Mikhail f. Shiryaev
8cd967446c
Merge pull request #46490 from ClickHouse/fix-ccache
Fix the downloading of the recent ccache archives
2023-02-17 00:06:23 +01:00
DanRoscigno
52d831cb87 add text about standalone Keeper 2023-02-16 16:32:12 -05:00
DanRoscigno
1370f9811a Add docs for standalone ClickHouse Keeper install. 2023-02-16 16:21:51 -05:00
Nikolai Kochetov
d4795ed34b
Update 02662_sorting_constants_and_distinct_crash.sql 2023-02-16 21:16:19 +01:00
Robert Schulze
b2fe7bf5c7
Merge pull request #46498 from ClickHouse/rs/docs-catboostevaluate
Document that catboostEvaluate() is not available in ClickHouse Cloud
2023-02-16 21:07:53 +01:00
Azat Khuzhin
5af2967f65 Revert code in TreeRewriter for proper column order for UNION
It is not required after #44920, which has a proper fix that does this
in ExpressionAnalyzer.

This reverts commit d98336ad83.
Reverts: #37887

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-16 20:46:39 +01:00
Azat Khuzhin
61f27c9dab Fix 01161_all_system_tables test flakiness
CI: https://s3.amazonaws.com/clickhouse-test-reports/45282/e8cdb5e1c52791fb7e96a71df9c6a7bca15b5a59/fast_test.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-16 20:45:47 +01:00
Robert Schulze
18cbc7b511
Docs: catboostEvaluate() is unavailable in Cloud 2023-02-16 19:19:25 +00:00
Alexey Milovidov
993a39e2a1
Merge pull request #46360 from genzgd/http_client_version
Allow to provide the protocol version by HTTP clients to tune the compatibility of the Native output format.
2023-02-16 22:17:04 +03:00
Alexey Milovidov
e66c05e008
Merge pull request #38750 from azat/revert-no-stress
Revert "Merge pull request #38212 from azat/no-stress"
2023-02-16 22:13:17 +03:00
Alexey Milovidov
2cd9fd5698
Update monitoring.md 2023-02-16 22:09:10 +03:00
Alexey Milovidov
4eda5d19b5
Merge pull request #46492 from myrrc/patch-2
Add --shallow-submodules version for developer instruction
2023-02-16 22:07:47 +03:00
Alexey Milovidov
43275a3d3d
Merge pull request #46491 from myrrc/patch-1
Add --shallow-submodules version
2023-02-16 22:07:11 +03:00
Sema Checherinda
73a506b996
Update src/Interpreters/TransactionLog.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2023-02-16 19:01:02 +01:00
Sema Checherinda
0511f5e635
Update src/Interpreters/TransactionLog.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2023-02-16 19:00:55 +01:00
Sema Checherinda
bc661442c3
Update src/Interpreters/TransactionLog.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2023-02-16 19:00:46 +01:00