Anton Popov
e911900054
remove last mentions of data streams
2022-05-09 19:15:24 +00:00
Nikolai Kochetov
027c1144c6
Fixing test.
2022-05-09 17:54:21 +00:00
Alexander Tokmakov
92d423c478
print stacks if wa cannot terminate server in stress tests
2022-05-09 19:43:51 +02:00
Azat Khuzhin
6ada8a6337
Fix optimize_aggregation_in_order with *Array aggregate functions
...
row_begin was wrong, and before this patch aggregator processing
{row_end, row_end} range, in other words, zero range.
Fixes : #9113 (cc @dimarub2000)
v2: add static_cast to fix UBSan
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-09 20:43:19 +03:00
guykohen
34c494f403
Remove height restrictions from the query div in play web tool.
2022-05-09 13:32:26 -04:00
alesapin
068214c829
Turn black
2022-05-09 19:03:17 +02:00
ni1l
f1eee40345
Add isIPAddressInRange function example
2022-05-10 00:03:10 +08:00
Alexander Tokmakov
32157285b0
Merge pull request #36977 from ClickHouse/clickhouse_test_secure
...
Support secure connection in clickhouse-test
2022-05-09 19:02:04 +03:00
Alexander Tokmakov
f8ac2398b0
add test
2022-05-09 17:39:29 +02:00
Alexander Tokmakov
b647f8f9bf
Update run.sh
2022-05-09 17:48:10 +03:00
mergify[bot]
8ea87a3530
Merge branch 'master' into enable-memory-overcommit
2022-05-09 14:00:54 +00:00
Nikolai Kochetov
a34411f51e
Disable trivial_insert_select if query has aggregate functions.
...
(cherry picked from commit 70ae043455
)
2022-05-09 15:56:39 +02:00
alesapin
f8f170462c
Fix text
2022-05-09 15:24:50 +02:00
alesapin
684bfe35ee
Merge branch 'better_delete_outdated_parts' of github.com:ClickHouse/ClickHouse into better_delete_outdated_parts
2022-05-09 15:23:05 +02:00
alesapin
28e492bc17
Followup fix
2022-05-09 15:21:33 +02:00
alesapin
018ed10684
Add test
2022-05-09 15:21:21 +02:00
Nikolai Kochetov
871c87ba38
Fix style.
2022-05-09 13:02:55 +00:00
Alexander Tokmakov
222277f4f0
fix
2022-05-09 14:55:51 +02:00
Nikolai Kochetov
972c0c116e
Do not increase SelectedRows and SelectedBytes in merges and mutations.
2022-05-09 12:43:10 +00:00
Alexander Tokmakov
b6be194d3a
Merge pull request #36976 from ClickHouse/replicated_database_fixes
...
Fixes for Replicated database
2022-05-09 14:41:49 +03:00
Sean Lafferty
fe5afa6b37
Support ZSTD compression for Arrow ( #35486 )
2022-05-09 13:41:08 +02:00
hardstep33
d0bb66604c
Update int-uint.md ( #36404 )
...
add UInt128 in documentation
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-09 13:36:18 +02:00
Mikhail f. Shiryaev
db06b98027
Merge pull request #36961 from ClickHouse/stress-tests-report
...
Improve stress tests report a little bit
2022-05-09 12:43:17 +02:00
alesapin
bf4ed9b7e8
Merge branch 'master' into better_delete_outdated_parts
2022-05-09 12:40:35 +02:00
Kruglov Pavel
23bd9390a6
Merge pull request #36997 from vitlibar/users-without-assigned-policies-can-view-rows
...
Users without assigned row policies can view rows
2022-05-09 12:04:50 +02:00
Kruglov Pavel
31c56c95c8
Fix flaky integration mongodb test
2022-05-09 12:04:05 +02:00
Alexey Milovidov
419687ac50
Update run.sh
2022-05-09 10:17:49 +02:00
Mikhail f. Shiryaev
b14dca2fac
Improve stress tests report a little bit
2022-05-09 10:17:40 +02:00
Alexey Milovidov
48c165b360
Merge pull request #37027 from ClickHouse/fix-benchmark
...
Add benchmark script for testing clouds
2022-05-09 06:11:05 +03:00
Alexey Milovidov
d75829b7df
Add benchmark script for testing clouds
2022-05-09 04:05:32 +02:00
Alexey Milovidov
28c264c4c3
Merge pull request #37025 from ClickHouse/fix-benchmark
...
Fix benchmark build code
2022-05-09 03:14:23 +03:00
Alexey Milovidov
fa77040825
Fix benchmark build code
2022-05-09 02:11:58 +02:00
Alexey Milovidov
6216c1827f
Merge pull request #37020 from ucasfl/remove-code
...
remove useless code
2022-05-09 00:00:07 +03:00
fenglv
2cd0f2aaed
remove useless code
2022-05-08 16:50:13 +00:00
Alexey Milovidov
63483e1321
Merge pull request #36913 from ClickHouse/pair_tuple
...
Replace make_pair()/make_tuple() by pair()/tuple()
2022-05-08 19:08:27 +03:00
Alexey Milovidov
5bacfa2bae
Merge pull request #37016 from wuxiaobai24/fix_labels_check_ouput
...
fix output error in LabelsCheck
2022-05-08 18:43:15 +03:00
Alexey Milovidov
b97e751891
Merge pull request #37010 from ClickHouse/nickitat-patch-2
...
Try fix flaky test
2022-05-08 18:41:40 +03:00
Alexey Milovidov
3fc95add7e
Merge pull request #36979 from Avogar/finalize-write-buffers
...
Finalize write buffers in case of exception
2022-05-08 18:41:20 +03:00
alesapin
aad246f833
Update StorageReplicatedMergeTree.cpp
2022-05-08 16:40:41 +02:00
Alexey Milovidov
3755466e8d
Merge pull request #34916 from nic11/pr/content-type
...
Support content_type in HTTP handler config
2022-05-08 16:36:21 +03:00
Alexey Milovidov
333cbe4a3f
Merge pull request #34544 from danlark1/master
...
Inline threshold optimizations
2022-05-08 16:27:27 +03:00
alesapin
d4e0127b0a
Followup
2022-05-08 13:28:59 +02:00
alesapin
2f650366a6
Merge branch 'master' into better_delete_outdated_parts
2022-05-08 12:55:42 +02:00
Kseniia Sumarokova
fac59dfd97
Merge pull request #36998 from Vxider/removing-replacing-wv-transform
...
Removing ReplacingWindowColumnTransform in WindowView
2022-05-08 12:11:44 +02:00
Kseniia Sumarokova
b201d6d684
Merge pull request #36967 from Vxider/wv-fix-stuck
...
Fix stuck when drop source table in WindowView
2022-05-08 12:00:10 +02:00
Robert Schulze
7bef3843ce
Recommend syntactic sugar for better readability in code style
2022-05-08 08:44:22 +02:00
wuxiaobai24
d3dca101aa
fix labels check output error
2022-05-08 14:41:03 +08:00
Robert Schulze
5d460b7f29
Merge remote-tracking branch 'origin/master' into pair_tuple
2022-05-08 08:39:16 +02:00
Robert Schulze
b3988cbdf7
Revert "Replace make_pair()/make_tuple() by pair()/tuple()"
...
This reverts commit 447a9b3331
.
2022-05-08 08:38:10 +02:00
Robert Schulze
f18cb05574
Revert "More make_pair/tuple to pair/tuple"
...
This reverts commit 59086afc47
.
2022-05-08 08:37:39 +02:00