Alexander Kuzmenkov
d5ada06d7f
Update msan_suppressions.txt
2020-03-26 04:40:25 +03:00
Alexey Milovidov
48dc513c5a
Added performance test for the case of extremely slow analysis of array of tuples
2020-03-26 00:00:51 +03:00
Alexey Milovidov
59b4350957
Removed debug output
2020-03-25 23:41:31 +03:00
Alexey Milovidov
d549bbe0a6
Fixed bug #9403
2020-03-25 23:37:10 +03:00
Alexey Milovidov
b42748fd08
Added a test #9403
2020-03-25 23:36:45 +03:00
alesapin
7691043df9
Fix integration test
2020-03-25 23:16:56 +03:00
Alexey Milovidov
fc68ba0540
Remove useless code, part 4
2020-03-25 23:12:32 +03:00
Alexey Milovidov
2d51c8ac4e
Remove useless code
2020-03-25 23:06:27 +03:00
Alexey Milovidov
2bfaee37b7
Style
2020-03-25 22:50:18 +03:00
Alexey Milovidov
33f1ee4ae6
Added comments within my understanding of the algorithm
2020-03-25 22:44:16 +03:00
Alexey Milovidov
279ff96b19
Remove strange code, part 2
2020-03-25 22:19:49 +03:00
Alexey Milovidov
61778d2c03
Remove strange code
2020-03-25 22:14:29 +03:00
Alexey Milovidov
24e825e98b
Returned trivial algorithm for debugging
2020-03-25 22:10:13 +03:00
Alexey Milovidov
5d2d26604c
Removed strange code, part 2
2020-03-25 21:59:11 +03:00
Alexey Milovidov
10561c641a
Removed strange code
2020-03-25 21:55:34 +03:00
Alexey Milovidov
c8108dc438
Renamed file
2020-03-25 21:54:45 +03:00
Alexey Milovidov
3e8aec99f5
Renamed file
2020-03-25 21:52:52 +03:00
Alexey Milovidov
06520941ee
Removed useless header
2020-03-25 21:51:48 +03:00
Alexey Milovidov
48820546a8
Split GeoHash from GeoUtils
2020-03-25 21:48:09 +03:00
alesapin
41feef1901
Small progress on alter rename
2020-03-25 21:44:08 +03:00
Alexey Milovidov
f921d388b6
Use only 64bit float for pointInPolygon
2020-03-25 20:29:26 +03:00
Alexey Milovidov
ec915f1602
Fix clang-tidy
2020-03-25 20:00:54 +03:00
Nikolai Kochetov
6fd963c805
Update test.
2020-03-25 19:55:05 +03:00
Nikolai Kochetov
7a3daac751
Update test.
2020-03-25 19:44:50 +03:00
Nikolai Kochetov
8948a96c60
Update test.
2020-03-25 19:34:46 +03:00
Nikolai Kochetov
0b1ad7f7c8
Print pipeline on PipelineExecutor init exception.
2020-03-25 19:02:51 +03:00
Vasily Nemkov
699f4908e5
Merge remote-tracking branch 'upstream/master' into DateTime_various_timezone_fixes
2020-03-25 18:41:26 +03:00
Nikolai Kochetov
a6c85ff97d
Merge pull request #9735 from ClickHouse/weak-hash
...
WeakHash32
2020-03-25 18:11:15 +03:00
alesapin
42703c727b
Merge branch 'master' into alter_rename_column
2020-03-25 17:45:01 +03:00
alesapin
7470664880
Simplify test
2020-03-25 17:35:48 +03:00
Nikolai Kochetov
778b95797f
Fix style.
2020-03-25 16:51:50 +03:00
Alexey Milovidov
e125209f17
Added a test
2020-03-25 16:00:45 +03:00
alesapin
d70a448ca1
Fix flaky unit test
2020-03-25 15:49:26 +03:00
Alexander Kuzmenkov
be75df7c60
Add a note about double escaping in regexes.
2020-03-25 14:34:33 +03:00
Nikolai Kochetov
f37b30f9ec
Review fixes.
2020-03-25 14:20:34 +03:00
Nikolai Kochetov
1a37afa3d1
Review fixes.
2020-03-25 14:14:11 +03:00
alesapin
83b2103fd0
Fix mutations memory consumption finally
2020-03-25 13:52:32 +03:00
alexey-milovidov
2c0105a379
Update pointInPolygon.cpp
2020-03-25 13:18:04 +03:00
Alexey Milovidov
4d1ad2b630
Added setting "validate_polygons"
2020-03-25 13:13:34 +03:00
Alexey Milovidov
fa219179f9
Fixed bad code in Settings
2020-03-25 12:36:49 +03:00
alexey-milovidov
a70a9e5383
Update WeakHash.h
2020-03-25 08:27:43 +03:00
Vitaly Baranov
db89b24948
Merge pull request #9840 from vitlibar/fix-grants-for-introspection
...
Fix calculating grants for introspection
2020-03-24 22:43:50 +03:00
Anton Popov
445d750938
fix build
2020-03-24 22:23:01 +03:00
Alexey Milovidov
484903a22a
Whitespace
2020-03-24 22:03:40 +03:00
alexey-milovidov
7aefaf5ff1
Merge pull request #9845 from ClickHouse/fix_delta_test_unbundled
...
Fix delta test in unbundled mode
2020-03-24 21:58:28 +03:00
Azat Khuzhin
5039b6ab73
Fix Distributed engine with virtual columns of the underlying table in WHERE
...
Before storage has not been passed to the SyntaxAnalyzer and hence
it cannot check if there is such column and throw for virtual columns
like _part (MergeTree) and others.
Follow-up-for: #8846
2020-03-24 21:07:20 +03:00
Azat Khuzhin
dcf4d5198f
Accept const IStorage in SyntaxAnalyzer
2020-03-24 21:06:55 +03:00
Azat Khuzhin
580a7c9f41
Use overload over default value for IStorage::getQueryProcessingStage()
...
Since clang-tidy complains about it [1]:
2020-03-24 09:00:53 /build/obj-x86_64-linux-gnu/../dbms/src/Storages/StorageMerge.cpp:139:42: error: default arguments on virtual or override methods are prohibited [google-default-arguments,-warnings-as-errors]
2020-03-24 09:00:53 QueryProcessingStage::Enum StorageMerge::getQueryProcessingStage(const Context & context, const ASTPtr & query_ptr) const
[1]: https://clickhouse-builds.s3.yandex.net/9808/b8614de64af3e65c83ee35588082df373959a737/build_log_637307151_1585043194.txt
And indeed, this is a good idea!
2020-03-24 21:00:57 +03:00
Alexey Milovidov
0b4e601d81
Whitespace
2020-03-24 20:27:58 +03:00
alesapin
4159fa0382
Preparation for rename
2020-03-24 20:05:38 +03:00
Vasily Nemkov
d0e23a503e
Fixed formatDateTime handling explicit timezone argument.
...
Updated reference of the 00921_datetime64_compatibility, issues caused
by Date implicitly using server's timezone (and I was not in GMT+3) at
the moment of updating tests.
2020-03-24 19:58:24 +03:00
alesapin
822fea0405
Fix delta test in unbundled mode
2020-03-24 19:53:12 +03:00
Anton Popov
b12bf5758e
Merge remote-tracking branch 'upstream/master' into tuple-literal
2020-03-24 18:11:27 +03:00
Anton Popov
c1291e9348
tuple as literal
2020-03-24 15:55:35 +03:00
Nikolai Kochetov
778be3174a
Fix pvs warnings.
2020-03-24 15:32:33 +03:00
Nikolai Kochetov
5400ffbf93
Update weak hash.
2020-03-24 14:38:41 +03:00
Nikolai Kochetov
08a9486cfc
Update weak hash.
2020-03-24 14:38:05 +03:00
Nikolai Kochetov
07b29453cc
Update weak hash.
2020-03-24 14:29:55 +03:00
Nikolai Kochetov
20d3e34fb0
Update weak hash.
2020-03-24 14:02:16 +03:00
Nikolai Kochetov
488b21cd82
Update weak hash.
2020-03-24 14:01:15 +03:00
Nikolai Kochetov
67ed4d4cc3
Update weak hash.
2020-03-24 13:02:09 +03:00
Azat Khuzhin
b8614de64a
Fix DISTINCT for Distributed and optimize_skip_unused_shards
...
In case of optimize_skip_unused_shards the getQueryProcessingStage() can
return QueryProcessingStage::WithMergeableState because the whole
cluster has multiple nodes, but optimize_skip_unused_shards can trim it
to 1 and in this case we need final merge that won't be done with
QueryProcessingStage::WithMergeableState only with
QueryProcessingStage::Complete.
2020-03-24 11:07:09 +03:00
Azat Khuzhin
0e925ff7ad
Cover DISTINCT for Distributed with one shard (test from #9046 )
...
v2: cover case when getQueryProcessingStage() returns Complete when it
should not (pointed by @alexey-milovidov in
https://github.com/ClickHouse/ClickHouse/pull/9808#issuecomment-602291996 )
2020-03-24 11:07:09 +03:00
Vitaly Baranov
4576cf198e
Fix calculating grants for introspection functions from the setting 'allow_introspection_functions'.
2020-03-24 11:03:09 +03:00
Azat Khuzhin
4707dd827a
StorageDistributed: cleanup skipping unused shards
2020-03-24 10:58:34 +03:00
Azat Khuzhin
66ccbf5d11
Pass query to the IStorage::getQueryProcessingStage()
...
Will be used to return correct stage with optimize_skip_unused_shards.
2020-03-24 10:58:16 +03:00
alexey-milovidov
df19d6aac1
Merge pull request #9622 from PerformanceVision/dictionary_status
...
Bring dictionary status on native prometheus exporter
2020-03-24 09:44:01 +03:00
alexey-milovidov
c762a42f4b
Merge pull request #9815 from ClickHouse/taiyang-li-pr_add_auc
...
Merging arrayAUC
2020-03-24 09:36:13 +03:00
alexey-milovidov
25cf827365
Merge pull request #9759 from Vxider/distributed_insert_select
...
Distributed INSERT SELECT
2020-03-24 09:34:44 +03:00
alexey-milovidov
9f72c28035
Update InterpreterInsertQuery.cpp
2020-03-24 09:34:01 +03:00
alexey-milovidov
9a2760d914
Merge pull request #9673 from azat/processors-max_distributed_connections
...
Fix max_distributed_connections
2020-03-24 08:32:15 +03:00
Alexey Milovidov
9a41113bf4
Renamed tests
2020-03-24 08:25:17 +03:00
Alexey Milovidov
691d98ff34
Added another test
2020-03-24 08:14:48 +03:00
Alexey Milovidov
5a89fd0abc
Added performance test
2020-03-24 08:06:35 +03:00
Alexey Milovidov
ff59a06298
Remove memory allocation in inner loop
2020-03-24 07:57:50 +03:00
Alexey Milovidov
df3159d8a8
Fix comment
2020-03-24 07:52:45 +03:00
Alexey Milovidov
ed18a6f0bc
A fix in appreciation of UBSan
2020-03-24 07:51:58 +03:00
Alexey Milovidov
27f0b93237
Finally I managed to understand the code
2020-03-24 07:48:44 +03:00
Alexey Milovidov
77e5eb2864
Attempt to understand the code
2020-03-24 07:18:39 +03:00
Alexey Milovidov
4d55952d2e
Remove useless code
2020-03-24 03:18:08 +03:00
alexey-milovidov
10b4b05379
Merge pull request #9812 from azat/force_optimize_skip_unused_shards-nested
...
Add force_optimize_skip_unused_shards_no_nested
2020-03-24 03:11:33 +03:00
alexey-milovidov
83aaba7e36
Merge pull request #9834 from ClickHouse/better_traces_in_clickhouse_test
...
Collect stack traces from system.stack_trace table
2020-03-24 03:10:42 +03:00
alexey-milovidov
bae9db10f3
Merge pull request #9823 from ClickHouse/fix-expression-transform-for-empty-totals
...
Fix Expression transform for empty totals.
2020-03-24 03:10:20 +03:00
alexey-milovidov
43b5519101
Merge pull request #9829 from amosbird/ci
...
more aggregation methods
2020-03-24 03:09:51 +03:00
alexey-milovidov
ebddd4f0ba
Merge pull request #9832 from ClickHouse/fix-tsan-report-system-stack-trace
...
Fix tsan report in system.stack_trace
2020-03-24 03:08:09 +03:00
alexey-milovidov
db55ad5309
Merge pull request #9827 from ClickHouse/remove_redundant_code_merge_tree
...
Remove redundant code from merge tree
2020-03-24 03:07:59 +03:00
alexey-milovidov
28aa3119a4
Merge pull request #8846 from azat/distributed-const-expr-eval
...
Evaluate constant expressions for optimize_skip_unused_shards
2020-03-24 03:07:42 +03:00
Alexey Milovidov
0d5ed94398
Fixed style
2020-03-24 03:05:05 +03:00
Alexey Milovidov
c59c52d81a
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-24 03:04:34 +03:00
Artem Zuikov
0b6fdde9fc
minor test fix ( #9835 )
2020-03-24 01:44:29 +03:00
Amos Bird
0744606fc3
DROP VIEW support. ( #9831 )
2020-03-24 01:28:30 +03:00
Artem Zuikov
38cbf3e6f7
Fix JOIN rewriters inconsistency ( #9830 )
...
* fix join rewrites: inconsistent visitors
2020-03-24 01:23:31 +03:00
Nikolai Kochetov
c4370886b0
Update weak hash.
2020-03-23 23:59:36 +03:00
Nikolai Kochetov
6d63d4bc88
Update weak hash.
2020-03-23 23:48:46 +03:00
Nikolai Kochetov
ee907da84d
Update weak hash.
2020-03-23 23:45:12 +03:00
Nikolai Kochetov
ad56da8961
Added comments.
2020-03-23 23:03:52 +03:00
Nikolai Kochetov
4cfdef4403
Fix style and suppress pvs varnings.]
2020-03-23 22:38:53 +03:00
Nikolai Kochetov
c0dea7b1b3
Fix test.
2020-03-23 22:33:36 +03:00
Azat Khuzhin
d019c4e3b3
Add force_optimize_skip_unused_shards_no_nested
...
force_optimize_skip_unused_shards_no_nested will disable
force_optimize_skip_unused_shards for nested Distributed tables.
Can be useful for multi-layred/bi-level sharding.
2020-03-23 22:30:54 +03:00
Nikolai Kochetov
9e105b877c
Update intHash.
2020-03-23 22:21:15 +03:00
Nikolai Kochetov
3c31139db8
More tests.
2020-03-23 22:18:35 +03:00
alesapin
9c9ce0aa37
Update clickhouse-test
2020-03-23 21:17:07 +03:00
Nikolai Kochetov
0bd502f2a6
Update unit test.
2020-03-23 20:42:26 +03:00
Nikolai Kochetov
2e2272785a
Update unit test.
2020-03-23 20:39:34 +03:00
Nikolai Kochetov
7582f6628c
Update unit test.
2020-03-23 20:32:08 +03:00
alesapin
ebf3e7b9e4
Collect stack traces from system.stack_trace table
2020-03-23 20:30:52 +03:00
alexey-milovidov
1ee26193f0
Update StorageDistributed.cpp
2020-03-23 20:28:38 +03:00
Nikolai Kochetov
9ab6f6a0ff
Update unit test.
2020-03-23 20:20:09 +03:00
Nikolai Kochetov
05fb1760a7
Update unit test.
2020-03-23 20:17:34 +03:00
Nikolai Kochetov
7f6dda4994
Update unit test.
2020-03-23 20:15:32 +03:00
Alexey Milovidov
e06b9d4c2f
Fix tsan report in system.stack_trace
2020-03-23 19:25:21 +03:00
Nikolai Kochetov
1d94b8bfbd
Merge branch 'master' into weak-hash
2020-03-23 19:22:46 +03:00
alexey-milovidov
857c39fe48
Merge pull request #9825 from ClickHouse/remove-garbage-system-tables
...
Remove some garbage from code of system.tables
2020-03-23 19:00:24 +03:00
alesapin
772c210184
Better name
2020-03-23 18:43:20 +03:00
Pavel Kovalenko
5375683f24
DiskS3 hardlinks optimal implementation ( #9760 )
...
* Optimal DiskS3 hardlinks implementation and new tests.
* Code style fixes.
* Minor fixed.
* Minor fixes.
2020-03-23 17:45:48 +03:00
Amos Bird
0f15dd2fab
more aggregation methods
2020-03-23 21:44:21 +08:00
alesapin
048a61695c
Add comment
2020-03-23 16:40:14 +03:00
alesapin
b0578d3faa
Remove accident change
2020-03-23 16:35:18 +03:00
alesapin
3a1e375b8a
Remove atomic from bytes_size
2020-03-23 16:32:02 +03:00
Alexey Milovidov
a331f2c616
Remove some garbage from code of system.tables, part 1
2020-03-23 16:03:15 +03:00
Alexey Milovidov
ca1bb2fbde
Fix flacky test #9813
2020-03-23 15:52:20 +03:00
Nikolai Kochetov
0b9c53ac7d
Added test.
2020-03-23 15:48:10 +03:00
Nikolai Kochetov
d0067afa1f
Fix Expression transform for empty totals.
2020-03-23 15:23:54 +03:00
alesapin
9cd283266e
Better size calculation
2020-03-23 15:19:43 +03:00
Alexey Milovidov
958b695618
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-23 15:06:23 +03:00
alesapin
fd7be934bb
Remove useless method and it's usages
2020-03-23 12:50:54 +03:00
Vxider
231e679710
update code style
2020-03-23 17:42:59 +08:00
alesapin
cfb098cca9
Fix bulk of flaky tests
2020-03-23 12:28:14 +03:00
alesapin
7fc1ce6ec7
Fix flacky 00806_alter_update test
2020-03-23 12:05:51 +03:00
Alexey Milovidov
98db9ee074
Merging arrayAUC
2020-03-23 07:44:49 +03:00
Vxider
a13b10a31c
Merge branch 'master' of https://github.com/yandex/ClickHouse into distributed_insert_select
2020-03-23 12:15:30 +08:00
alexey-milovidov
c7863e1ac6
Clang Tidy, part 7 ( #9799 )
...
* Attempt to enable identifier naming check
* Attempt to enable identifier naming check, continue
* Progress on identifier names
* Adopt identifier names check
* Fixed error
* Merge with master
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed error
* Fixed error
* Fixed error
2020-03-23 05:12:31 +03:00
Alexey Milovidov
786ecbfeb8
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-23 04:44:39 +03:00
alexey-milovidov
3550f401ec
Merge pull request #9804 from azat/optimize_skip_unused_shards_type_mismatch
...
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
2020-03-23 02:06:58 +03:00
Vitaly Baranov
73d72fd1e2
Merge pull request #9517 from vitlibar/RBAC-7
...
RBAC-7
2020-03-23 00:03:53 +03:00
alexey-milovidov
06a8a421a2
Merge pull request #9739 from 4ertus2/ast
...
Rewrite multiple JOINs v2
2020-03-22 19:54:38 +03:00
Azat Khuzhin
7caf8c006d
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
2020-03-22 19:45:36 +03:00
Azat Khuzhin
0204c3f9c7
Cover optimize_skip_unused_shards for types mismatch
2020-03-22 19:32:16 +03:00
Azat Khuzhin
b89de69345
Evaluate constant expressions for optimize_skip_unused_shards
2020-03-22 19:30:36 +03:00
Azat Khuzhin
622131fc85
Cover constant expression evaluation for optimize_skip_unused_shards
...
v2: remove key=xxHash64() that is covered by #9804
2020-03-22 14:55:43 +03:00
Vitaly Baranov
6839e15b67
Add tests for settings profiles.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
9ca6af32ea
Implement SQL to manage settings profiles.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
49bf4ae375
Introduce SettingsProfile as a new access entity type.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
18d5f63b31
Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
f1e9e3dec0
Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
c1f5f8bc89
Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
66172cc2eb
Improve access rights: CREATE TABLE now implicitly enables CREATE VIEW, the same thing for DROP TABLE, ALTER TABLE, TRUNCATE_TABLE.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
c7a10665d7
Remove non-partial revoke.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
4af36ee5a4
Fix updating of the access rights after changing of the readonly
setting. Remove non-const function Context::getSettingsRef().
2020-03-22 11:08:08 +03:00
Vitaly Baranov
5eb79c2303
Cast "const char *" to StringRef is now implicit and constexpr.
2020-03-22 11:05:42 +03:00