Alexey Milovidov
2c88e914d7
Update roadmap. Also revert digital degradation due to accidential changes with automatic scripts.
2020-04-14 02:24:56 +03:00
alexey-milovidov
b8be585595
Merge pull request #10237 from ClickHouse/akz/mutations-to-correctly-handle-lambdas
...
ALTER UPDATE/DELETE on Replicated* storages: Fixed "Unknown function lambda." error
2020-04-14 01:32:38 +03:00
alexey-milovidov
9de981d8d3
Merge pull request #10052 from Vxider/mv_parallel_insert
...
Enable parallel INSERT for materialized view
2020-04-14 01:30:44 +03:00
alexey-milovidov
2219f05139
Merge pull request #10235 from ClickHouse/fix_range_hashed_ddl_dictionaries
...
Fix 'Cannot add column' in DDL dictionary
2020-04-14 01:28:24 +03:00
Alexander Kuzmenkov
7c6a0c27e7
simple backport script
2020-04-14 01:05:05 +03:00
Konstantin Lebedev
a7c5f622ea
Add string_utils for tests/zookeeper_impl.cpp
2020-04-14 00:27:54 +03:00
Alexander Kuzmenkov
29bb9f6665
simple backport script
2020-04-14 00:16:23 +03:00
Alexander Kuzmenkov
1d843df1f3
Changelog for v20.3.5.21
2020-04-13 23:43:23 +03:00
Alexander Kazakov
d480707c12
Fixed clang build + tweaked comment
2020-04-13 23:02:44 +03:00
Avogar
e46322fcef
Update MsgPack input format.
2020-04-13 22:33:02 +03:00
Alexander Kuzmenkov
def6817ede
Update compare.sh
2020-04-13 22:06:07 +03:00
alexey-milovidov
45e85724a6
Update MutationsInterpreter.cpp
2020-04-13 21:33:25 +03:00
Alexander Kazakov
0aa4c85602
Fixed style checker complaint
2020-04-13 20:04:17 +03:00
Nikolai Kochetov
eacc04fc5c
Fix race after cancel of RemoteBlockInputStream.
2020-04-13 19:33:15 +03:00
Alexander Kazakov
e05e2c7628
Fixed check for nondeterministic functions to handle lambdas correctly
2020-04-13 17:34:11 +03:00
alesapin
9cc7d0f06a
Fix 'Cannot add column' error while creating range_hashed dictionary using DDL queries
2020-04-13 17:34:01 +03:00
alexey-milovidov
396360cd90
Merge pull request #10209 from ClickHouse/akz/fix_segfault_in_system_tables
...
Fix N.P. segfault in StorageSystemTables for database engine "Lazy"
2020-04-13 16:33:27 +03:00
alexey-milovidov
d1c436788b
Merge pull request #10206 from ClickHouse/fix-limit-with-infinite-sources
...
Fix limit with infinite sources
2020-04-13 16:32:02 +03:00
alexey-milovidov
6de28bd5d6
Merge pull request #10222 from ClickHouse/system-log-refactoring
...
Small refactoring of SystemLogs
2020-04-13 16:27:54 +03:00
alexey-milovidov
3861537349
Merge pull request #10219 from ClickHouse/generate-random-nested
...
Implement "generateRandom" function for Nested types.
2020-04-13 16:26:28 +03:00
alexey-milovidov
eedb5a3e3d
Merge pull request #10218 from ClickHouse/fix-generate-random-date
...
Fixed "generateRandom" function for Date type
2020-04-13 16:26:08 +03:00
Alexander Kuzmenkov
8be5a1f0a5
simple backport script
2020-04-13 15:54:09 +03:00
Alexander Kuzmenkov
204a6b2b8c
simple backport script
2020-04-13 15:42:15 +03:00
Alexander Kuzmenkov
6bd80a357b
simplified backport script
2020-04-13 15:00:36 +03:00
Ivan
91e9a543d4
Support new vXX-backported labels ( #10231 )
2020-04-13 14:20:13 +03:00
Nikolai Kochetov
9a9bedc8cc
Fix test for streams.
2020-04-13 12:02:50 +03:00
Nikolai Kochetov
29fc8f145b
Fix tests in debug.
2020-04-13 11:50:14 +03:00
Ivan Blinkov
210a829774
Merge pull request #10228 from ClickHouse/dependabot/pip/docs/tools/nltk-3.5
...
Bump nltk from 3.4.5 to 3.5 in /docs/tools
2020-04-13 11:24:06 +03:00
Ilya Yatsishin
f1fbd60442
Add instana
2020-04-13 11:16:20 +03:00
dependabot-preview[bot]
f7f0202633
Bump nltk from 3.4.5 to 3.5 in /docs/tools
...
Bumps [nltk](https://github.com/nltk/nltk ) from 3.4.5 to 3.5.
- [Release notes](https://github.com/nltk/nltk/releases )
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog )
- [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:04:57 +00:00
Konstantin Lebedev
df28eca407
Add test for communication between ClickHouse and Zookeeper over SSL
2020-04-13 10:49:16 +03:00
Alexey Milovidov
c7eaaaf7fe
Small refactoring of SystemLogs
2020-04-13 04:33:05 +03:00
alexey-milovidov
4a83e85893
Merge pull request #10213 from ClickHouse/remove-old-bugs
...
Remove obsolete tests from "bugs" directory
2020-04-13 03:18:40 +03:00
Azat Khuzhin
87e77ba638
Add log_queries_min_type to filter which entries will be written to query_log
...
Can be used to write into query_log only failed queries (i.e. on memory
exceeded error), by using:
set log_queries_min_type='EXCEPTION_WHILE_PROCESSING'
2020-04-13 02:29:32 +03:00
alexey-milovidov
6eed76d5fb
Merge pull request #10217 from ClickHouse/convert-types-in-views
...
Convert types in Views
2020-04-13 02:24:02 +03:00
alexey-milovidov
8f040683e4
Merge pull request #10214 from ClickHouse/fix-parse-date-time-best-effort-rfc-2822-tue-thu
...
Fix "parseDateTimeBestEffort" for strings in RFC-2822 when day of week is Tuesday or Thursday
2020-04-13 02:23:21 +03:00
Alexey Milovidov
0cf882f4df
Update test
2020-04-13 02:20:49 +03:00
Alexey Milovidov
8ad89a82d4
Support Nested types in "generateRandom"
2020-04-13 02:08:32 +03:00
Alexey Milovidov
a517111259
Added one more test
2020-04-13 01:30:10 +03:00
Alexey Milovidov
860e9092f1
Fixed another inconsistency in partition names
2020-04-13 01:25:41 +03:00
Alexey Milovidov
d1eaa34cd9
Added a test
2020-04-13 01:00:10 +03:00
Alexey Milovidov
4788eb3423
Make the assertion in code consistent with the real partition expression
2020-04-13 01:00:03 +03:00
Avogar
9860ffee51
Add MsgPack performance test
2020-04-13 00:59:28 +03:00
Alexey Milovidov
3215257a90
Fixed "generateRandom" function for Date type #9973
2020-04-13 00:27:11 +03:00
Avogar
d49dc5c008
Add test
2020-04-13 00:16:27 +03:00
Alexey Milovidov
983950d4ec
Convert types in Views
2020-04-13 00:07:11 +03:00
Avogar
b9931863ef
Fix FixedString packing
2020-04-13 00:01:17 +03:00
Alexey Milovidov
ceb5c1964a
Update cctz just in case #10211
2020-04-12 23:48:51 +03:00
alexey-milovidov
bc00e6463a
Merge pull request #10053 from azat/log_queries_type
...
Add log_queries_min_type to filter which entries will be written to query_log
2020-04-12 23:37:42 +03:00
Alexey Milovidov
20dcc4decd
Fixed build on FreeBSD according to the advice from Vitaly @hellvesper
2020-04-12 23:05:58 +03:00