Commit Graph

108191 Commits

Author SHA1 Message Date
robot-clickhouse-ci-1
2fbed70029
Merge pull request #46433 from ClickHouse/fix-cluster-copier
Another fix for cluster copier
2023-02-16 09:40:51 +01:00
Sergei Trifonov
3ad41b29ec
Merge pull request #46247 from ClickHouse/round-robin-merge-scheduler 2023-02-16 08:03:22 +01:00
flynn
ecc39978d7 fix conflict 2023-02-16 02:23:55 +00:00
Dmitry Novik
659e680c76 Add a comment 2023-02-16 01:24:31 +00:00
Rich Raposa
2111ca26d6
Merge pull request #46456 from ClickHouse/rfraposa-patch-2
Update s3Cluster example
2023-02-15 18:23:41 -07:00
Dmitry Novik
b908fa32df Add documentation for group_by_use_nulls 2023-02-16 00:57:53 +00:00
Alexander Tokmakov
351bfc3861
Merge pull request #46459 from ClickHouse/tavplubix-patch-5
Change logging level of a verbose message to Trace
2023-02-16 02:24:18 +03:00
Alexander Tokmakov
53e32b19e6
Update AggregatingTransform.cpp 2023-02-16 02:13:18 +03:00
Alexey Milovidov
9b5ab049dc
Merge pull request #46415 from den-crane/patch-61
Doc. prewhere example
2023-02-16 01:47:52 +03:00
Alexey Milovidov
d739a26da9
Merge pull request #46455 from Kinzeng/dashboard-improvements
move database credential inputs to the center on initial load
2023-02-16 01:44:55 +03:00
Mikhail f. Shiryaev
346c3e3c49
Preserve logs for failed installation tests, retry 3 times 2023-02-15 22:51:43 +01:00
Mikhail f. Shiryaev
9dba4e7cc9
Replace format with f-strings 2023-02-15 22:51:42 +01:00
Mikhail f. Shiryaev
f39d9b09b0
Preserve clickhouse binary to not redownload it 2023-02-15 22:51:41 +01:00
Mikhail f. Shiryaev
3bcd049d18
Improve download filter, group keeper mntr command 2023-02-15 22:51:41 +01:00
Mikhail f. Shiryaev
0c5648a5a6
Use OK and FAIL for tests status 2023-02-15 22:51:39 +01:00
Alexander Tokmakov
b167b8344b
Update 01055_window_view_proc_hop_to.sh 2023-02-16 00:45:03 +03:00
Igor Nikonov
cb89fccac6 Disable debug output 2023-02-15 21:26:00 +00:00
Igor Nikonov
766f04b04c Merge remote-tracking branch 'origin/master' into igor/remove_redundant_distinct 2023-02-15 21:24:25 +00:00
Azat Khuzhin
810a624f71 Fix parse_args() in clickhouse-test 2023-02-15 22:20:18 +01:00
Azat Khuzhin
bddead1ea2 Revert "Merge pull request #38212 from azat/no-stress"
This reverts commit 24d5be1669, reversing
changes made to a756b4be27.

After #38717 there is no need in --no-stress, since there will be no
such checks for previous releases that fails.

