Commit Graph

25325 Commits

Author SHA1 Message Date
Vitaliy Zakaznikov
6cca6d359d * Reverting changes to clickhouse-test as it seems to cause some tests to fail
* Updating client.py to use CLICKHOUSE_BINARY env variable instead of CLICKHOUSE_CLIENT
2019-06-13 21:02:15 -04:00
Vitaliy Zakaznikov
117f2d191e Merge branch 'master' of https://github.com/vzakaznikov/ClickHouse into liveview 2019-06-13 15:23:20 -04:00
Vitaliy Zakaznikov
03d659ea1a * Sync with yandex/master so that the git diff yandex/master is empty 2019-06-13 12:41:40 -04:00
Vitaliy Zakaznikov
b82bb4a954 * Updates to sync with yandex/master 2019-06-13 12:37:29 -04:00
Vitaliy Zakaznikov
8e868dd2fe Merge branch 'master' of https://github.com/yandex/ClickHouse 2019-06-13 12:31:13 -04:00
alexey-milovidov
0a08d36f3d
Merge pull request #5606 from yandex/check-for-namespace-comments-style
Check for namespace comments in "check-style" tool
2019-06-13 17:47:27 +03:00
Alexey Milovidov
f38042f006 Check for namespace comments in "check-style" tool #5561 2019-06-13 13:45:32 +03:00
Alexey Milovidov
c846d0f6af Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*.*$/}/'
2019-06-13 13:43:37 +03:00
Alexey Milovidov
d32ea4d06b Merge branch 'master' of github.com:yandex/ClickHouse 2019-06-13 13:38:48 +03:00
Alexey Milovidov
8b87511e25 Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*\w+/}/'
2019-06-13 13:37:13 +03:00
Vitaliy Zakaznikov
825c21f29a * Increasing timeout from 2 to 20 sec.
* Style fix
2019-06-13 06:36:59 -04:00
alexey-milovidov
33c1072654
Merge pull request #5593 from sundy-li/improve/distribute-alter-more
Support more AlterType in distribute DDL
2019-06-13 13:26:50 +03:00
Alexey Milovidov
261c9cf9ff Whitespace 2019-06-13 13:15:32 +03:00
alexey-milovidov
be51de0903
Merge pull request #5559 from proller/fix28
CLICKHOUSE-4179 Fix of function arrayEnumerateUniqRanked for arguments with empty arrays
2019-06-13 13:14:51 +03:00
Guillaume Tassery
4f408cef12 Fix documentation concerning IPv4/IPv6 CIDR function (#5603) 2019-06-13 12:11:35 +03:00
BayoNet
02686e3534 DOCAPI-4166: Translation for some 'other functions' and linking the parts of the document. (#5602) 2019-06-13 12:04:49 +03:00
BayoNet
864a5830f5 DOCAPI-6890: RU Translation for description of system.parts new field. (#5578) 2019-06-13 07:52:08 +03:00
Ivan Blinkov
18787350ff
Replace meetup on website front page (#5598)
(closest ones do not have sign up pages yet)
2019-06-13 06:38:15 +03:00
Ivan Blinkov
9bd0da2464
Remove past meetup link 2019-06-13 06:35:54 +03:00
BayoNet
9d0fde0fc2 DOCAPI-3822: Zookeeper settings. Review of EN docs. RU translation. (#5427) 2019-06-13 06:14:04 +03:00
BayoNet
ba9cc95f71 DOCAPI-6887: Description of skewPop, skewSamp, kurtPop, kurtSamp functions. (#5544) 2019-06-13 06:13:15 +03:00
Vitaliy Zakaznikov
576393272b * Fixing styling check error 2019-06-12 20:45:41 -04:00
Vitaliy Zakaznikov
d50586d5a5 Merge branch 'master' of https://github.com/vzakaznikov/ClickHouse into liveview 2019-06-12 15:40:58 -04:00
Vitaliy Zakaznikov
874e62fc7e Merge branch 'master' of https://github.com/yandex/ClickHouse 2019-06-12 15:39:52 -04:00
Vitaliy Zakaznikov
5983273694 Fixing bugs reported by sanitizers
* data race condition on storage is_dropped access
* invalid reference to storage after it is deleted
* invalid reference to mutex after storage is deleted
2019-06-12 09:11:44 -04:00
sundy-li
d23e505414 remove line 2019-06-12 18:56:01 +08:00
sundy-li
38d4d2937e Support more AlterType in distribute DDL 2019-06-12 18:50:50 +08:00
alexey-milovidov
96975c8881
Update arrayEnumerateRanked.h 2019-06-12 12:18:51 +03:00
Danila Kutenin
ff594aaf1b
Merge pull request #5588 from yandex/Volnitsky-optimizations-and-design
Fix some weird cases in Searchers
2019-06-12 07:27:54 +03:00
Danila Kutenin
585e4b75c5 Fix some weird cases in Searchers 2019-06-12 07:14:03 +03:00
Danila Kutenin
08335fffea
Merge pull request #5586 from yandex/Volnitsky-optimizations-and-design
Clearer interfaces of Searchers
2019-06-12 06:55:12 +03:00
Danila Kutenin
4fd85b4136 Clearer interfaces of Searchers 2019-06-12 05:35:25 +03:00
Vitaliy Zakaznikov
536bdb588d * Fixing and reorganazing LIVE VIEW tests 2019-06-11 21:28:20 -04:00
alexey-milovidov
bb5239f18d
Merge pull request #5577 from BayoNet/en-docs/DOCAPI-3856
DOCAPI-3856: Removed the phrase about limited usage of tuples in tables.
2019-06-11 18:17:18 +03:00
alexey-milovidov
8f2ac97ba8
Merge pull request #5580 from vivienm/master
Fix Settings.h URL in docs
2019-06-11 18:11:45 +03:00
Vitaliy Zakaznikov
12060d8879 * Fixing errors that prevented clang build. 2019-06-11 08:27:47 -04:00
Vitaly Baranov
095c36a4b2
Merge pull request #5575 from vitlibar/doc-settings-constraints
Added documentation of constraints on settings.
2019-06-11 15:26:47 +03:00
Vitaliy Zakaznikov
b6efd8599f * Trying again to fix style checks. Now running ./utils/check-style/check-style reports no errors. 2019-06-11 06:30:57 -04:00
Vivien Maisonneuve
e5f06ef012 Fix Settings.h URL in docs 2019-06-11 11:38:07 +02:00
BayoNet
fe7209dc07 DOCAPI-3856: Removed the phrase about limited usage of tuples in tables. 2019-06-11 08:59:46 +03:00
Vitaliy Zakaznikov
a467e7c105 * Moving uexpect.py so that it can be found
* Trying to fix failed style checks
* Trying to fix clang build fail
2019-06-10 22:22:53 -04:00
Vitaliy Zakaznikov
79989a766c * Fixing uexpect.py close() method and forcing to close the process
by default
* Updating tests to be more robust
2019-06-10 19:56:12 -04:00
Vitaly Baranov
ebf9d2a19e Added documentation for constraints on settings. 2019-06-11 02:33:09 +03:00
Vitaliy Zakaznikov
1ebe3047ff * Moving uexpect.py to dbms/tests/integration/helpers folder
* Updating uexpect.py to support close() method and
  context manager for proper resource cleanup
* Updating tests to use uexpect context manager
2019-06-10 18:12:06 -04:00
proller
c800913e5a
Fix build clickhouse as submodule (#5574) 2019-06-10 21:50:46 +03:00
Vitaly Baranov
cb7afaf0df
Merge pull request #5573 from yandex/vitlibar-patch-1
Fix grammatical error in client.py
2019-06-10 20:17:31 +03:00
proller
cfbe05ca63
Upgrade boost to 1.70 (#5570) 2019-06-10 19:36:37 +03:00
Vitaly Baranov
fd5fbcab25
Fix grammatical error in client.py 2019-06-10 18:11:51 +03:00
Vitaliy Zakaznikov
fc4ea55b98 * Fixing bug in dbms/src/DataStreams/PushingToViewsBlockOutputStream.cpp
that was introduced when trying to fix a clang error.
2019-06-10 08:11:43 -04:00
Vitaliy Zakaznikov
a68980ab38 * Style check fixes 2019-06-10 07:41:33 -04:00