Commit Graph

37983 Commits

Author SHA1 Message Date
Sergei Shtykov
5adc5a51dc Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-138-regionToTopContinent 2020-03-30 15:31:44 +03:00
Sergei Shtykov
14d078d7fb CLICKHOUSEDOCS-138: Fixed lang. 2020-03-30 15:25:54 +03:00
AsiaKorushkina
19c3939b62
asiana21 DOCSUP-658 (#93)
* docs(regionToTopContinent): part of the function description

* docs(regionToTopContinent): some shanges are added in the description

* Update docs/en/query_language/functions/ym_dict_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/ym_dict_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/ym_dict_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/ym_dict_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* docs(regionToTopContinent): some shanges

* docs(regionToTopContinent): added translation of the function description

Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-03-30 15:23:54 +03:00
Ivan Lezhankin
db6e374d39 Fix build for ancient CMake 2020-03-30 15:06:30 +03:00
Ivan Blinkov
700c27a99d
Refactor docs print/pdf (#9934) 2020-03-30 14:39:26 +03:00
alexey-milovidov
9436a136b6
Merge pull request #9919 from azat/system.tables
system.tables improvements (total_rows/total_bytes/storage_policy)
2020-03-30 14:21:49 +03:00
Vitaly Baranov
cf8c722c91
Add test_random_inserts/__init__.py 2020-03-30 14:07:56 +03:00
alesapin
49a0b99c51 Add missed file 2020-03-30 13:40:23 +03:00
philip.han
210024cd3a Fix a corner case of windowFunnel with 'strict_order' 2020-03-30 19:35:54 +09:00
philip.han
d8ff25d364 Fix a bug that windowFunnel() returns null. 2020-03-30 19:29:13 +09:00
alesapin
8d19f9f7d7 Add hard timeouts to alter tests 2020-03-30 13:21:08 +03:00
imgbot[bot]
8087751453
[ImgBot] Optimize images (#9930)
/website/images/flags/es.svg -- 58.45kb -> 57.89kb (0.95%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-30 12:37:06 +03:00
Ivan Blinkov
99979a29df
Update README.md 2020-03-30 11:36:24 +03:00
Ivan Blinkov
2cb1939dce
Update es.svg 2020-03-30 11:33:19 +03:00
imgbot[bot]
eab2829812
[ImgBot] Optimize images (#9929)
*Total -- 128.15kb -> 127.56kb (0.45%)

/website/images/flags/es.svg -- 119.33kb -> 118.77kb (0.48%)
/website/images/mkdocs/single.svg -- 0.63kb -> 0.63kb (0.46%)
/website/images/mkdocs/search.svg -- 0.96kb -> 0.95kb (0.31%)
/website/images/mkdocs/edit.svg -- 0.97kb -> 0.96kb (0.3%)
/website/images/mkdocs/pdf.svg -- 1.79kb -> 1.78kb (0.16%)
/website/images/mkdocs/multi.svg -- 3.05kb -> 3.05kb (0.1%)
/website/images/index/github.svg -- 1.42kb -> 1.42kb (0.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-30 11:31:35 +03:00
Ivan Blinkov
cc60f0edaf
Custom mkdocs theme (#9874) 2020-03-30 11:25:29 +03:00
Vitaly Baranov
119b16a2a5
Merge pull request #9924 from vitlibar/fix-multiple-hosts-in-create-user
Fix parsing multiple hosts in CREATE USER command.
2020-03-30 05:40:10 +03:00
Gagan Arneja
1d1070af71 Fix a race between DDLWorker and DDLWorkerClnr during startup that causes DDLWorker to exit because of ZooKeeper NONODE error 2020-03-29 18:12:29 -07:00
Vitaly Baranov
d2edeb7be4 Fix parsing multiple hosts in CREATE USER command. 2020-03-30 02:22:06 +03:00
Azat Khuzhin
3d3a82543a Fix optimize_trivial_count_query for queries with GROUP BY
Fixes: 00341_squashing_insert_select2
2020-03-30 00:37:54 +03:00
Azat Khuzhin
85df027651 Update 00693_max_block_size_system_tables_columns for total_rows/total_bytes 2020-03-30 00:37:54 +03:00
Azat Khuzhin
40f0acfd52 Update 00753_system_columns_and_system_tables for total_bytes 2020-03-30 00:37:54 +03:00
Azat Khuzhin
997c4682aa Add total_bytes to the system.tables 2020-03-30 00:37:54 +03:00
Azat Khuzhin
fe9a638540 Implement totalBytes() for StorageNull 2020-03-30 00:37:54 +03:00
Azat Khuzhin
ee89dfc92b Implement totalBytes() for StorageBuffer 2020-03-30 00:37:54 +03:00
Azat Khuzhin
bc32865e22 Implement totalBytes() for StorageMemory 2020-03-30 00:37:54 +03:00
Azat Khuzhin
08d5872d90 Implement totalBytes() for MergeTree/ReplicatedMergeTree 2020-03-30 00:37:54 +03:00
Azat Khuzhin
4a7ee947b2 Add IStorage::totalBytes() interface 2020-03-30 00:37:54 +03:00
Azat Khuzhin
c2fbba7b9c Update 00753_system_columns_and_system_tables for storage_policy/total_rows 2020-03-30 00:37:54 +03:00
Azat Khuzhin
2489481a46 Add total_rows to the system.tables 2020-03-30 00:37:54 +03:00
Azat Khuzhin
b66f2efc9e Implement totalRows() for StorageNull 2020-03-29 23:28:49 +03:00
Azat Khuzhin
611f565f21 Implement totalRows() for StorageMemory 2020-03-29 23:28:49 +03:00
Azat Khuzhin
83f1fcaf37 Implement totalRows() for StorageBuffer 2020-03-29 23:28:49 +03:00
alexey-milovidov
c6e98ea46f
Merge pull request #9920 from amosbird/jg3
Fix StorageJoin truncate reset overwrite flag
2020-03-29 23:13:04 +03:00
Alexey Milovidov
5c21dee05c Every function in its own file, part 12 2020-03-29 20:04:16 +03:00
Vitaly Baranov
fd3d9ed28f
Merge pull request #9921 from vitlibar/add-test-for-http-and-readonly
Add test for http and readonly
2020-03-29 18:15:15 +03:00
Azat Khuzhin
fbf72aee8d Install storage_policy for Distributed tables (follow-up for #8756) 2020-03-29 17:56:21 +03:00
Azat Khuzhin
0e9ddb9131 Add comments for columns of temporary tables in StorageSystemTables 2020-03-29 17:56:21 +03:00
Vitaly Baranov
5def95f05b Add test for HTTP GET provides readonly access. 2020-03-29 16:21:26 +03:00
Amos Bird
93b7b0bd3a
Fix StorageJoin truncate reset overwrite flag 2020-03-29 18:07:51 +08:00
alexey-milovidov
70a962f1a7
Merge pull request #9905 from CurtizJ/polymorphic-parts
Turn on polymorphic parts for log tables
2020-03-29 04:39:55 +03:00
alexey-milovidov
fdc00fd63a
Merge pull request #9916 from CurtizJ/fix-marks-count
Fix marks count for non-adaptive parts
2020-03-29 04:39:43 +03:00
Anton Popov
ab63bc5bf5 fix marks count for non-adaptive parts 2020-03-29 03:20:38 +03:00
alexey-milovidov
bcbaa1f440
Merge pull request #9909 from azat/system.settings-type
Add type column into system.settings/merge_tree_settings
2020-03-28 20:03:30 +03:00
alexey-milovidov
546970fed2
Update system_tables.md 2020-03-28 20:02:59 +03:00
Azat Khuzhin
419150d81b Basic system.settings/merge_tree_settings coverage 2020-03-28 18:12:43 +03:00
alexey-milovidov
f0a17ee726
Merge pull request #9907 from ClickHouse/remove-useless-code-locks
Remove useless code around locks
2020-03-28 16:23:25 +03:00
alexey-milovidov
719f060d6b
Merge pull request #9598 from hczhcz/patch-0310
Add function arrayReduceInRanges
2020-03-28 16:20:00 +03:00
alexey-milovidov
654ed29f6c
Update arrayReduceInRanges.cpp 2020-03-28 16:18:20 +03:00
alexey-milovidov
5cd9c764a9
Update arrayReduceInRanges.cpp 2020-03-28 16:13:26 +03:00