Commit Graph

90395 Commits

Author SHA1 Message Date
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
Azat Khuzhin
f1dfa65edf Do not use FORCE for set() in PreLoad.cmake
By using FORCE user will not be able to overwrite them.

It is true for CMAKE_GENERATOR, but FORCE for CMAKE_TOOLCHAIN_FILE is
no-op, since there is a check for CMAKE_TOOLCHAIN_FILE is not set
before.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-03 17:20:24 +03:00
vdimir
3bb0b286ea
git clean in docs-builder 2022-06-03 16:14:20 +02:00
Tyler Hannan
d48a91dc10
Add Amsterdam Meetup 2022-06-03 15:57:25 +02:00
Maksim Kita
8469e0d10d
ExecutableLambdaAdapter forward job and callback (#37830) 2022-06-03 15:54:47 +02:00
Nikita Mikhaylov
fe477355df
Added support for schema inference for hdfsCluster [2] (#35812) 2022-06-03 15:54:29 +02:00
vdimir
a351ed3208
Debugging docs check 2022-06-03 15:43:35 +02:00
Michael Lex
041b8f6a22
Fix bug in clickhouse-keeper: dead_session_check_period was passed as micros instead of millis. (#37824) 2022-06-03 15:35:45 +02:00
Vladimir C
f7b026f31e
Merge pull request #37825 from vdimir/contrib-trigger-false 2022-06-03 15:31:18 +02:00
Ilya Yatsishin
7e5ef97206
Space in {} shows it on final page 2022-06-03 15:16:42 +02:00
mergify[bot]
cabb420713
Merge branch 'master' into nickitat-patch-2 2022-06-03 13:10:05 +00:00
Anton Popov
3ace077401
Merge pull request #37695 from CurtizJ/replace-multiif-to-if
Replace `multiIf` to `if` in case of one condition
2022-06-03 14:56:43 +02:00
Nikita Taranov
e41b268cc1
Fix packager 2022-06-03 14:32:29 +02:00
Kruglov Pavel
c6574b15bc
Merge pull request #37787 from ClickHouse/revert-37785-revert-37760-fix-segfault-template-format
Revert "Revert "Fix possible segfault in schema inference""
2022-06-03 14:29:36 +02:00
Anton Popov
5cf2c67410
Merge branch 'master' into fix-mutations-again 2022-06-03 14:17:05 +02:00
vdimir
8228049687
Fix submodule changed label condition 2022-06-03 13:59:34 +02:00
Anton Popov
f592a802a1
Merge pull request #37482 from CurtizJ/json-new-serialization
Better binary serialization of `ColumnObject`
2022-06-03 13:29:19 +02:00
Robert Schulze
05f08357a9
Merge pull request #37764 from ClickHouse/like_with_trailing_backslash
Disallow LIKE patterns with trailing escape
2022-06-03 13:19:51 +02:00
Kruglov Pavel
ed3bc4328e
Merge pull request #37788 from ClickHouse/Avogar-patch-5
Ignore PART_IS_TEMPORARILY_LOCKED error in BC check
2022-06-03 13:09:04 +02:00
Alexey Milovidov
1529d47207
Merge pull request #34754 from ClickHouse/llvm-14
Switch to clang/llvm 14
2022-06-03 14:07:34 +03:00
Alexey Milovidov
de16784832
Merge pull request #37633 from ClickHouse/dump-column-structure-more-precise
More precise result of the `dumpColumnStructure` and `byteSize` miscellaneous functions
2022-06-03 14:05:20 +03:00
Vxider
420df1150a add timezone in test 2022-06-03 10:37:43 +00:00
Kseniia Sumarokova
9c0e838404
Merge pull request #37770 from Vxider/fix-empty-target-id
Fix empty target table id in WindowView
2022-06-03 11:23:35 +02:00
Ilya Yatsishin
48e662981c
Merge pull request #37497 from qoega/aarch64-perf
Try to run aarch64 performance tests
2022-06-03 10:52:36 +02:00
Nikolai Kochetov
bc166e4394
Merge pull request #37543 from ClickHouse/refactor-read-metrics-and-callbacks
Refactor read metrics and callbacks
2022-06-03 09:43:25 +02:00
Antonio Andelic
a72f03fdeb
Merge pull request #37705 from tonickkozlov/tonickkozlov/odbc-disable-connection-pooling
Add an option to disable connection pooling in ODBC bridge
2022-06-03 09:41:14 +02:00
Antonio Andelic
2e440529f8
Merge pull request #37806 from ClickHouse/cache-table-vector-to-array
Minor follow-up to cache table: std::{vector-->array}
2022-06-03 09:16:18 +02:00
Alexey Milovidov
ea89f81a78 Merge branch 'master' of github.com:ClickHouse/ClickHouse into llvm-14 2022-06-03 03:07:14 +02:00
Rich Raposa
567f98b1e4
Merge pull request #37784 from ClickHouse/rfraposa-patch-2
Remove H1 anchor tags from docs
2022-06-02 15:51:28 -06:00
Nikolai Kochetov
468c04ee66 Fix test. 2022-06-02 21:29:29 +00:00
Nikolai Kochetov
176af473c3 Fix build. 2022-06-02 19:38:47 +00:00
mergify[bot]
906182548b
Merge branch 'master' into refactor-read-metrics-and-callbacks 2022-06-02 18:30:21 +00:00
Vxider
d3c907cf12 log exception when fire 2022-06-02 18:22:48 +00:00
Vxider
1282d038cc delay schedule of windowview cleanup 2022-06-02 18:21:56 +00:00
Robert Schulze
657662d89f
Minor follow-up to cache table: std::{vector-->array} 2022-06-02 20:18:10 +02:00
Maksim Kita
3261134f6d
Merge pull request #37762 from den-crane/patch-13
Doc. Note about Map supported types
2022-06-02 19:26:26 +02:00
Maksim Kita
e8ab3e3395
Update tuple-map-functions.md 2022-06-02 19:25:59 +02:00
Maksim Kita
c651b873ee
Update map.md 2022-06-02 19:25:47 +02:00
Maksim Kita
0b40e05ffc
Merge pull request #37778 from kitaisreal/dictionaries-improve-logging-during-exception
Dictionaries improve exception messages
2022-06-02 19:16:07 +02:00
Nikolai Kochetov
8991f39412 Merge branch 'master' into refactor-read-metrics-and-callbacks 2022-06-02 17:00:08 +00:00
Nikolai Kochetov
00395e752e Cleanup 2022-06-02 16:59:14 +00:00
Alexey Milovidov
4387379090
Merge pull request #37745 from DevTeamBK/libxml2_upgrade
Upgrade libxml2 to 2.9.14
2022-06-02 18:39:09 +03:00
Sergei Trifonov
4d4374193c
Merge pull request #37800 from ClickHouse/array-high-order-func-docs
Improve high-order array functions descriptions
2022-06-02 17:21:04 +02:00
Sergei Trifonov
1efd59f0b9
Improve high-order array functions descriptions 2022-06-02 17:16:25 +02:00
Alexander Tokmakov
58f8c87265
Merge pull request #36937 from bigo-sg/fix_settings
Fix overrided settings: normalize_function_names
2022-06-02 17:45:17 +03:00
rfraposa
c174eaa039 Update _category_.yml 2022-06-02 08:41:40 -06:00
Sergei Trifonov
eac73308cc
Merge pull request #37639 from ClickHouse/serxa-patch-1
Fix misleading arrayCount function description
2022-06-02 16:39:02 +02:00
HeenaBansal2009
e3080f2a97 Merge remote-tracking branch 'origin' into Fix-all-CheckTriviallyCopyableMove-Errors 2022-06-02 07:30:08 -07:00
Ilya Yatsishin
0650f7538d fix style 2022-06-02 16:17:25 +02:00