Jake Bamrah
|
5e66cd7154
|
fix settings seg-fault and expand test case coverage
|
2024-03-13 18:47:13 +01:00 |
|
Yarik Briukhovetskyi
|
a9e054e1c8
|
Reload CI
|
2024-03-13 18:47:13 +01:00 |
|
Jake Bamrah
|
e53d052dcc
|
update docs to include circular buffer behaviour
|
2024-03-13 18:47:13 +01:00 |
|
Yarik Briukhovetskyi
|
4aab1170ef
|
fix style
|
2024-03-13 18:47:13 +01:00 |
|
Yarik Briukhovetskyi
|
77223d682d
|
reload tests
|
2024-03-13 18:47:13 +01:00 |
|
Jake Bamrah
|
000719aa2a
|
update memory table docs with size cap changes
|
2024-03-13 18:47:13 +01:00 |
|
Jake Bamrah
|
c73e299820
|
add size cap to memory tables
|
2024-03-13 18:47:13 +01:00 |
|
Kruglov Pavel
|
843e2dc968
|
Merge pull request #60586 from Avogar/fix-filter-virtual-columns
Fix reading from MergeTree with non-deterministic functions in filter
|
2024-03-13 18:22:12 +01:00 |
|
Raúl Marín
|
5b27b82da5
|
Merge pull request #60740 from bigo-sg/rm_wrong_quantilegk_check
Remove wrong sanitize checking in aggregate function quantileGK
|
2024-03-13 17:25:41 +01:00 |
|
Kruglov Pavel
|
2f6981c613
|
Merge pull request #60596 from Avogar/fix-bad-compatibility-setting-value
Fix logical error on bad compatibility setting value type
|
2024-03-13 17:25:09 +01:00 |
|
Kruglov Pavel
|
d89e26cff5
|
Merge pull request #61196 from ClickHouse/Avogar-patch-1
Fix lazy execution of default argument in dictGetOrDefault for RangeHashedDictionary
|
2024-03-13 17:23:22 +01:00 |
|
Kruglov Pavel
|
be51c9d727
|
Merge pull request #61199 from Avogar/variant-tests-fuster
Make variant tests a bit faster
|
2024-03-13 17:16:34 +01:00 |
|
Sema Checherinda
|
025ad9791c
|
Merge pull request #58879 from azat/small-block-lock-contention
Improve query performance in case of very small blocks
|
2024-03-13 17:08:37 +01:00 |
|
Kruglov Pavel
|
dd0caaf9b4
|
Merge pull request #61234 from ClickHouse/Avogar-patch-2
Fix usage of session_token in S3 engine
|
2024-03-13 17:05:39 +01:00 |
|
Sergei Trifonov
|
cb28c84a93
|
Fix forget_partition test (#61237)
|
2024-03-13 16:25:58 +01:00 |
|
Robert Schulze
|
7a5ac383e5
|
Merge pull request #61308 from rschu1ze/docs-sleep
Docs: Follow up to #61258
|
2024-03-13 15:42:47 +01:00 |
|
Robert Schulze
|
d2a523579a
|
Merge pull request #61285 from peter279k/improve_null_usage
Improve related NULL functions usage
|
2024-03-13 15:32:58 +01:00 |
|
Kruglov Pavel
|
14402e450a
|
Merge pull request #61036 from HowePa/detect_stdout
Detect output format by file exctension in clickhouse-client(local)
|
2024-03-13 14:57:59 +01:00 |
|
Robert Schulze
|
6bbf9eb540
|
Fixup fixups
|
2024-03-13 13:57:55 +00:00 |
|
Robert Schulze
|
4f2be00352
|
Some fixups
|
2024-03-13 13:55:32 +00:00 |
|
Ilya Yatsishin
|
7226b0f862
|
Merge pull request #61198 from nickitat/02887_mutations_subcolumns
Fix `02887_mutations_subcolumns` test flakiness
|
2024-03-13 17:34:54 +04:00 |
|
Kseniia Sumarokova
|
893ea7e4fe
|
Merge pull request #60396 from ClickHouse/fix-usage-of-plain-metadata
Fix usage of plain metadata type with new disks configuration option
|
2024-03-13 14:18:36 +01:00 |
|
Robert Schulze
|
f16259e54c
|
Merge pull request #61101 from ClickHouse/docs/add-substring-utf8
Document `substringUTF8` and `substringIndexUTF8`
|
2024-03-13 14:09:07 +01:00 |
|
Robert Schulze
|
d8c5008280
|
Follow up to #61258
|
2024-03-13 13:07:14 +00:00 |
|
János Benjamin Antal
|
cccf054420
|
Merge pull request #60881 from ClickHouse/add-docs-to-simplejson-and-sin
Add docs to simplejson and sin
|
2024-03-13 14:00:51 +01:00 |
|
János Benjamin Antal
|
681001418e
|
Merge pull request #61246 from ClickHouse/more-output-for-test-to-debug
Print more info in `02572_system_logs_materialized_views_ignore_errors` to debug
|
2024-03-13 13:58:41 +01:00 |
|
Robert Schulze
|
1e536251a2
|
Update string-functions.md
|
2024-03-13 13:41:56 +01:00 |
|
Robert Schulze
|
6ca4fc26f4
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:39:14 +01:00 |
|
Robert Schulze
|
b4953f35b4
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:39:03 +01:00 |
|
Robert Schulze
|
4954bde599
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:38:35 +01:00 |
|
Ilya Yatsishin
|
f4875d2467
|
Merge pull request #61256 from ClickHouse/Avogar-patch-3
Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow
|
2024-03-13 16:38:06 +04:00 |
|
Yarik Briukhovetskyi
|
24d6dcb96b
|
Merge pull request #61249 from mkmkme/mkmkme/fix-has-function
Fix `has()` function with `Nullable` column
|
2024-03-13 13:16:40 +01:00 |
|
Yarik Briukhovetskyi
|
9da0360728
|
Reload CI
|
2024-03-13 13:10:48 +01:00 |
|
Raúl Marín
|
799fcbf4c3
|
Merge pull request #61203 from Algunenano/groupArrayCrash
Fix multiple bugs in groupArraySorted
|
2024-03-13 13:08:30 +01:00 |
|
Raúl Marín
|
52f094299c
|
Merge pull request #61184 from Algunenano/test_san
Disable sanitizers with 02784_parallel_replicas_automatic_decision_join
|
2024-03-13 13:05:46 +01:00 |
|
Antonio Andelic
|
0f7041429f
|
Merge pull request #61233 from ClickHouse/fix-keeper-reconfig
Fix Keeper reconfig for standalone binary
|
2024-03-13 12:20:12 +01:00 |
|
peter279k
|
0353121dcc
|
Improve related NULL functions usage
|
2024-03-13 19:17:27 +08:00 |
|
Konstantin Bogdanov
|
a704ea510a
|
Fix test_placement_info (#61057)
* Fix test
* Fix last minute changes
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
|
2024-03-13 12:03:42 +01:00 |
|
Nikita Mikhaylov
|
765873a371
|
Merge pull request #61263 from ClickHouse/modern-assert
Modern `chassert` which can accept comment as a second parameter
|
2024-03-13 11:41:45 +01:00 |
|
Kseniia Sumarokova
|
992465f6ed
|
Merge pull request #61266 from ClickHouse/fix-disk-web-exists
Fix `01417_freeze_partition_verbose`
|
2024-03-13 10:44:20 +01:00 |
|
SmitaRKulkarni
|
474f369209
|
Merge pull request #61264 from ClickHouse/Update_curl_with_bugfixes
Update curl to curl with data race fix
|
2024-03-13 10:37:58 +01:00 |
|
Alexey Milovidov
|
a73d8aac0e
|
Merge pull request #61218 from azat/tests/fix-01603_insert_select_too_many_parts
Fix 01603_insert_select_too_many_parts flakiness
|
2024-03-13 11:53:35 +03:00 |
|
Alexey Milovidov
|
3bf267e8a8
|
Merge pull request #61253 from nickitat/02908_many_requests
Add retries to `02908_many_requests_to_system_replicas`
|
2024-03-13 11:49:19 +03:00 |
|
Alexey Milovidov
|
c8f71c024f
|
Merge pull request #61206 from ClickHouse/fix-strange-message-2
Fix strange log message
|
2024-03-13 11:22:03 +03:00 |
|
Alexey Milovidov
|
c2506b0344
|
Merge pull request #61171 from Algunenano/compilation
Remove a few templates from Aggregator.cpp
|
2024-03-13 10:24:06 +03:00 |
|
Mikhail Koviazin
|
87846b2c98
|
Added more tests
|
2024-03-13 09:14:55 +02:00 |
|
robot-ch-test-poll4
|
455a1bbd54
|
Merge pull request #61258 from ClickHouse/docs/add-sleep-function
Adds `sleep()` and `sleepEachRow()` docs.
|
2024-03-13 07:30:33 +01:00 |
|
Yakov Olkhovskiy
|
460692ac74
|
Update docs/en/sql-reference/functions/other-functions.md
|
2024-03-13 00:36:23 -04:00 |
|
Alexey Milovidov
|
937fe5dcdb
|
Merge pull request #61269 from Algunenano/show_database
Fix bugs in show database
|
2024-03-13 06:07:45 +03:00 |
|
Sergei Trifonov
|
828cd7adab
|
Merge pull request #61215 from pmusa/patch-2
Clarify sentence about clusterAllReplicas
|
2024-03-12 22:48:57 +01:00 |
|