alesapin
14229a27e9
Update CMakeLists.txt
2020-08-28 16:40:22 +03:00
Mark Papadakis
ff76790a59
Update AggregatingTransform.cpp
...
Replaced redundant call to chunk.getNumRows() with local var.
2020-08-28 16:08:06 +03:00
alesapin
f1dc668136
Update test.py
2020-08-28 16:03:42 +03:00
alesapin
c1ca09653e
Update custom parts of storage AST only if it has extended definition
2020-08-28 14:30:53 +03:00
alesapin
1ea00d5e7a
Fix test and better messages
2020-08-28 14:12:51 +03:00
olgarev
5ecb1717a3
DOCSUP-712: Documented the ttl_only_drop_parts setting ( #13823 )
...
* Docs in English for the ttl_only_drop_parts setting.
* Docs in Russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-28 13:29:56 +03:00
alesapin
057bb65658
Merge pull request #14199 from azat/01085_max_distributed_connections-flacky-fix
...
Fix 01085_max_distributed_connections flackiness
2020-08-28 13:22:30 +03:00
alesapin
0896b49533
Small fixes
2020-08-28 13:18:56 +03:00
Artem Zuikov
881cd3331a
gix comment and useDefault*(), add tests for nullables
2020-08-28 13:16:42 +03:00
filimonov
6d2c9fa70c
Fix a build for old some OS with old find
...
Actually there are no symlinks there, so `-type f` is enough
2020-08-28 12:00:51 +02:00
Yatsishin Ilya
a47ffd191d
Change my_bool to bool.
...
The my_bool type no longer exists, and people may have been using it in their own code since some mysql.h functions have been returning that. The recommended fix is to use bool or int, which will work both in 8.0 and older versions.
https://bugs.mysql.com/bug.php?id=85131
2020-08-28 11:59:50 +03:00
陈小玉
e3665ff09d
Update hdfs.md
2020-08-28 15:56:44 +08:00
alesapin
35af2f9df9
Merge pull request #14198 from azat/00974_distributed_join_on-flacky-fix
...
Fix 00974_distributed_join_on flackiness (by allow retries and hide logs)
2020-08-28 10:04:39 +03:00
Dongdong Yang
7e48edf42c
fix issue #14202
2020-08-28 13:29:15 +08:00
alexey-milovidov
9e4c4e0578
Merge pull request #13860 from qoega/unbundled-packager
...
Update deb-builder ubuntu version. Add clang-11, gcc-10. Add unbundled docker.
2020-08-28 04:17:03 +03:00
alexey-milovidov
d9f24b23a6
Merge pull request #14168 from podshumok/no-ccache-default
...
cmake: enable ccache by default if it is installed
2020-08-28 04:10:22 +03:00
Azat Khuzhin
07923cd7cd
Fix 01085_max_distributed_connections flackiness
...
1.8 seconds is too small delay, which eventually can lead to
false-positive if the machine will be slow enough.
Increase number of remote streams and the delay, to avoid
false-positive.
2020-08-28 02:41:11 +03:00
Azat Khuzhin
cdb6bed8b9
Fix 00974_distributed_join_on flackiness (by allow retries and hide logs)
2020-08-28 02:10:13 +03:00
alexey-milovidov
f1811bfc88
Merge pull request #14194 from ClickHouse/fix-flaky-test-12
...
Fix flaky test
2020-08-28 01:46:22 +03:00
alexey-milovidov
0cb7825b8b
Update adopters.md
2020-08-28 01:34:36 +03:00
alexey-milovidov
b93d0911d0
Update adopters.md
2020-08-28 01:29:51 +03:00
alexey-milovidov
484823a859
Update adopters.md
2020-08-28 01:28:41 +03:00
alexey-milovidov
bf0e4f621a
Update adopters.md
2020-08-28 01:23:30 +03:00
alexey-milovidov
a056ffe2f9
Update adopters.md
2020-08-28 01:23:06 +03:00
alexey-milovidov
b7a48df425
Update adopters.md
2020-08-28 01:22:43 +03:00
alexey-milovidov
fb956a2baf
Merge pull request #14193 from ClickHouse/fix-nullptr-dereference-defaultValueOfTypeName
...
Fix nullptr dereference in defaultValueOfTypeName
2020-08-28 01:12:53 +03:00
Azat Khuzhin
a384194216
Add a test for DistributedFilesToInsert
2020-08-27 22:00:35 +03:00
Alexey Milovidov
b7c27c2a8c
Remove race condition from test
2020-08-27 21:43:21 +03:00
Alexey Milovidov
01567d62a4
Fix nullptr dereference in defaultValueOfTypeName
2020-08-27 21:36:18 +03:00
Yatsishin Ilya
2e7a4483f6
fixes after #13687
2020-08-27 20:35:51 +03:00
Yatsishin Ilya
74d52e69d3
fix
2020-08-27 19:13:32 +03:00
Yatsishin Ilya
3bf5dc578d
fixes
2020-08-27 19:06:40 +03:00
Yatsishin Ilya
9e9e723061
Merge remote-tracking branch 'origin' into unbundled-packager
2020-08-27 18:54:43 +03:00
robot-clickhouse
74d4fa3993
Update version_date.tsv after release 20.6.5.53
2020-08-27 17:51:22 +03:00
TAC
371ecb4fe6
Documentation of getting-started in Japanese ( #13966 )
...
* Remove machine_translated
* Add 'For non-Linux operating systems and for AArch64 CPU' section
* Translate getting-started/install.md to ja
* Fix index.md anchors
* Translate index.md via GitLocalize
* Translate index.md via GitLocalize
* Translate getting-started/playground.md to ja
* Translate getting-started/index.md to ja
* Translate experiment to 試す in ja
* Translate getting-started/tutoial.md to ja
* Translate getting-started/tutoial.md to ja
* Translate getting-started/example-datasets to ja
* Fix original article path
* Fix getting-started/index.md
* Revert ja/index.md
* Fix Input/Output to 入出力
* Fix Original argicle en
* Fix missing links md files.
`getting-started/sql-reference/statements/optimize.md` is not placed in ja directory.
Currentry, it refer to english one.
* Change link to optimize.md copied from en
* Change link to alter.md ja
2020-08-27 17:46:11 +03:00
alesapin
7e0b7e601d
Fix dates order in list-versions.sh
2020-08-27 17:42:49 +03:00
Amos Bird
078b14610d
ALTER MODIFY SAMPLE BY
2020-08-27 22:31:30 +08:00
robot-clickhouse
7bf83990ae
Update version_date.tsv after release 20.6.5.53
2020-08-27 17:29:13 +03:00
Amos Bird
0c1cf22c00
Allow FETCH PARTITION from other zookeepers
2020-08-27 22:19:18 +08:00
alexey-milovidov
8c1d33cca1
Merge pull request #14154 from amosbird/betterstart
...
Only use sudo when we are not `user`
2020-08-27 17:06:00 +03:00
Artem Zuikov
0d134f2c26
add test
2020-08-27 17:05:55 +03:00
alexey-milovidov
b54011bae2
Merge pull request #14161 from ClickHouse/fix_flaky_test_2
...
Disable several flaky tests for RabbitMQ
2020-08-27 16:58:36 +03:00
Artem Zuikov
4c49539ad7
Revert division
2020-08-27 16:56:22 +03:00
Artem Zuikov
13113dafdc
Update decimal_casts.xml
2020-08-27 16:53:16 +03:00
Artem Zuikov
a521451af8
Update src/Core/DecimalFunctions.h
...
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-08-27 16:51:48 +03:00
Ilya Yatsishin
7509991d82
Merge pull request #14167 from qoega/docker-test-base
...
Switch docker tests to use test-base
2020-08-27 16:45:55 +03:00
Artem Zuikov
2a0b98b19c
add countDigits() function
2020-08-27 16:17:13 +03:00
Yatsishin Ilya
bf6de9c28a
Merge remote-tracking branch 'origin' into unbundled-packager
2020-08-27 16:00:36 +03:00
alesapin
6a963f58da
Merge pull request #14158 from ClickHouse/fix_flaky_test_1
...
Wait for async mutation in test_version_update_after_mutation
2020-08-27 15:59:31 +03:00
alexey-milovidov
e1cf919c93
Merge pull request #14112 from vzakaznikov/testflows_increase_compose_http_timeout_and_retry_docker_compose_up
...
testflows: adding retry logic when bringing up docker-compose cluster
2020-08-27 15:51:16 +03:00