Commit Graph

88515 Commits

Author SHA1 Message Date
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
Robert Schulze
e8809e9f86
Revert "Complain about std::make_pair/tuple (check-style)"
This reverts commit 3a4da94126.
2022-05-08 08:36:05 +02:00
Robert Schulze
a6e22c9379
Revert "Mention suppression in stylecheck error + document in style guide"
This reverts commit ef0d9ca468.
2022-05-08 08:35:10 +02:00
alesapin
46712f1d98 Fix forgotten parts in cleanup thread 2022-05-08 00:53:55 +02:00
Alexey Milovidov
8e8faa3180
Update DataTypesDecimal.h 2022-05-08 01:15:54 +03:00
Alexey Milovidov
9b5cc2e708
Merge pull request #37002 from ClickHouse/bigo-sg-remind_for_external_option
Merging #34765
2022-05-08 01:11:37 +03:00
Alexey Milovidov
421469849a
Merge pull request #35272 from CurtizJ/minor-renames
Minor renames
2022-05-08 01:10:12 +03:00
Alexey Milovidov
3a2ddac2e6
Merge pull request #33861 from RogerYK/fix-substring-negative-offset-length
Fix substring negative offset length
2022-05-08 01:09:36 +03:00
Alexey Milovidov
61ac08d3cd
Merge pull request #37009 from ClickHouse/remove-testflows
Remove obsolete code
2022-05-08 00:53:25 +03:00
mergify[bot]
ac5e69d940
Merge branch 'master' into dump_ordered_sessions_map 2022-05-07 21:17:23 +00:00
Nikita Taranov
713c603440
Try fix flaky test 2022-05-07 22:14:58 +02:00
Ilya Yatsishin
47edcdcb1b
Merge pull request #37006 from ClickHouse/alexey-milovidov-patch-4 2022-05-07 20:22:06 +02:00
Alexey Milovidov
867ae3f251 Remove obsolete code 2022-05-07 20:13:30 +02:00
Alexey Milovidov
26520ee892
Remove CodeQL 2022-05-07 20:56:51 +03:00
Vxider
aab6b1e8b5 update code style 2022-05-07 17:33:42 +00:00
BoloniniD
aa21a8925f Fixes 2022-05-07 17:08:40 +03:00
alesapin
a17e8fabec
Merge pull request #36978 from ClickHouse/installation-id
Fix installation_id filter, minimize docker images diff
2022-05-07 15:45:31 +02:00
alesapin
e54e33a6df I'm not ready for 3-way comparison 2022-05-07 15:33:34 +02:00
Vitaly Baranov
69bec2f377 Users without assigned row policies can view rows now. 2022-05-07 14:50:24 +02:00
Alexander Tokmakov
2f9e7d2d0f
Update 01293_show_clusters.sql 2022-05-07 15:33:54 +03:00
Alexey Milovidov
acf48ef933
Merge pull request #36456 from dzhiryakov/patch-1
Fix typo in LowCardinality doc
2022-05-07 15:33:51 +03:00
Alexey Milovidov
f1ab4e830e
Update Field.h 2022-05-07 15:12:09 +03:00
Alexey Milovidov
c422e39c41
Update formatReadableTimeDelta.cpp 2022-05-07 15:11:48 +03:00
Alexey Milovidov
d6a5f20e6d
Update reinterpretAs.cpp 2022-05-07 15:10:16 +03:00
Alexey Milovidov
8712b4d488
Update reinterpretAs.cpp 2022-05-07 15:09:36 +03:00
Alexey Milovidov
fdbb5b75b2
Merge branch 'master' into minor-renames 2022-05-07 14:18:50 +03:00
Alexey Milovidov
db5fd6ffb2
Update 02185_arraySlice_negative_offset_size.sql 2022-05-07 13:51:15 +03:00
Alexey Milovidov
769ad4c55d
Update 02185_arraySlice_negative_offset_size.sql 2022-05-07 13:51:01 +03:00
Alexey Milovidov
43b2664c87
Update array-functions.md 2022-05-07 13:49:03 +03:00
Alexey Milovidov
fd363695dc
Update array-functions.md 2022-05-07 13:48:11 +03:00
Alexey Milovidov
40c049b0c9
Update bit-functions.md 2022-05-07 13:47:15 +03:00
Alexey Milovidov
0cac59a9f9
Update string-functions.md 2022-05-07 13:46:17 +03:00
Alexey Milovidov
a121155f0a Fix conflict 2022-05-07 12:38:30 +02:00
Alexey Milovidov
1bdc51a496 Merge branch 'remind_for_external_option' of github.com:bigo-sg/ClickHouse into bigo-sg-remind_for_external_option 2022-05-07 12:36:57 +02:00
mergify[bot]
2d1057bc87
Merge branch 'master' into fix-substring-negative-offset-length 2022-05-07 10:30:39 +00:00
Alexey Milovidov
4eac661588
Merge branch 'master' into master 2022-05-07 13:21:59 +03:00
Alexey Milovidov
b2945766d0
Merge pull request #36988 from ClickHouse/handle-nullable-numbers-in-play-ui
Correct styling of Nullable numbers in PlayUI
2022-05-07 13:06:25 +03:00
Alexey Milovidov
854338d1c8
Merge pull request #36996 from brandonJY/patch-1
update missing database name for hits_100m_obfuscated
2022-05-07 13:05:24 +03:00
Alexey Milovidov
5244065cdb
Update metrica.md 2022-05-07 13:04:46 +03:00
Kseniia Sumarokova
0f5f75a784
Merge pull request #36887 from kssenii/fix-current-size-count-in-cache
Fix current size count in cache
2022-05-07 11:45:20 +02:00