Commit Graph

40538 Commits

Author SHA1 Message Date
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
alexey-milovidov
49c211a791
Merge pull request #10873 from ClickHouse/allow_expected_number_of_failures_in_performance_test
Allow expected number of slower queries in performance test
2020-05-13 06:58:04 +03:00
Alexey Milovidov
4e891091df Allow expected number of failures in performance test 2020-05-13 06:57:19 +03:00
hcz
4a4914361c Support large tuples in function tupleElement 2020-05-13 11:53:40 +08:00
Alexey Milovidov
3927647fbb Fix test 2020-05-13 06:50:25 +03:00
Alexey Milovidov
32ad64ae01 Fix LIVE VIEW tests 2020-05-13 06:50:14 +03:00
Alexey Milovidov
d52f9d9785 Fix bad test 2020-05-13 06:50:14 +03:00
alexey-milovidov
7fa7afd24d
Merge pull request #10868 from ClickHouse/improve-move-partition-tests
Improve tests for ALTER MOVE
2020-05-13 06:48:37 +03:00
alexey-milovidov
a81ef5c756
Merge pull request #10804 from ClickHouse/fix-infinite-loop-in-test
Fix infinite loop in test
2020-05-13 06:48:20 +03:00
alesapin
13c8ffc0c9
Fix exception message after server shutdown (#10841)
* After shutdown cancel background logs pulling after task were deleted from pool

* Fix comment

* Cancel with lock

* Remove whitspace
2020-05-13 06:35:43 +03:00
Andrei Nekrashevich
322e5bc4f5 fix issues 2020-05-13 04:22:57 +03:00
alexey-milovidov
b564c983d7
Merge pull request #10871 from ClickHouse/preparation-for-stress-test-msan-ubsan
Preparation for MSan UBSan stress tests
2020-05-13 03:51:25 +03:00
Alexey Milovidov
aaba17665b Preparation for MSan UBSan stress tests 2020-05-13 03:50:21 +03:00
Azat Khuzhin
6e11c8a1a2 Add test for missing items in string hashtables via GROUP BY 2020-05-13 03:40:05 +03:00
Azat Khuzhin
e102ad373a Fix SIGSEGV in StringHashTable if such key is not exists 2020-05-13 03:40:05 +03:00
Andrei Nekrashevich
767a790fce fix issues 2020-05-13 03:20:41 +03:00
Alexey Milovidov
2800df4450 Improve tests for ALTER MOVE 2020-05-13 03:02:53 +03:00
Alexey Milovidov
1b42a6ccdc Fix bad tests 2020-05-13 02:55:16 +03:00
Azat Khuzhin
0ea3411137 Add integration test for load balancing for Distributed INSERT 2020-05-13 02:51:17 +03:00
Alexey Milovidov
c57210736b Merge branch 'master' into fix-infinite-loop-in-test 2020-05-13 02:32:14 +03:00
Артем Стрельцов
fd16838150 fixed style and build fails 2020-05-13 01:52:56 +03:00
Andrei Nekrashevich
1d52c1b9d0 Added function randomFixedString 2020-05-13 01:48:55 +03:00
Azat Khuzhin
085bafad05 Handle prefer_localhost_replica on INSERT into Distributed
Right now it will issue remote send even if finally the local replica
will be selected - not good I guess.

This should also fix load_balancing.
2020-05-13 01:38:03 +03:00
Azat Khuzhin
889f54b549 Fix ENOENT exception on current_batch.txt in DirectoryMonitor
current_batch.txt will not exist if there was no send, this is the case
when all batches that was pending has been marked as pending.
2020-05-13 01:23:18 +03:00
Alexey Milovidov
88039e8371 Fix data rot @blinkov 2020-05-13 01:17:32 +03:00
Alexey Milovidov
e5330b4ba7 Documentation: fix broken link 2020-05-13 01:12:11 +03:00
Denis Zhuravlev
f9439acde1
typo 2020-05-12 17:57:11 -03:00
Denis Glazachev
1b9d73762b Re-add contrib/openldap 2020-05-13 00:37:48 +04:00
Denis Glazachev
36cb24377b Merge branch 'master' into contrib-openldap
* master: (204 commits)
  DOCS-289: randConstant (#10838)
  Update performance_comparison.md
  fix docs build
  Adjust ld+json images, remove feather icons (#10843)
  [docs] faster local/debug build (#10840)
  CLICKHOUSE-4862: some markdown fixes @ ru mergetree.md (#10835)
  CLICKHOUSE-4862: fix link (#10836)
  Some fixes at ru merge-tree-settings.md (#10837)
  Fix MSan failure in cache dictionary
  Fix double whitespace
  Additional assert in ColumnVector
  Fix paths in compiler error messages #10434
  Fix "Arcadia" build
  Fix style check in Block::sortColumns() (sigh)
  Sort iterators to avoid extra std::string creation in Block::sortColumns()
  Optimize Block::sortColumns()
  Better DNS exception message
  Fix logical error in convertFieldToType
  Make order of columns strict in Block::sortColumns()
  Add a test for INSERT into Buffer() with different order of columns (via MV)
  ...
2020-05-13 00:29:09 +04:00
Denis Glazachev
b9a6d9bf5f Remove contrib/openldap temporarily 2020-05-12 23:34:54 +04:00
Denis Glazachev
acd8cfc5d2 Added contrib/openldap submodule
Added OpenLDAP find/detection cmake scripts
Added integration for OpenLDAP Linux and Darwin x86_64 platforms (following OpenSSL integration approach)
2020-05-12 23:19:15 +04:00
Anton Popov
67213b8ad4 fix sample with final 2020-05-12 21:23:40 +03:00
Alexander Tokmakov
5ffb7372af fix livelock with watch queries and database atomic 2020-05-12 21:10:10 +03:00
alesapin
262b6287ab Fix clang-tidy warnings 2020-05-12 19:38:11 +03:00
BayoNet
f2e2e993e5
DOCS-289: randConstant (#10838)
* DOCSUP-778 (#111)

* docs(randConstant): add description

* docs(randConstant): edit link

* docs(randConstant): corrections after review

* docs(randConstant): add description in Russian

Co-authored-by: egilmanova <egilmanova@yandex-team.ru>

* CLICKHOUSEDOCS-289: Updated descriptions.

* CLICKHOUSEDOCS-289: Fixed links.

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

Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>

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

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

Co-authored-by: egilmanova <63861789+egilmanova@users.noreply.github.com>
Co-authored-by: egilmanova <egilmanova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-12 19:37:21 +03:00
alexey-milovidov
580c218680
Update Format.cpp 2020-05-12 19:21:37 +03:00
dgrr
340ca06979 Changed formatting of Format.cpp (to fit ClickHouse's) 2020-05-12 18:13:34 +02:00
Alexander Kuzmenkov
9edb0ba293
Update performance_comparison.md 2020-05-12 18:45:48 +03:00
alesapin
35a9a203f1
Update test.py 2020-05-12 18:01:43 +03:00
alexey-milovidov
6053f012b8
Merge pull request #10833 from ClickHouse/column-vector-additional-assert
Additional assert in ColumnVector
2020-05-12 18:00:22 +03:00
Артем Стрельцов
10f6817fdd added new layout to integration test 2020-05-12 18:00:08 +03:00