alesapin
|
230e1fe6c7
|
Merge pull request #57809 from ClickHouse/fix-flaky-test_parallel_replicas_over_distributed
Fix flaky test_parallel_replicas_over_distributed
|
2023-12-13 17:11:41 +01:00 |
|
Alexey Milovidov
|
54698cd2de
|
Merge pull request #55876 from ClickHouse/keeper-http-readiness-endpoint
Keeper HTTP readiness endpoint
|
2023-12-13 17:07:57 +01:00 |
|
Robert Schulze
|
bbd7d0c057
|
Merge pull request #57277 from slvrtrn/substr-with-enums
Add Enums support to `substring` function
|
2023-12-13 17:03:03 +01:00 |
|
Raúl Marín
|
d4522ee088
|
Merge pull request #57811 from Algunenano/revert_negative_positional_arguments
Revert #57741
|
2023-12-13 16:39:23 +01:00 |
|
Nikolay Degterinsky
|
dd91ce2a14
|
Merge pull request #57788 from ClickHouse/docs/append-or-truncate-when-into-outfile
Mentions that `APPEND` or `TRUNCATE` should be used with `INTO-OUTFILE`.
|
2023-12-13 14:59:57 +01:00 |
|
Igor Nikonov
|
c165be76ab
|
Parallel replicas: friendly settings (#57542)
|
2023-12-13 14:42:06 +01:00 |
|
Johnny
|
54abbf146d
|
Update into-outfile.md
|
2023-12-13 09:04:07 -04:00 |
|
Raúl Marín
|
dd405a655e
|
Merge remote-tracking branch 'blessed/master' into backup_1
|
2023-12-13 13:39:58 +01:00 |
|
Igor Nikonov
|
2a0a5f755c
|
Comment to about possible query results
|
2023-12-13 12:29:57 +00:00 |
|
robot-clickhouse-ci-2
|
de4afd3b54
|
Merge pull request #57804 from mkmkme/mkmkme/fix-test
fix clickhouse-client invocation in 02327_capnproto_protobuf_empty_messages
|
2023-12-13 13:26:11 +01:00 |
|
Raúl Marín
|
090d412d7c
|
Add tests for 46628
|
2023-12-13 13:14:00 +01:00 |
|
Raúl Marín
|
8c2137e0c6
|
Revert "Merge pull request #57741 from ucasfl/negtive-position"
This reverts commit 3d846800e0 , reversing
changes made to b31b4c932f .
|
2023-12-13 13:09:36 +01:00 |
|
Vitaly Baranov
|
96bbff3af0
|
Merge pull request #57764 from vitlibar/fix-retries-for-disconnected-nodes-for-backup-on-cluster
Fix retries for disconnected nodes for BACKUP/RESTORE ON CLUSTER
|
2023-12-13 13:06:32 +01:00 |
|
robot-clickhouse
|
7d9e9fd42e
|
Automatic style fix
|
2023-12-13 11:38:41 +00:00 |
|
kssenii
|
10477e9481
|
Fix .reference
|
2023-12-13 12:27:19 +01:00 |
|
Igor Nikonov
|
7762beaf6c
|
Fix: w/o replicas sync query result can vary
|
2023-12-13 11:23:53 +00:00 |
|
Kseniia Sumarokova
|
b1325450e9
|
Merge pull request #57754 from ClickHouse/fix-loading-dependent-table-materialized-postgresql
Table engine MaterializedPostgreSQL fix dependency loading
|
2023-12-13 12:17:01 +01:00 |
|
János Benjamin Antal
|
ddb33d6e35
|
Merge pull request #57791 from ilejn/atomic_set_in_librdkafka
Fix ThreadSanitizer data race in librdkafka
|
2023-12-13 10:43:51 +01:00 |
|
Raúl Marín
|
a45c8bd7f1
|
Merge pull request #57315 from Algunenano/randomize_optimizations
Randomize disabled optimizations in CI
|
2023-12-13 10:42:11 +01:00 |
|
robot-ch-test-poll1
|
c2f32f5994
|
Merge pull request #57795 from CurtizJ/fix-totals-maxMap
Fix merge in aggregation functions with `*Map` combinator
|
2023-12-13 10:31:15 +01:00 |
|
Igor Nikonov
|
5abeadf20f
|
Fix: stop merges, otherwise test can be flaky
|
2023-12-13 08:54:44 +00:00 |
|
Mikhail Koviazin
|
bb22ce6ec8
|
fix clickhouse-client invocation in 02327_capnproto_protobuf_empty_messages
The test relies on `clickhouse-client` to be in `$PATH`, which is a wrong
assumption. This commit makes it use `$CLICKHOUSE_CLIENT_BINARY` instead.
|
2023-12-13 07:29:37 +00:00 |
|
Alexey Milovidov
|
62b6d1ef5e
|
iMerge branch 'master' of github.com:ClickHouse/ClickHouse into clickbench-ci
|
2023-12-13 01:41:27 +01:00 |
|
Alexey Milovidov
|
9f5299e118
|
Use a new bucket
|
2023-12-13 00:11:10 +01:00 |
|
Alexey Milovidov
|
f11b90e7bb
|
Allow buckets without List access
|
2023-12-13 00:10:58 +01:00 |
|
Alexey Milovidov
|
2043791ed7
|
Fix typo
|
2023-12-12 23:37:55 +01:00 |
|
Gagan Goel
|
bae58febf3
|
Update 02916_distributed_skip_unavailable_shards.sql/.reference files.
|
2023-12-12 17:28:35 -05:00 |
|
robot-clickhouse
|
ea86b33d3b
|
Automatic style fix
|
2023-12-12 21:59:08 +00:00 |
|
Han Fei
|
6abe4b113a
|
Merge pull request #57375 from lingtaolf/feature/more_warnings
Feature/more warnings
|
2023-12-12 22:48:51 +01:00 |
|
Igor Nikonov
|
3333a7f219
|
Test cleanup
|
2023-12-12 21:39:08 +00:00 |
|
Igor Nikonov
|
616d054dee
|
Merge remote-tracking branch 'origin/master' into pr-perf-improve-hope
|
2023-12-12 21:27:31 +00:00 |
|
Igor Nikonov
|
7f4a028196
|
Test and fix
|
2023-12-12 21:26:58 +00:00 |
|
Alexey Milovidov
|
d51aaddf12
|
Use the local region
|
2023-12-12 22:15:19 +01:00 |
|
Alexey Milovidov
|
2099130bd2
|
Enable text_log
|
2023-12-12 21:28:28 +01:00 |
|
Alexey Milovidov
|
4c1860b9b4
|
Fix a mistake
|
2023-12-12 21:21:58 +01:00 |
|
Alexander Tokmakov
|
3482224f83
|
Merge branch 'master' into keeper-http-readiness-endpoint
|
2023-12-12 21:19:57 +01:00 |
|
Bhavna Jindal
|
1190abae22
|
multiple rows fix
|
2023-12-12 10:55:15 -08:00 |
|
Alexey Milovidov
|
49aad9c88e
|
Maybe better
|
2023-12-12 19:33:08 +01:00 |
|
Vitaly Baranov
|
028763def5
|
Simplify logic in BackupCoordinationStageSync::readCurrentState() and return earlier from the cycly on a connection problem.
|
2023-12-12 18:53:52 +01:00 |
|
Anton Popov
|
e4e97471a6
|
fix totals in aggregation functions with Map combinator
|
2023-12-12 17:31:56 +00:00 |
|
serxa
|
57d7a58dbe
|
Rename system.async_loader into system.asynchronous_loader
|
2023-12-12 16:55:27 +00:00 |
|
Anton Popov
|
64d7abde09
|
fix result of external aggregation in case of partially materialized projection
|
2023-12-12 16:51:23 +00:00 |
|
Ilya Golshtein
|
b31816cc90
|
atomic_set_in_librdkafka: update librdkafka submodule
|
2023-12-12 16:48:13 +00:00 |
|
Vitaly Baranov
|
7196103be5
|
Always recreate ephemeral "alive" node on reconnection.
|
2023-12-12 17:45:27 +01:00 |
|
Kruglov Pavel
|
6567fb2c08
|
Merge pull request #56859 from Avogar/csv-infer-numbers-from-strings
Allow to infer numbers from strings in CSV format
|
2023-12-12 17:09:02 +01:00 |
|
Kruglov Pavel
|
fd08c6f06a
|
Merge pull request #57751 from Avogar/better-json-inference-unnamed-tuples
Slightly better inference of unnamed tupes in JSON formats
|
2023-12-12 17:08:34 +01:00 |
|
Alexey Milovidov
|
12561c0c9b
|
Maybe better
|
2023-12-12 16:42:31 +01:00 |
|
Alexey Milovidov
|
af4f1abadd
|
Fix error
|
2023-12-12 16:41:38 +01:00 |
|
kssenii
|
cc71b40002
|
Merge remote-tracking branch 'origin/master' into make-system-filesystem-cache-query-no-memory-intensive
|
2023-12-12 16:40:04 +01:00 |
|
johnnymatthews
|
5467670741
|
Mentions that APPEND or TRUNCATE should be used with INTO-OUTFILE.
|
2023-12-12 11:13:34 -04:00 |
|