Reverts: #38212
Requires: #38717
2023-02-15 22:11:35 +01:00
Alexander Tokmakov
05eb877c5c
Update 01055_window_view_proc_hop_to.sh 2023-02-16 00:10:33 +03:00
Alexander Tokmakov
c89e30814c
Update 01054_window_view_proc_tumble_to.sh 2023-02-16 00:09:53 +03:00
Rich Raposa
922d7f2c2a
Update s3Cluster.md
The explanation of how the cluster is used in a query seemed liked it was worded poorly. (It made it sound like you were querying data on a cluster of CH nodes.) I reworded it.
2023-02-15 13:26:58 -07:00
Antonio Andelic
17494d79c2
Merge pull request #46070 from ClickHouse/s3-client-polish
Polish S3 client
2023-02-15 21:22:47 +01:00
Kevin Zhang
c8d7b72e5d move database credential inputs to the center on initial load 2023-02-15 15:09:36 -05:00
Dan Roscigno
c6451c4991
Merge pull request #46438 from ClickHouse/add-keeper-map-docs
Add docs for KeeperMap
2023-02-15 14:20:05 -05:00
Dan Roscigno
0a20267ea6
Merge branch 'master' into add-keeper-map-docs 2023-02-15 13:35:33 -05:00
Dan Roscigno
10c8f31811
Update docs/en/engines/table-engines/integrations/embedded-rocksdb.md 2023-02-15 13:29:33 -05:00
Dan Roscigno
0496b55003
Update docs/en/engines/table-engines/integrations/embedded-rocksdb.md 2023-02-15 13:29:26 -05:00
Han Fei
b1524196c6
Merge pull request #38950 from hexiaoting/dev-prewhere
Support  optimize `where` clause with sorting key  expression move to `prewhere`  for query with` final `
2023-02-15 18:18:19 +01:00
Sema Checherinda
dd1b509637 resolve race in getCSNAndAssert 2023-02-15 18:16:39 +01:00
Han Fei
5458d4216f
Merge branch 'master' into dev-prewhere 2023-02-15 17:59:44 +01:00
Vitaly Baranov
4a3ad7da85 Fix test test_backup_restore_new/test.py::test_async_backups_to_same_destination[http]. 2023-02-15 17:27:05 +01:00
Alexander Gololobov
a525075614
Merge branch 'master' into debug-docker 2023-02-15 16:50:25 +01:00
Dmitry Novik
cfb832b205 Wait for tasks finish when scheduler failed 2023-02-15 15:50:06 +00:00
Mikhail f. Shiryaev
fecadfab3e
Do not fetch submodules in release.py 2023-02-15 16:05:07 +01:00
Vladimir C
3e77463125
Merge pull request #46256 from bigo-sg/window_functions 2023-02-15 15:36:41 +01:00
Kruglov Pavel
4f380370a9
Fix s3Cluster schema inference in parallel distributed insert select (#46381)
* Fix s3Cluster schema inference in parallel distributed insert select
* Try fix flaky test
* Try SYSTEM SYNC REPLICA to avoid test flakiness
2023-02-15 15:30:43 +01:00
Antonio Andelic
da4389a763 Add docs for KeeperMap 2023-02-15 15:29:11 +01:00
Geoff Genz
33037334a5 Add raw content option to http helper methods 2023-02-15 07:17:28 -07:00
Maksim Kita
88c32002e5
Merge pull request #46306 from ClickHouse/analyzer-limits
Analyzer - storage limits - propagate limits into subquery
2023-02-15 17:15:33 +03:00
Alexey Milovidov
556d5cbeb3
Merge branch 'master' into clickhouse-test-bin-fix 2023-02-15 17:13:40 +03:00
Kseniia Sumarokova
299861621e
Update 01053_window_view_proc_hop_to_now.sh 2023-02-15 14:36:54 +01:00
Kseniia Sumarokova
3aa96953f6
Update 01075_window_view_proc_tumble_to_now_populate.sh 2023-02-15 14:34:24 +01:00
flynn
de11a05d89 remove redundant header 2023-02-15 13:27:25 +00:00
robot-clickhouse
f6c894eb6e Update version_date.tsv and changelogs after v22.3.18.37-lts 2023-02-15 13:03:30 +00:00
Alexey Milovidov
c2660646fe
Merge branch 'master' into debug-docker 2023-02-15 15:59:49 +03:00
Robert Schulze
44815240f5
Exclude internal databases from async metric "NumberOfDatabases" 2023-02-15 12:58:00 +00:00
Antonio Andelic
8cdafcc2d0 Correctly check if there were failures 2023-02-15 11:45:57 +00:00
flynn
63c3c07347 fix test 2023-02-15 11:25:22 +00:00