Commit Graph

58795 Commits

Author SHA1 Message Date
romanzhukov
348e76a47f DOCSUP-7042: Fix by PR comments. 2021-03-18 16:16:15 +03:00
Roman Bug
46280409db
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:41 +03:00
Roman Bug
f3d8ef5f50
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:36 +03:00
Roman Bug
7bde901172
Update docs/ru/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:31 +03:00
Roman Bug
18eb3dbaf5
Update docs/ru/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:24 +03:00
Roman Bug
8b85c36175
Update docs/ru/operations/quotas.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:19 +03:00
Roman Bug
de23bc1f6d
Update docs/ru/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 09:30:14 +03:00
romanzhukov
4ac453baf5 DOCSUP-7042: Fix link ru. 2021-03-10 22:15:56 +03:00
romanzhukov
892589536c DOCSUP-7042: Add quotas doc. 2021-03-10 21:46:14 +03:00
romanzhukov
5174db29c1 DOCSUP-7042: Update deltaSum function doc. 2021-03-10 21:08:30 +03:00
tavplubix
26ebd54eaf
Merge pull request #20961 from havardk/reconnect
MaterializeMySQL: Attempt to reconnect to MySQL if the connection is lost
2021-03-10 20:07:11 +03:00
alexey-milovidov
87313d5da7
Merge pull request #21354 from MyroTk/tfs_rbac_row_policy
Testflows RBAC tests - ALL, NONE, and ROW POLICY.
2021-03-10 19:25:42 +03:00
Vitaly Baranov
7364fe4d4c
Merge pull request #21190 from vitlibar/quota-test-more-cases
Add more tests for quota consumption by the SHOW statement
2021-03-10 16:41:38 +03:00
Alexander Kuzmenkov
b399f80b7e
Merge pull request #21572 from ClickHouse/aku/frame-typo
fix a typo in window functions frame
2021-03-10 13:38:39 +03:00
alesapin
e27715e55e
Merge pull request #21331 from godliness/master
Fix error configuration for cluster secret
2021-03-10 10:09:29 +03:00
Vladimir
33dce1296b
Merge pull request #20392 from vdimir/cross-to-inner-join-rewrite 2021-03-10 09:53:55 +03:00
alexey-milovidov
e961963475
Merge pull request #21540 from nautaa/master
Fix typo in "query-complexity.md"
2021-03-10 09:47:32 +03:00
alexey-milovidov
f4db00bdb2
Merge pull request #21546 from kitaisreal/shell-command-wait-pid-signal-eintr-fix
ShellCommand waitpid eintr signal fix
2021-03-10 09:12:53 +03:00
Alexander Kuzmenkov
8c5240e3a0 fix a typo in window functions frame 2021-03-10 01:24:46 +03:00
tavplubix
5a6cc876e4
Merge pull request #20626 from ClickHouse/fix_force_drop_materialized_view
Make force_drop_table work with MaterializedView
2021-03-09 20:05:51 +03:00
MyroTk
9dd232cf90 Graphite updates for all tests 2021-03-09 17:54:56 +01:00
Maksim Kita
43ba554191
Merge pull request #20595 from kitaisreal/cache-dictionaries-lru-cache
Cache dictionaries lru cache
2021-03-09 19:14:30 +03:00
MyroTk
084aac07c0 Graphite config fix 2021-03-09 17:07:45 +01:00
MyroTk
1293316264 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_rbac_row_policy 2021-03-09 17:07:17 +01:00
alesapin
bcd073278d
Merge pull request #21425 from ClickHouse/persistent_nukeeper_snapshot_storage
Persistent nukeeper snapshot storage
2021-03-09 18:37:23 +03:00
alesapin
bbfb6c385d
Merge pull request #21544 from nicelulu/fix_fd_ready
Fix incorrect fd_ready assignment in NuKeeperTCPHandler.
2021-03-09 18:23:24 +03:00
Vitaly Baranov
25b88afa66 Add more tests for quota consumption by the SHOW statement. 2021-03-09 18:01:34 +03:00
Alexander Kuzmenkov
0de89e2925
Merge pull request #19401 from CurtizJ/aggregating-in-order
Try improve performance of aggregation in order of sorting key
2021-03-09 16:53:32 +03:00
tavplubix
18db0e5683
trigger CI 2021-03-09 14:58:07 +03:00
Alexander Kuzmenkov
4b0cbb6ed7
Update FinishAggregatingInOrderAlgorithm.h 2021-03-09 13:43:06 +03:00
Maksim Kita
882dde56ea ShellCommand waitpid eintr signal fix 2021-03-09 13:13:19 +03:00
zhangxiao871
846f5a93a9 Fix incorrect fd_ready assignment in NuKeeperTCPHandler. 2021-03-09 17:42:27 +08:00
alesapin
90d019a281
Merge pull request #21508 from ClickHouse/fix_stop_merges_global
Fix global stop merges in test
2021-03-09 11:37:13 +03:00
Nikolai Kochetov
2a56697f6c Update prewhere_with_row_level_filter.xml 2021-03-09 11:15:03 +03:00
alesapin
dcc6c9d378 More tries to wait server start 2021-03-09 10:19:14 +03:00
nautaa
a5d4484e11 update query-complexity.md 2021-03-09 14:41:53 +08:00
vdimir
36006a7e96
Merge branch 'master' into cross-to-inner-join-rewrite 2021-03-09 09:36:15 +03:00
Vladimir
6ec19b2632
Merge pull request #19885 from ClickHouse/vdimir/join-cast-types-v2 2021-03-09 09:30:50 +03:00
alexey-milovidov
0a3275e169
Merge pull request #21496 from Felixoid/rollup_grow
Add check for growing age AND precision in rollup config
2021-03-09 07:31:07 +03:00
alexey-milovidov
4125a78be6
Merge pull request #21523 from MikuSugar/patch-1
Update replication.md
2021-03-09 03:10:37 +03:00
alexey-milovidov
64abb147f9
Merge pull request #21531 from savrus/reading-from-external-memory
Add Reading from External Memory blog post
2021-03-09 03:05:26 +03:00
Ruslan Savchenko
b636015fe2 Add Reading from External Memory blog post 2021-03-09 03:03:37 +03:00
alexey-milovidov
da6c5b4afd
Merge pull request #21527 from Islam93/patch-1
Update join.md
2021-03-09 02:49:12 +03:00
Kruglov Pavel
c464e3c57b
Merge pull request #21311 from ucasFL/fix-format
improve clickhouse-format
2021-03-09 02:16:05 +03:00
Alexey Milovidov
7f38f91016 More instructions 2021-03-09 01:43:18 +03:00
Maksim Kita
edb673af56 Fixed tests 2021-03-09 01:03:25 +03:00
alesapin
f555e65cc8 Merge branch 'master' into persistent_nukeeper_snapshot_storage 2021-03-08 22:30:17 +03:00
Islam Israfilov
bf44ce675d
Update join.md 2021-03-08 17:43:07 +03:00
vdimir
cc770ad441
Fixes for join key inferring
Fix error with wrong right column type in aggregate with nulls

Add logging inferred type for join keys

Add test for join_use_nulls
2021-03-08 17:21:50 +03:00
Alexey Milovidov
a90a9cffc4 Add more fresh result from Ryzen 2021-03-08 14:10:55 +03:00