Commit Graph

79440 Commits

Author SHA1 Message Date
mergify[bot]
54e324f52a
Merge branch 'master' into remove-recursive-submodules-2 2021-12-16 04:49:32 +00:00
Alexey Milovidov
c148718e73 Fix fast test 2021-12-16 07:47:50 +03:00
Alexey Milovidov
e4cab544ab Fix fast test 2021-12-16 07:46:23 +03:00
Alexey Milovidov
d37c0d0c50 Add the link to the main page 2021-12-16 07:36:44 +03:00
Alexey Milovidov
744f856a91 Fix YAML in MarkDown 2021-12-16 07:32:48 +03:00
alexey-milovidov
1888bd6721
Update clickhouse-v21.12-released.md 2021-12-16 06:50:18 +03:00
alexey-milovidov
e9e733f52b
Update clickhouse-v21.12-released.md 2021-12-16 06:44:15 +03:00
alexey-milovidov
9113020dcd
Update clickhouse-v21.12-released.md 2021-12-16 06:44:01 +03:00
alexey-milovidov
12d24cd152
Update clickhouse-v21.12-released.md 2021-12-16 06:43:07 +03:00
alexey-milovidov
883647532b
Update clickhouse-v21.12-released.md 2021-12-16 06:41:22 +03:00
alexey-milovidov
708afa3dfc
Update clickhouse-v21.12-released.md 2021-12-16 06:40:34 +03:00
alexey-milovidov
21cd8c2497
Update clickhouse-v21.12-released.md 2021-12-16 06:38:20 +03:00
alexey-milovidov
74a0381031
Update clickhouse-v21.12-released.md 2021-12-16 06:35:09 +03:00
alexey-milovidov
2903a4867f
Update clickhouse-v21.12-released.md 2021-12-16 06:34:44 +03:00
alexey-milovidov
74c505ebd3
Update clickhouse-v21.12-released.md 2021-12-16 06:30:31 +03:00
alexey-milovidov
9e4ed67644
Merge pull request #32824 from ClickHouse/21.12-blog-post
21.12 blog post
2021-12-16 06:21:52 +03:00
alexey-milovidov
e06788a29d
Update clickhouse-v21.12-released.md 2021-12-16 06:21:38 +03:00
alexey-milovidov
ead64f8aab
Merge pull request #32823 from den-crane/patch-48
Update CHANGELOG.md
2021-12-16 06:17:57 +03:00
Alexey Milovidov
8d2dfa82a6 21.12 blog post 2021-12-16 06:17:20 +03:00
zhanglistar
bc4a2ca073
Update KeeperStorage.cpp
modify potential overflow sub.
2021-12-16 09:25:38 +08:00
Denny Crane
666c197318
Update CHANGELOG.md 2021-12-15 20:40:42 -04:00
Alexey Milovidov
f7938fc83a Merge branch 'crb-21.12-release-blog-post' of github.com:flickerbox/ClickHouse into 21.12-blog-post 2021-12-16 03:11:49 +03:00
Alexey Milovidov
3506b12ccb Remove recursive submodules 2021-12-16 02:22:05 +03:00
alexey-milovidov
6d82644094
Update DatabaseMySQL.cpp 2021-12-16 02:02:36 +03:00
alexey-milovidov
6083869b5d
Merge pull request #32669 from Algunenano/wip_mv_into_join
Fix LOGICAL_ERROR when the target of a materialized view is a JOIN or a SET table
2021-12-16 02:01:31 +03:00
alexey-milovidov
c7a5fb7582
Merge pull request #32507 from DMokhnatkin/apache-arrow-fix
The proper handler for apache arrow column duplication
2021-12-16 01:55:13 +03:00
alexey-milovidov
d112b30d78
Merge pull request #32291 from cmsxbc/fix-multiply-row-policies-on-same-column
Fix broken select query with multiply row policies on same column
2021-12-16 01:52:12 +03:00
Maksim Kita
3fafe641d0
Merge pull request #32810 from den-crane/patch-47
Doc. Totals insert into select
2021-12-16 01:44:41 +03:00
alexey-milovidov
5293555d4d
Merge pull request #31797 from aiven/kmichel-fix-base64encode-too-fast
Fix base64Encode adding trailing bytes on small strings
2021-12-16 01:35:22 +03:00
Nikita Mikhaylov
40e9195b57
Merge pull request #32815 from nikitamikhaylov/azure-build
Made Azure blob storage to obey ENABLE_LIBRARIES flag
2021-12-16 00:57:26 +03:00
Kseniia Sumarokova
5c9dc4d79f
Ping CI 2021-12-16 00:37:14 +03:00
alesapin
c9b03eaf64
Update entrypoint.sh 2021-12-15 22:28:21 +03:00
Nikita Mikhaylov
2c87e30d6d Done 2021-12-15 18:31:55 +00:00
Alexander Tokmakov
1b02136941 fix skipping of some mutations 2021-12-15 21:19:29 +03:00
cmsxbc
10cbdcd34f
fix docs anchor 2021-12-16 01:15:23 +08:00
Raúl Marín
c61277fbac Move the logic to the saving part instead
This way we can reuse scalars from other queries (non MVs) and
leave the door open for future improvements
2021-12-15 17:47:17 +01:00
Raúl Marín
f367634271 Do not use scalar cache when processing MV blocks 2021-12-15 17:25:30 +01:00
Denny Crane
41fc080c04
Update group-by.md 2021-12-15 12:18:50 -04:00
Denny Crane
43fa39cec1
Update group-by.md 2021-12-15 12:16:49 -04:00
alesapin
6f2543b943 Better fix 2021-12-15 18:50:11 +03:00
alesapin
6799ce2162 Add retries to curl 2021-12-15 18:46:40 +03:00
vdimir
2c46ede8bb
Add test arrow_duplicate_columns 2021-12-15 18:30:32 +03:00
Dmitrii Mokhnatkin
2147658432
Proper handler for apache arrow column duplication 2021-12-15 18:30:32 +03:00
alesapin
4307a574ec
Merge pull request #32478 from ClickHouse/clean-ccache
Improve workflow jobs
2021-12-15 17:59:01 +03:00
alesapin
9f0a2b348b Update NuRaft 2021-12-15 17:50:51 +03:00
Kseniia Sumarokova
acfbb795b9
Merge pull request #32797 from ClickHouse/kssenii-patch-2
Fix `--database` option for clickhouse-local
2021-12-15 16:51:25 +03:00
alesapin
8d6bea91e8
Update pr_info.py 2021-12-15 16:35:53 +03:00
alesapin
5430f1a413
Update pr_info.py 2021-12-15 16:26:46 +03:00
alesapin
73a593b676
Merge branch 'master' into refactor_ci_tests1 2021-12-15 16:11:28 +03:00
Maksim Kita
655cc20525
Merge pull request #32758 from kitaisreal/sql-user-defined-functions-support-subqueries
SQLUserDefinedFunctions support subqueries
2021-12-15 15:57:20 +03:00