Commit Graph

78482 Commits

Author SHA1 Message Date
Nikita Mikhaylov
696c871e47
Add ubsan suppression for protobuf (#31835) 2021-11-26 11:36:36 +03:00
Vladimir Chebotarev
fae71279e7
Windowed time decay functions (#29799) 2021-11-26 11:29:26 +03:00
Nikolai Kochetov
260928cb95
Merge pull request #31724 from ClickHouse/add-another-ci-database
Try to push data into another ci database.
2021-11-26 11:22:56 +03:00
Raúl Marín
c346708f31 Make count performance tests longer 2021-11-26 09:06:37 +01:00
Kseniia Sumarokova
c786c0a52a
Merge pull request #31749 from kssenii/clickhouse-dictionary-conf
ClickHouse dictionary source support named collections
2021-11-26 10:55:03 +03:00
Nikolai Kochetov
bda8cb6b7e
Merge pull request #31805 from ClickHouse/fix-31349
Check time limit sending data for global in.
2021-11-26 10:41:13 +03:00
alesapin
3562264404
Merge pull request #31803 from ClickHouse/faster_tests
Shorter stress and fuzzer tests
2021-11-26 10:17:26 +03:00
Tatiana Kirillova
2adeb353d2
Update docs/en/operations/utilities/clickhouse-format.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-26 10:12:56 +03:00
Azat Khuzhin
5fafeea763 Recreate system.*_log tables in case of different engine/partition_by.
- Mark getCreateTableQuery() non virtual to call it from ctor
- Make check for CREATE TABLE simpler (by caching result)
- Extend error message.

v2: at SystemLog tables has not been initialized yet, so SHOW CREATE
cannot be obtained for the existing table, move the check to the
prepareTable() call.
v3: reset UUID and SETTINGS of MergeTree in CREATE TABLE query
v4: fix re-creating table with the same UUID
2021-11-26 10:05:20 +03:00
Azat Khuzhin
89d2270e1d Add ability to reset any type of AST 2021-11-26 10:05:20 +03:00
Alexey Milovidov
3ecd672007 Even more reproducible builds 2021-11-26 05:58:43 +03:00
Alexey Milovidov
b72c490efd Even more reproducible builds 2021-11-26 05:56:08 +03:00
Alexey Milovidov
a9c2f38281 Even more reproducible builds 2021-11-26 05:49:51 +03:00
Alexey Milovidov
79f6f5a202 More reproducible builds 2021-11-26 05:44:08 +03:00
Alexey Milovidov
06c760409b Addition 2021-11-26 05:26:00 +03:00
loneylee
56307bb2fa issue #29730 2021-11-26 10:05:31 +08:00
loneylee
a602547d21
Merge pull request #4 from ClickHouse/master
Update
2021-11-26 10:02:21 +08:00
Alexey Milovidov
b80f849b93 Reproducible builds 2021-11-26 04:55:17 +03:00
alexey-milovidov
26f72033f2
Update build.md 2021-11-26 03:59:13 +03:00
alexey-milovidov
16ff5c0b3e
Merge pull request #31834 from ClickHouse/check-bad-file-names
Forbid files that differ only by character case
2021-11-26 03:10:06 +03:00
Denis Glazachev
a36f7abc56 Do not update FOLDER property on aliased targets 2021-11-26 02:04:11 +03:00
Denis Glazachev
a0f2c69cf1 Allow AppleClang conditionally 2021-11-26 02:03:31 +03:00
Denis Glazachev
e41ed7cc6e Fix GCC compilation in macOS 2021-11-26 02:03:04 +03:00
Alexey Milovidov
ba74a268a4 Forbid files that differ only by character case 2021-11-26 01:27:56 +03:00
Nikita Mikhaylov
619ad46340
Fix oss-fuzz build (#31818) 2021-11-26 01:14:34 +03:00
Azat Khuzhin
1c7aaa5fbe Cover query_views_log 2021-11-26 01:13:55 +03:00
Azat Khuzhin
f0628073bb Use comments that can be parsed by clang-tidy in ThreadStatus::initQueryProfiler() 2021-11-26 01:13:55 +03:00
Azat Khuzhin
ee0258e128 Add sanity check into ThreadStatus::disableProfiling() 2021-11-26 01:13:55 +03:00
Azat Khuzhin
2840405c8a Fix typo in ThreadStatus::query_profiler_enabled 2021-11-26 01:13:55 +03:00
kssenii
223048d395 Merge branch 'master' of github.com:ClickHouse/ClickHouse into vxider-window-view 2021-11-26 01:06:06 +03:00
kssenii
c28acefaa7 Add timezones to tests 2021-11-26 01:01:19 +03:00
alexey-milovidov
51a0d6c2f3
Update json-functions.md 2021-11-26 00:20:37 +03:00
alexey-milovidov
6b8f7ad03f
Merge pull request #31798 from ClickHouse/fix-31748
Fix stylecheck for tests/ci/push_to_artifactory.py
2021-11-26 00:11:32 +03:00
Alexey Milovidov
6bf2a986c2 Add a test 2021-11-25 23:56:29 +03:00
Alexey Milovidov
85cec911be Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
alexey-milovidov
e30a4c4026
Update PreLoad.cmake 2021-11-25 23:53:50 +03:00
alexey-milovidov
6017b982d9
Merge pull request #31780 from Algunenano/fix_performance_report_queries
Improve how queries are output in the performance dashboard
2021-11-25 22:57:29 +03:00
Anton Popov
645c4958cd
disable uncompressed cache 2021-11-25 22:54:04 +03:00
Anton Popov
c3f076fd84 fix reading with uncompressed cache 2021-11-25 21:20:03 +03:00
Tatiana Kirillova
8931958e78 Formatting a query 2021-11-25 21:04:01 +03:00
Dmitriy
54ca7d70d7 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14783-document_the_mysql_settings 2021-11-25 20:06:10 +03:00
Dmitriy
fa58baa11c Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-18731-add_customseparatedwithnames_and_customseparatedwithnamesandtypes_formats 2021-11-25 20:04:31 +03:00
Dmitriy
94d43d9520 Translate to Russian
Выполнил перевод на русский язык.
2021-11-25 19:59:14 +03:00
alesapin
55b9724fe7
Merge pull request #31821 from ClickHouse/fix_sender_check
Fix check in approve lambda
2021-11-25 19:26:32 +03:00
alesapin
bc5dcaf59c Fix check in approve lambda 2021-11-25 19:25:29 +03:00
Maksim Kita
1fa57c96b2 FunctionsExternalDictionaries removed areTypesEqual 2021-11-25 19:06:37 +03:00
Mikhail f. Shiryaev
4c6df59f52
Fix style check 2021-11-25 17:06:37 +01:00
alesapin
8a418aee9b More lightweight tests 2021-11-25 18:58:39 +03:00
alesapin
71ae890c59
Merge pull request #31544 from azat/ci-actions-fixes
Remove duplicated not compressed logs from CI (actions)
2021-11-25 18:43:44 +03:00
Nikolai Kochetov
8a92202c55 Chack time limit sending data for global in. 2021-11-25 18:41:50 +03:00