Maksim Kita
|
6017d1a034
|
Updated CachedDictionary to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
cd6ec3234e
|
Updated DirectDictionary to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
cc767d4f2e
|
Updated HashedDictionary to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
d61e8c083b
|
Updated RangeHashedDictionary to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
d92d843e20
|
Fixed compile issue
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
8bd98ae432
|
Remove previous interface enum
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
f24a8eadb2
|
Updated ComplexKeyHashed dictionary to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
d16a572eee
|
Updated IDictionaryBase interface
|
2021-01-27 16:25:26 +03:00 |
|
Maksim Kita
|
7a2f6cd5b9
|
Dictionaries refactoring to new interface
|
2021-01-27 16:25:26 +03:00 |
|
Vitaliy Zakaznikov
|
085e8c7825
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into updated-testflows-aes-encryption-tests-limit-encrypt-data-types
|
2021-01-27 08:21:57 -05:00 |
|
Vitaliy Zakaznikov
|
79cc2e4c1c
|
Updating AES encryption SRS.
Adding test for LowCardinality(FixedString(N)) data type for plaintext.
|
2021-01-27 08:20:44 -05:00 |
|
alexey-milovidov
|
3296ad29e2
|
Merge pull request #19676 from azat/clickhouse-test-fix
clickhouse-test tiny cleanup
|
2021-01-27 15:12:18 +03:00 |
|
alesapin
|
5622e6daa6
|
Fix rare max_number_of_merges_with_ttl_in_pool limit overrun for non-replicated MergeTree
|
2021-01-27 14:56:12 +03:00 |
|
alesapin
|
4a6aef5421
|
Merge branch 'debug/test_concurrent_ttl_merges' of https://github.com/qoega/ClickHouse into fix_flaky_test_multiple_ttl
|
2021-01-27 14:51:55 +03:00 |
|
Nikolai Kochetov
|
fc614d03c1
|
Update 01666_merge_tree_max_query_limit.reference
|
2021-01-27 14:37:13 +03:00 |
|
Nikolai Kochetov
|
99a0401c82
|
Update 01666_merge_tree_max_query_limit.sh
|
2021-01-27 14:36:55 +03:00 |
|
Nikolai Kochetov
|
2a626f63e6
|
Fix reference file
|
2021-01-27 14:24:46 +03:00 |
|
Vitaly Baranov
|
4706c17a99
|
Merge pull request #19512 from olgarev/revolg-DOCSUP-5917-Multiple_names
DOCSUP-5917: Multiple names
|
2021-01-27 14:16:17 +03:00 |
|
Vitaly Baranov
|
6c75197039
|
Merge pull request #19488 from olgarev/revolg-DOCSUP-5917-SHOW_ACCESS_statement
DOCSUP-5917: Docs for SHOW ACCESS statement
|
2021-01-27 14:14:16 +03:00 |
|
Nikolai Kochetov
|
2e2f4066b3
|
Update test.
|
2021-01-27 14:12:21 +03:00 |
|
Nikolai Kochetov
|
d13ec0d909
|
Fix crash after mergine ActionsDAG.
|
2021-01-27 14:10:09 +03:00 |
|
alexey-milovidov
|
5e54c9742f
|
Merge pull request #19683 from ClickHouse/mysql-compatibility
Merging #19387
|
2021-01-27 13:48:26 +03:00 |
|
alexey-milovidov
|
c3828a1fb2
|
Merge pull request #19660 from CurtizJ/sync-directory
Better abstractions in disk interface
|
2021-01-27 13:47:53 +03:00 |
|
alesapin
|
6fc39b10d3
|
Spelling
|
2021-01-27 13:11:48 +03:00 |
|
alesapin
|
01c8b9e1b1
|
Fix rare bug when some replicated operations (like mutation) cannot process some parts after data corruption
|
2021-01-27 13:07:18 +03:00 |
|
Maksim Kita
|
5baa981ed4
|
Merge pull request #19682 from bharatnc/ncb/fix-table-function-doc
Docs - fixes the docs for table function
|
2021-01-27 13:00:19 +03:00 |
|
Yatsishin Ilya
|
d21d838604
|
No more dicttoxml with excessive logs
|
2021-01-27 12:50:11 +03:00 |
|
Nikolai Kochetov
|
e3ac2639d2
|
Merge pull request #19648 from ClickHouse/fix-merge-join-constants
Fix merge join constants
|
2021-01-27 12:49:27 +03:00 |
|
Maksim Kita
|
bd81f43ecb
|
Merge pull request #19672 from ClickHouse/bigint-remove-old-code
Remove old code for BigInt.
|
2021-01-27 11:28:45 +03:00 |
|
Maksim Kita
|
3f0b0287da
|
Merge pull request #19678 from kitaisreal/dictionary-better-error-message-during-attribute-parsing
Dictionary better error message during attribute parsing
|
2021-01-27 11:28:03 +03:00 |
|
alesapin
|
bfbb2c5943
|
Add missing argument (clickhouse-test)
|
2021-01-27 10:22:58 +03:00 |
|
alesapin
|
784ff75d55
|
Merge pull request #19661 from ClickHouse/fix_obvious_deadlock_in_testkeeper
Fix deadlock in testkeeper
|
2021-01-27 10:09:11 +03:00 |
|
Vladimir Chebotarev
|
afdea5eff0
|
Changed handling of PocoHTTPClientConfiguration in order to ensure AWS SDK is initialized.
|
2021-01-27 09:38:35 +03:00 |
|
yiguolei
|
6693f77c32
|
fix code style
|
2021-01-27 13:56:36 +08:00 |
|
benbiti
|
d707055ed6
|
update FINAL with max_final_threads setting to cn
|
2021-01-27 13:56:20 +08:00 |
|
Azat Khuzhin
|
0a1fd29ee6
|
Add current_database = currentDatabase() filter for tests with query_log/query_thread_log
|
2021-01-27 08:06:15 +03:00 |
|
guoleiyi
|
9d086f445d
|
Should fail ddl query as soon as possible if table is shutdown
|
2021-01-27 10:58:07 +08:00 |
|
Alexey Milovidov
|
fe2e38bf8c
|
Skip two tests in Arcadia because it builds without base64
|
2021-01-27 05:09:30 +03:00 |
|
Alexey Milovidov
|
16b7a0e8ad
|
Merge branch 'master' into mysql-compatibility
|
2021-01-27 05:07:30 +03:00 |
|
alexey-milovidov
|
9dd33c61e0
|
Merge pull request #19680 from ClickHouse/remove-outdated-index-granularity
Remove outdated index_granularity from docs
|
2021-01-27 04:54:18 +03:00 |
|
Alexey Milovidov
|
48b4d98b21
|
Amend
|
2021-01-27 04:48:41 +03:00 |
|
alexey-milovidov
|
2028228f4b
|
Merge pull request #18684 from amosbird/betterwith
better CTE and with global
|
2021-01-27 04:33:17 +03:00 |
|
Alexey Milovidov
|
a6f5f40a65
|
Merge branch 'master' into disable-checksums-on-read
|
2021-01-27 04:09:00 +03:00 |
|
Alexey Milovidov
|
3562250594
|
Remove outdated index_granularity from docs
|
2021-01-27 03:58:48 +03:00 |
|
Anton Popov
|
09e5bdd1ef
|
fix style check
|
2021-01-27 03:57:28 +03:00 |
|
Anton Popov
|
b15848e2f0
|
Update IDisk.h
|
2021-01-27 03:32:18 +03:00 |
|
Alexander Kuzmenkov
|
0d69249c56
|
typo
|
2021-01-27 03:27:40 +03:00 |
|
Alexander Kuzmenkov
|
83cfdde6d9
|
RANGE frame works in some cases
|
2021-01-27 03:08:15 +03:00 |
|
Olga Revyakina
|
22a0354d2a
|
Wrong syntax fixed
|
2021-01-27 01:40:14 +03:00 |
|
Maksim Kita
|
e0dc6f9417
|
Dictionary better error message during attribute parsing
|
2021-01-27 00:50:23 +03:00 |
|