Varinara
6aa9e5d649
Fixe: allow config path at any position
2022-06-06 16:52:58 +03:00
Varinara
e35d1460bf
Corrections
2022-06-06 16:52:58 +03:00
Varinara
a330d3cb4a
Corrections
2022-06-06 16:52:58 +03:00
Varinara
f5d4e9ccc1
Corrections
2022-06-06 16:52:58 +03:00
Varinara
354ef2e3b8
Corrections
2022-06-06 16:52:58 +03:00
Varinara
51409703e0
Corrections
2022-06-06 16:52:58 +03:00
Varinara
ed6e8176fe
Add basic commands for disk tool (list-disks, list, move, remove, link, copy, read, write) + tests
2022-06-06 16:52:58 +03:00
Nickita Taranov
9fd9836237
update other files
2022-06-06 15:31:20 +02:00
Nickita Taranov
90f023d65f
impl
2022-06-06 13:09:48 +02:00
Vxider
acda04a3d4
do not drop inner target table when alter windowview
2022-06-06 05:06:02 +00:00
Robert Schulze
e39e5adf74
Merge pull request #37796 from azat/default-clang
...
Use clang compiler by default and cleanup cmake preload
2022-06-05 20:37:35 +02:00
Robert Schulze
2d87af2a15
Merge pull request #37647 from DevTeamBK/Fix-all-CheckTriviallyCopyableMove-Errors
...
Fix errors of CheckTriviallyCopyableMove type
2022-06-05 19:58:47 +02:00
Igor Nikonov
13149dc094
Minor cleanup
2022-06-05 14:31:07 +00:00
Alexey Milovidov
a403f1cd1b
Update CHANGELOG.md
2022-06-05 15:01:25 +03:00
alesapin
959fd2150c
Merge pull request #37829 from ClickHouse/nickitat-patch-2
...
Fix build (packager)
2022-06-05 13:48:41 +02:00
mergify[bot]
ba5df6a8f9
Merge branch 'master' into nickitat-patch-2
2022-06-04 18:04:53 +00:00
Vxider
d4f0e8d4c2
update code style
2022-06-04 17:14:42 +00:00
Vxider
1f10276686
fire and clean only when data inserted
2022-06-04 16:55:46 +00:00
Alexey Milovidov
295f0a0557
Update gui.md
2022-06-04 14:41:42 +03:00
Alexey Milovidov
fd14d168df
Merge pull request #37635 from kl7sn/master
...
add clickvisual intro
2022-06-04 14:36:43 +03:00
Alexey Milovidov
b81a92ca8d
Merge pull request #37836 from vdimir/fix-doc-check
...
Fix docs check (remove git clean for yarn.lock)
2022-06-04 14:31:33 +03:00
Alexander Tokmakov
a51978a4e0
Merge pull request #37846 from ClickHouse/hotfix_for_func_tests2
...
Hotfix for minio in functional tests 2
2022-06-04 13:57:53 +03:00
Vladimir Chebotarev
31e316dcb2
Review and build fixes.
2022-06-04 03:42:17 +03:00
Alexey Milovidov
f860407af5
Merge pull request #37777 from ClickHouse/avx512_tail_zero
...
Use multitarget framework for numZerosInTail implementation
2022-06-04 01:46:56 +03:00
Alexander Tokmakov
1ab5dcae38
fix for aarch64
2022-06-03 23:49:06 +02:00
Alexander Tokmakov
ddd1ae5fe8
Merge pull request #37845 from ClickHouse/hotfix_for_func_tests
...
Hotfix for minio in functional tests
2022-06-04 00:47:18 +03:00
Alexander Tokmakov
c21783273f
fix
2022-06-03 21:58:58 +02:00
Alexander Tokmakov
66f8c69c15
fix
2022-06-03 21:53:44 +02:00
HeenaBansal2009
4cb561b070
Fix new warning from BuilderBinTidy
2022-06-03 11:47:36 -07:00
Alexander Tokmakov
5916633344
hotfix for minio in functional tests
2022-06-03 20:47:26 +02:00
Vladimir Chebotarev
c8cae1d9dc
Added a test and fixed exponentialTimeDecayedMax
.
2022-06-03 20:58:35 +03:00
Kseniia Sumarokova
7632de911d
Merge pull request #37807 from Vxider/deley-cleanup
...
Delay schedule of the cleaning task in WindowView
2022-06-03 19:48:57 +02:00
Maksim Kita
b4cc8ce22b
Fixed style check
2022-06-03 18:06:59 +02:00
Maksim Kita
23b92cbe10
Fixed style check
2022-06-03 18:06:59 +02:00
Maksim Kita
d14193b3ad
Executable user defined functions extract parameters name and type from command value
2022-06-03 18:06:59 +02:00
Maksim Kita
c4da2540e9
Added integration tests
2022-06-03 18:06:59 +02:00
Maksim Kita
549a55e4a2
Added functional tests
2022-06-03 18:05:37 +02:00
Maksim Kita
6c5ec68a7c
Executable user defined functions support parameters
2022-06-03 18:05:37 +02:00
Maksim Kita
3fd8294907
Fixed style check
2022-06-03 18:05:09 +02:00
Azat Khuzhin
c29768325c
Print query in one line on fatal errors
...
executeQuery() logging query without new lines in SQL, and it is useful,
since you can grep and see the whole query (usually).
So let's use the same in fatal error handler to make CI reports more
informative.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 18:55:53 +03:00
Vladimir Chebotarev
e80c8e15e6
Fixed the bug.
2022-06-03 18:44:24 +03:00
Vladimir Chebotarev
c6736e9463
Draft.
2022-06-03 18:44:24 +03:00
Vladimir Chebotarev
ad1402d1eb
Draft.
2022-06-03 18:44:24 +03:00
Maksim Kita
6db5c08fde
Functions dictGetChildren, dictGetDescendants added support for nullable parent key
2022-06-03 17:36:16 +02:00
Maksim Kita
a0cbbd9edc
Hierarchical Cache, Direct dictionaries added support for nullable parent key
2022-06-03 17:21:55 +02:00
Alexander Tokmakov
084dd6f3c2
Merge pull request #37767 from excitoon-favorites/removeperrequestconfigurationfromawssdkcpp
...
Moved `ClientConfigurationPerRequest` to ClickHouse
2022-06-03 17:42:50 +03:00
Azat Khuzhin
7220fd296f
Surround ENV{} in quotes in PreLoad.cmake
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 17:30:43 +03:00
Azat Khuzhin
6647333f5f
Do not set clang as default if CC/CXX env is set
...
Since some build systems may change the compiler via those env
variables.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 17:29:41 +03:00
Azat Khuzhin
4bb3ad1b19
Print *_FLAGS_INIT in case of error in cmake preload
...
Otherwise question may pops up, "what is wrong in my env?"
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 17:27:05 +03:00
Azat Khuzhin
6adf10b458
Use clang compiler by default (via cmake preload)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 17:20:24 +03:00