Commit Graph

40332 Commits

Author SHA1 Message Date
Alexey Milovidov
0faf7bc39b clickhouse-test: create unique database for every test (part 2) 2020-05-13 23:17:12 +03:00
Nikolai Kochetov
496d90b613
Merge pull request #10860 from CurtizJ/pk-function
Fix sample with final (addition to #10715)
2020-05-13 23:04:25 +03:00
Alexey Milovidov
6c671eb6a6 clickhouse-test: recreate database for every test (part 1) 2020-05-13 23:03:10 +03:00
Alexander Tokmakov
b1ed51df6e add simple test 2020-05-13 22:47:35 +03:00
Alexander Tokmakov
ef52acdbde Merge branch 'master' into merging_10554 2020-05-13 21:30:26 +03:00
alesapin
ab760846c2 Fix some rename cases 2020-05-13 20:43:30 +03:00
Vitaly Baranov
5b84121d81 Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
Vitaly Baranov
e64e2ebdf6 Improve system table for row policies. Remove function currentRowPolicies(). 2020-05-13 19:40:48 +03:00
Vitaly Baranov
9a89a04c1f Improve TSV class in test tools: now it can get a table as a list of lists. 2020-05-13 19:40:48 +03:00
Vitaly Baranov
dd8b29b4fb Use enum Type instead of std::type_index to represent the type of IAccessEntity.
This change simplifies handling of access entities in access storages.
2020-05-13 19:40:48 +03:00
Vitaly Baranov
b6fe726777 Rename row policy's 'name' to 'short_name', 'full_name' to 'name'.
This change simplifies the interface of IAccesEntity.
2020-05-13 19:40:48 +03:00
Vitaly Baranov
6f15a0d443 Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
Vitaly Baranov
c7213ab607 Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
Vitaly Baranov
b93a15ef36 Refactoring of settings profiles to store setting_index instead of setting_name. 2020-05-13 19:40:48 +03:00
Vitaly Baranov
66e348a93f Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
dgrr
bd77908c93 Added multiline test 2020-05-13 18:31:23 +02:00
Anton Popov
84d4ad4315 add some comments 2020-05-13 19:00:06 +03:00
alexey-milovidov
a65601e410
Merge pull request #10874 from hczhcz/patch-0513
Support large tuples in function tupleElement
2020-05-13 18:42:10 +03:00
alexey-milovidov
0433d9c6fc
Merge pull request #10870 from azat/fix-SIGSEGV-in-hash-table-for-string
Fix SIGSEGV in StringHashTable (if such key does not exist)
2020-05-13 18:40:28 +03:00
Ivan Blinkov
efa1e9562b
Update aggregatefunction.md 2020-05-13 18:39:33 +03:00
alesapin
774f9fccc5
Update test.py 2020-05-13 18:25:55 +03:00
Yatsishin Ilya
e3a1329ed1 Merge remote-tracking branch 'origin' into move-dicts-for-tests 2020-05-13 17:33:37 +03:00
Anton Popov
d13a11b421 fix backward compatibility with tuples and distributed 2020-05-13 17:14:05 +03:00
tavplubix
39518fe725
trigger CI 2020-05-13 16:45:39 +03:00
alesapin
41ca7ae83a
Merge pull request #10888 from ClickHouse/revert-10848-docs/CLICKHOUSEDOCS-628-numerical-stability
Revert "DOCS-628: Stable versions of statistical functions"
2020-05-13 16:33:23 +03:00
alesapin
612385d703 Revert "DOCS-628: Stable versions of statistical functions (#10848)"
This reverts commit 1a4ce6b3c8.
2020-05-13 16:32:36 +03:00
alesapin
22c7a843a6 Remove already added tests 2020-05-13 16:03:33 +03:00
alesapin
2316851be6
Merge pull request #10855 from ClickHouse/get_rid_of_strange_fields
Better comments in IStorage interface
2020-05-13 15:59:50 +03:00
alesapin
1c4564d9ed Simplify rename tests 2020-05-13 15:56:32 +03:00
Alexander Kuzmenkov
96d2132566
Merge pull request #10886 from bun4uk/patch-1
Update access-rights.md
2020-05-13 15:03:40 +03:00
Vladimir Bunchuk
ee9aaa499a
Update access-rights.md
typo fix
2020-05-13 14:59:02 +03:00
alesapin
a89653effe Add libldap2-dev to build image 2020-05-13 14:53:35 +03:00
Denis Glazachev
1db8f3367a Link ldap[_r] with lber 2020-05-13 15:16:59 +04:00
Yatsishin Ilya
bb1dfe271e Make temorary changes in docker to move files easier 2020-05-13 14:15:59 +03:00
alesapin
352c402cf2 Merge branch 'add_alter_rename_column_to_distributed' of https://github.com/vzakaznikov/ClickHouse into vzakaznikov-add_alter_rename_column_to_distributed 2020-05-13 14:14:23 +03:00
alesapin
f209052519 Better comments 2020-05-13 14:04:27 +03:00
Alexander Tokmakov
cd8659a6d4 trigger CI 2020-05-13 13:51:02 +03:00
Ilya Yatsishin
3e164769aa
Merge pull request #10875 from BayoNet/en-docs/CLICKHOUSEDOCS-504-groupArrayInsertAt
DOCS-504: groupArrayInsertAt
2020-05-13 11:50:05 +03:00
Ilya Yatsishin
f2718ab8b0
Merge pull request #10864 from den-crane/patch-1
Doc. typo fix
2020-05-13 11:44:35 +03:00
Ilya Yatsishin
72b1289511
Merge pull request #10878 from ClickHouse/dependabot/pip/docs/tools/mkdocs-macros-plugin-0.4.7
Bump mkdocs-macros-plugin from 0.4.6 to 0.4.7 in /docs/tools
2020-05-13 11:41:42 +03:00
alesapin
377ef6535d
Merge pull request #10847 from ClickHouse/fix_alter_rename_and_constraints
Fix constraints after column rename
2020-05-13 11:09:55 +03:00
dependabot-preview[bot]
91de241d7f
Bump mkdocs-macros-plugin from 0.4.6 to 0.4.7 in /docs/tools
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Commits](https://github.com/fralau/mkdocs_macros_plugin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 08:06:09 +00:00
Ivan Blinkov
7d2bc97d8a
Merge pull request #10877 from ClickHouse/dependabot/pip/docs/tools/mkdocs-1.1.1
Bump mkdocs from 1.1 to 1.1.1 in /docs/tools
2020-05-13 11:05:05 +03:00
dependabot-preview[bot]
0797b33be3
Bump mkdocs from 1.1 to 1.1.1 in /docs/tools
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1 to 1.1.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:41:39 +00:00
Alexander Tokmakov
032197b015 fix alter and optimize hangs when replica becomes inactive 2020-05-13 10:06:57 +03:00
BayoNet
1a4ce6b3c8
DOCS-628: Stable versions of statistical functions (#10848)
* CLICKHOUSEDOCS-628: Mentioned Stable versions of staticsical functions.

* CLICKHOUSEDOCS-628: Sync from EN to RU.

* Update docs/ru/sql-reference/aggregate-functions/reference.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-628: Updated formatting.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-13 09:08:35 +03:00
Sergei Shtykov
1a2181fb45 Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-504-groupArrayInsertAt 2020-05-13 09:02:31 +03:00
Sergei Shtykov
5d2bf3f6ac CLICKHOUSEDOCS-504: groupArrayInsertAt 2020-05-13 08:58:51 +03:00
AsiaKorushkina
681dc69ae7
asiana21-DOCSUP-789 (#110)
* docs(groupArrayInsertAt): added the function description

* docs(groupArrayInsertAt): some changes

* docs(groupArrayInsertAt): some changes 2

* docs(groupArrayInsertAt): some changes 3

* docs(groupArrayInsertAt): parameter section changed

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/aggregate-functions/reference.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* docs(groupArrayInsertAt):  some examples are added

* docs(groupArrayInsertAt):  russian translation added

* docs(groupArrayInsertAt):  some change in russian translation

Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-05-13 08:46:20 +03:00
alexey-milovidov
9ecfa4f917
Merge pull request #10869 from ClickHouse/fix-tests-live-view
Fix tests for LIVE VIEW
2020-05-13 06:59:01 +03:00