Robert Schulze
df53826e86
Fix style
2024-02-20 09:32:36 +00:00
kssenii
5ef4a30d6f
Fix
2024-02-20 10:24:09 +01:00
Antonio Andelic
ecaaa5066a
Update NuRaft to master
2024-02-20 10:19:36 +01:00
Antonio Andelic
008938093d
Merge branch 'master' into keeper-logs-cache
2024-02-20 10:17:28 +01:00
MikhailBurdukov
c2d641c658
Merge branch 'master' into backoff_for_failed_mutations
2024-02-20 11:48:59 +03:00
Alexey Milovidov
dbb4c9988d
Merge pull request #60124 from ClickHouse/implement-todo-2
...
Implement TODO
2024-02-20 09:41:39 +01:00
Maksim Kita
f3c2dfeff3
Fixed tests
2024-02-20 11:39:57 +03:00
Maksim Kita
9e0f607608
Revert "Revert "ReplicatedMergeTree invalid metadata_version fix""
2024-02-20 11:39:57 +03:00
MikhailBurdukov
7cdfedaedd
Enable setting by default
2024-02-20 08:39:11 +00:00
Alexey Milovidov
b80c1561dc
Merge pull request #60162 from ClickHouse/not-too-aggressive
...
Remove extensively aggressive check
2024-02-20 09:35:35 +01:00
Antonio Andelic
a82ba4dc46
Merge pull request #60141 from ClickHouse/fix-new-setting
...
Add new setting to changes history
2024-02-20 08:43:44 +01:00
Alexey Milovidov
b2285ce6e5
Remove extensively aggressive check
2024-02-20 06:52:07 +01:00
Alexey Milovidov
b216223aa0
Merge pull request #60139 from ClickHouse/revert-60093-lazy-primary-key-loading
...
Fix data race in `IMergeTreeDataPart`
2024-02-20 06:44:28 +01:00
Robert Schulze
6b6630c5a7
Allow casting of bools in string representation to to true bools
...
Fixes #57256
2024-02-19 23:03:48 +00:00
Robert Schulze
0bd3016a17
Merge pull request #60157 from rschu1ze/doc-remove-replace
...
Docs: Add example how to use "replace" and "remove" attributes
2024-02-19 22:45:08 +01:00
Robert Schulze
474efd98a5
Docs: Add example how to use "replace" and "remove" attributes in configuration
...
Bug: 8394
2024-02-19 20:46:06 +00:00
Igor Nikonov
bb5a6dd8d3
Fix: custom key failover test flakyness
...
slowdown_count used only by hedge connections
but it's stored inside connection pool and was used for pool shuffling
always. So, query execution which used hedged connections could affect
connection load balancing for queries w/o hedged connections by updating
slowdown_count
2024-02-19 20:44:55 +00:00
robot-clickhouse
0b2c3a7f0f
Automatic style fix
2024-02-19 20:01:58 +00:00
kssenii
89006361c5
Fix test
2024-02-19 20:52:36 +01:00
Raúl Marín
4ad485a769
Add setting history check to stateless tests
2024-02-19 20:51:37 +01:00
Robert Schulze
f2091ac6cf
Mini cleanup of CPUID.h
2024-02-19 19:33:14 +00:00
Alexey Milovidov
425531067d
Merge pull request #60109 from azat/tests/integration-query-retries
...
Do not retry queries if container is down in integration tests
2024-02-19 19:23:39 +01:00
Raúl Marín
8c984c55e4
Merge remote-tracking branch 'blessed/master' into cosineDistance
2024-02-19 18:21:51 +01:00
alesapin
525b2c5b69
Merge pull request #60151 from Algunenano/build_master
...
Fix build in master
2024-02-19 18:07:48 +01:00
Raúl Marín
9361946d15
Fix build in master
2024-02-19 17:48:53 +01:00
Raúl Marín
793ae52bf8
Fix cosineDistance crash with Nullable
2024-02-19 17:30:00 +01:00
alesapin
31bc327005
Merge pull request #60111 from ClickHouse/buffer_bg_flush_parallel
...
Flush StorageBuffer into multiple threads if num_layers > 1
2024-02-19 16:56:24 +01:00
Antonio Andelic
175a1db787
Support specifying users for s3 settings
2024-02-19 16:43:27 +01:00
Vitaly Baranov
5971f4cf92
Remove removeAllFilesAfterFailure().
2024-02-19 16:32:01 +01:00
Robert Schulze
6f6e74ad8b
Merge remote-tracking branch 'rschu1ze/master' into order-by-all-ambiguities
2024-02-19 15:19:13 +00:00
Robert Schulze
8f5a4d92a1
Fix style
2024-02-19 15:19:04 +00:00
robot-clickhouse
cc223a1c3e
Automatic style fix
2024-02-19 14:33:53 +00:00
Yarik Briukhovetskyi
491a4cd1e7
Merge pull request #59243 from yariks5s/div_int_with_decimal
...
Fix bug with `intDiv` for decimal arguments
2024-02-19 15:28:07 +01:00
Igor Nikonov
e77afa9dc5
Rename test
2024-02-19 14:20:39 +00:00
Igor Nikonov
9e4e44fc71
Tests: query log records for insert over http
2024-02-19 14:18:52 +00:00
Antonio Andelic
0dc73bacc5
Fix cleanup
2024-02-19 15:09:10 +01:00
Alexander Tokmakov
5d07c79da8
Update ZooKeeper.cpp
2024-02-19 14:37:35 +01:00
Antonio Andelic
1512116679
Merge branch 'master' into fix-new-setting
2024-02-19 14:30:12 +01:00
Antonio Andelic
17b1760eca
Add new setting to changes history
2024-02-19 14:29:00 +01:00
Vitaly Baranov
f10a8868e1
Merge pull request #60097 from vitlibar/move-thread-pool-callback-runner-to-common
...
Move threadPoolCallbackRunner to the "Common" folder
2024-02-19 14:10:36 +01:00
Antonio Andelic
7c2654f62e
Fix data race
2024-02-19 14:09:37 +01:00
Raúl Marín
a27337541d
Merge pull request #58738 from binmahone/20240112_fix_date32_T64
...
support T64 for date32 type
2024-02-19 14:07:14 +01:00
Kruglov Pavel
5fd2582e83
Merge pull request #59500 from Avogar/exponent-floats-inference
...
Don't infer floats in exponential notation by default
2024-02-19 13:51:07 +01:00
Kruglov Pavel
a5b62df0d6
Update 02982_dont_infer_exponent_floats.sql
2024-02-19 13:46:51 +01:00
Yarik Briukhovetskyi
cfa198c477
remove comment
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2024-02-19 13:34:00 +01:00
Igor Nikonov
f06e15ce5f
Merge remote-tracking branch 'origin/master' into cleanup-connection-pool-priority
2024-02-19 11:33:55 +00:00
Igor Nikonov
f775e1a7c6
Merge pull request #59910 from ClickHouse/query-log-on-insert-exception-over-http
...
Fix: absence of closing record in query_log for failed insert over http
2024-02-19 12:27:44 +01:00
Alexey Milovidov
84336d3ace
Merge branch 'master' of github.com:ClickHouse/ClickHouse into implement-todo-2
2024-02-19 11:35:47 +01:00
Alexey Milovidov
04a695d05b
Merge pull request #60125 from ClickHouse/fix-bad-log-message-4
...
Fix bad log message
2024-02-19 11:35:11 +01:00
Alexey Milovidov
a10eddecef
Merge pull request #59697 from ClickHouse/check-stack-size-in-parser
...
Check stack size in Parser
2024-02-19 11:33:04 +01:00