Nikolai Kochetov
|
c59961e980
|
Merge pull request #62046 from ClickHouse/fix-optimize_arithmetic_operations_in_aggregate_functions-function-type
Fix optimize_arithmetic_operations_in_aggregate_functions
|
2024-03-29 19:28:23 +01:00 |
|
Nikolai Kochetov
|
dc45666b4f
|
Merge pull request #62059 from ClickHouse/fix-type-after-IfChainToMultiIfPass
Ignore IfChainToMultiIfPass if returned type changed.
|
2024-03-29 19:26:55 +01:00 |
|
Nikolai Kochetov
|
45cac7e5c2
|
Merge pull request #62066 from ClickHouse/fix-convert-in-to-equals-type
Fix type for ConvertInToEqualPass
|
2024-03-29 19:26:28 +01:00 |
|
Nikolai Kochetov
|
686534a460
|
Merge pull request #61992 from kitaisreal/aggregator-parallel-merge-cancellation
Aggregator parallel merge cancellation
|
2024-03-29 19:25:38 +01:00 |
|
robot-ch-test-poll4
|
ca174b7ef2
|
Merge pull request #62094 from filimonov/patch-9
Update storing-data.md
|
2024-03-29 19:11:39 +01:00 |
|
filimonov
|
c946a3a89c
|
Update storing-data.md
|
2024-03-29 17:59:47 +01:00 |
|
Nikolay Degterinsky
|
d47a784900
|
Merge pull request #62016 from ClickHouse/evillique-patch-1
Fix clickhouse-test
|
2024-03-29 01:00:59 +01:00 |
|
Nikolay Degterinsky
|
85bba8c59d
|
Merge pull request #62019 from ClickHouse/evillique-patch-2
Fix logs saving in DatabaseReplicated tests
|
2024-03-29 01:00:19 +01:00 |
|
Han Fei
|
419ac380f1
|
Merge pull request #61953 from hanfei1991/hanfei/fix-quorum-retry
fix logical-error when undoing quorum insert transaction
|
2024-03-28 20:49:32 +01:00 |
|
Nikolai Kochetov
|
8758d7f3a8
|
Fixing test.
|
2024-03-28 18:19:40 +00:00 |
|
Nikolai Kochetov
|
54d7a6041e
|
Fix type for ConvertInToEqualPass
|
2024-03-28 17:35:38 +00:00 |
|
Nikolai Kochetov
|
482400cd28
|
Merge pull request #61998 from ClickHouse/fix-scalars-create-as-select
Fix scalars create as select
|
2024-03-28 17:35:50 +01:00 |
|
Nikolai Kochetov
|
c834a11b65
|
Ignore IfChainToMultiIfPass if returned type changed.
|
2024-03-28 16:32:12 +00:00 |
|
Max K
|
b5b347e86f
|
Merge pull request #62044 from ClickHouse/ci_fix_for_kill_timeout_env
CI: fix for timeout env variable
|
2024-03-28 16:35:50 +01:00 |
|
Nikolai Kochetov
|
fb235c0840
|
Fix optimize_arithmetic_operations_in_aggregate_functions optimization which could change result type.
|
2024-03-28 14:44:45 +00:00 |
|
Nikita Mikhaylov
|
e2e0584d8d
|
Add test for #53352 (#61886)
|
2024-03-28 15:42:12 +01:00 |
|
Max Kainov
|
863f479ff0
|
CI: fix for timeout env variable
|
2024-03-28 14:00:04 +00:00 |
|
Kruglov Pavel
|
facde7541f
|
Merge pull request #61567 from Avogar/fix-analyzer-group-by-use-nulls
Fix logical error in group_by_use_nulls + grouping set + analyzer + materialize/constant
|
2024-03-28 14:38:11 +01:00 |
|
Kruglov Pavel
|
9b5b44dd5f
|
Merge pull request #61889 from Avogar/allow-to-save-bad-json-escape-sequences
Add a setting to allow saving bad escape sequences in JSON input formats
|
2024-03-28 14:34:02 +01:00 |
|
Kruglov Pavel
|
70bb85a754
|
Merge pull request #61999 from Avogar/variant-number-bool
Don't treat Bool and number variants as suspicious in Variant type
|
2024-03-28 14:33:24 +01:00 |
|
Kseniia Sumarokova
|
0244e0851a
|
Merge pull request #61954 from ClickHouse/follow-up-broken-projections
Follow up to #60452
|
2024-03-28 14:23:28 +01:00 |
|
Nikolai Kochetov
|
f313eb9737
|
Merge pull request #62038 from ClickHouse/add-analyzer-pattern-to-00002
Add analyzer pattern to 00002_log_and_exception_messages_formatting
|
2024-03-28 13:40:10 +01:00 |
|
Yarik Briukhovetskyi
|
003d258ba1
|
Merge pull request #61862 from HowePa/truncate_all_tables
add TRUNCATE ALL TABLES
|
2024-03-28 13:32:46 +01:00 |
|
robot-ch-test-poll4
|
68670e6e01
|
Merge pull request #62023 from ClickHouse/docs-remove-duplicate-zh-page
[Docs] Remove duplicate Chinese MaterializedMySQL page
|
2024-03-28 13:28:02 +01:00 |
|
Kseniia Sumarokova
|
5ba2ad53b6
|
Merge pull request #61163 from ClickHouse/filecache-better-try-reserve
Less contention in cache, part 3
|
2024-03-28 13:24:22 +01:00 |
|
Maksim Kita
|
a376a7354f
|
Fixed code review issues
|
2024-03-28 15:04:14 +03:00 |
|
Nikolai Kochetov
|
4ad2c78afb
|
Add analyzer pattern to 00002_log_and_exception_messages_formatting
|
2024-03-28 11:16:21 +00:00 |
|
Nikolai Kochetov
|
6f51b3c64d
|
Update 03032_scalars_create_as_select.sql
|
2024-03-28 12:08:58 +01:00 |
|
Nikolai Kochetov
|
3c5a8dd8b1
|
Merge pull request #62035 from ClickHouse/KochetovNicolai-patch-1
Update analyzer_tech_debt.txt
|
2024-03-28 12:03:41 +01:00 |
|
Nikolai Kochetov
|
e2bc301b00
|
Update analyzer_tech_debt.txt
|
2024-03-28 12:02:32 +01:00 |
|
Nikita Fomichev
|
a63f4783bf
|
Merge pull request #61869 from fm4v/fix-flaky-tests2
Fix flaky tests 2 (stateless, integration)
|
2024-03-28 10:57:19 +01:00 |
|
Alexander Tokmakov
|
a0b9b888ee
|
Merge pull request #61799 from ClickHouse/more_secondary_create
Skip more sanity checks for secondary create queries
|
2024-03-28 10:01:05 +01:00 |
|
justindeguzman
|
5a0f78ed6a
|
[Docs] Remove duplicate Chinese MaterializedMySQL page
|
2024-03-28 01:47:35 -07:00 |
|
János Benjamin Antal
|
e288528ede
|
Merge pull request #61931 from ClickHouse/fix-aggregating-merge-tree-simple-aggregate-function-string
Fix performance test `aggregating_merge_tree_simple_aggregate_function_string`
|
2024-03-28 08:39:45 +01:00 |
|
Nikolay Degterinsky
|
dae3a9e389
|
Fix
|
2024-03-28 06:31:46 +01:00 |
|
Nikolay Degterinsky
|
54348e5e8c
|
Fix logs saving in DatabaseReplicated tests
|
2024-03-28 06:27:48 +01:00 |
|
Nikolay Degterinsky
|
72f3871bd3
|
Fix clickhouse-test
|
2024-03-28 01:58:17 +01:00 |
|
robot-ch-test-poll2
|
de1c687b35
|
Merge pull request #62015 from ClickHouse/docs-logger-json-formatting
[Docs] Add info on JSON formatting for logger
|
2024-03-28 04:15:56 +04:00 |
|
Justin de Guzman
|
7ab77758a5
|
[Docs] Add info on JSON formatting for logger
|
2024-03-27 16:43:36 -07:00 |
|
Han Fei
|
15566f68c1
|
fix test
|
2024-03-27 22:58:48 +01:00 |
|
Han Fei
|
b824e94e8c
|
Merge pull request #61936 from hanfei1991/hanfei/refreshable_view_race
fix a race in refreshable view
|
2024-03-27 22:55:22 +01:00 |
|
Kseniia Sumarokova
|
ffd29f8b72
|
Update test.py
|
2024-03-27 22:29:36 +01:00 |
|
avogar
|
5f954e7125
|
Fix test in aarch64 build
|
2024-03-27 21:20:34 +00:00 |
|
Alexey Milovidov
|
795026af72
|
Merge pull request #61911 from ClickHouse/jamesweb
Make userspace page cache work with 'web' disks
|
2024-03-28 00:18:27 +03:00 |
|
Mikhail f. Shiryaev
|
fc96a57422
|
Merge pull request #61683 from mangadex-pub/54767-remove-extraneous-keeper-docker-volumes
#54767 Remove extraneous volumes in Keeper image
|
2024-03-27 22:01:50 +01:00 |
|
Han Fei
|
f3616f67aa
|
Merge branch 'master' into hanfei/refreshable_view_race
|
2024-03-27 21:33:59 +01:00 |
|
Han Fei
|
343b51ccfa
|
fix style
|
2024-03-27 21:27:07 +01:00 |
|
Nikita Taranov
|
7b17b14aa0
|
Merge pull request #61671 from GrigoryPervakov/master
Reload certificate chain during certificate reload
|
2024-03-27 21:19:32 +01:00 |
|
avogar
|
043c625898
|
Don't treat Bool and number variants as suspicious
|
2024-03-27 19:19:08 +00:00 |
|
Nikolai Kochetov
|
920ba121fe
|
Fix scalars for CREATE AS SELECT for analyzer.
|
2024-03-27 19:17:41 +00:00 |
|