Commit Graph

85842 Commits

Author SHA1 Message Date
Ivan Blinkov
123ea5117f
Update base.js 2022-03-24 22:55:26 +03:00
Kseniia Sumarokova
36a741d4ca
Merge pull request #35569 from bigo-sg/update_hive_doc
Update doc of hive
2022-03-24 20:53:54 +01:00
alesapin
137dd93ee0
Merge pull request #35583 from ClickHouse/docker-labels
Docker labels
2022-03-24 20:50:29 +01:00
kssenii
0c6577eee0 Merge master 2022-03-24 20:49:02 +01:00
Ivan Blinkov
a2c4073ca1
[docs] remove Metrika counter 2022-03-24 22:48:24 +03:00
avogar
c63bc05292 Add test 2022-03-24 19:32:14 +00:00
Alexander Tokmakov
7c0bdbfa93 fix stupid bug 2022-03-24 20:24:05 +01:00
Mikhail f. Shiryaev
a60737e67e
Merge pull request #35585 from ClickHouse/docs-release-fix
Pin jinja2 to 3.0.3 to have working jinja2.contextfilter
2022-03-24 19:25:53 +01:00
Anton Popov
1c2afcdee1 better test 2022-03-24 18:22:41 +00:00
mergify[bot]
3b0669bf13
Merge branch 'master' into libcxx14 2022-03-24 18:18:04 +00:00
kssenii
d9d9f3bc6d Fix 2022-03-24 19:10:53 +01:00
Mikhail f. Shiryaev
87a8e4195f
Merge pull request #35589 from ClickHouse/version-string
Fix version string update, fix #35518
2022-03-24 19:10:03 +01:00
Anton Popov
78100abc5f add parallel parsing and schema inference for type Object 2022-03-24 17:51:35 +00:00
mergify[bot]
0b95348215
Merge branch 'master' into libcxx14 2022-03-24 17:39:01 +00:00
tavplubix
d910357e69
Update test.py 2022-03-24 20:25:16 +03:00
Dmitry Novik
6470684880
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:50 +01:00
Dmitry Novik
1b1a624df0
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:23 +01:00
Mikhail f. Shiryaev
d90627e82f
Fix version string update, fix #35518 2022-03-24 17:50:31 +01:00
Dmitry Novik
9488c5b2fd
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:48:11 +01:00
Dmitry Novik
581bcea1f0
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:59 +01:00
Dmitry Novik
56d20e00cc
Update src/Common/OvercommitTracker.cpp
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:48 +01:00
Dmitry Novik
a60e5bf427
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:37 +01:00
Mikhail f. Shiryaev
e2f4546f85
Pin jinja2 to 3.0.3 to have working jinja2.contextfilter 2022-03-24 17:36:21 +01:00
kssenii
e91e30aaa4 Fix 2022-03-24 17:10:27 +01:00
kssenii
dad4e5b0c5 Fix 2022-03-24 17:10:04 +01:00
Nikolai Kochetov
9282f3ff5e
Merge pull request #35034 from DevTeamBK/libxml_upgrade
libxml2 package under contrib directory is upgraded to 2.9.13
2022-03-24 16:47:38 +01:00
avogar
151067a3f9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into Avogar-patch-3 2022-03-24 15:32:07 +00:00
mergify[bot]
52099b23a1
Merge branch 'master' into case-insensitive-column-matching 2022-03-24 15:24:46 +00:00
Mikhail f. Shiryaev
b2863d4cea
Rebuild docs-check for a test 2022-03-24 16:24:07 +01:00
Mikhail f. Shiryaev
d6fc6b9c44
Add build-url label to built docker images 2022-03-24 16:24:06 +01:00
mergify[bot]
80e6f25281
Merge branch 'master' into betterbracketedpaste 2022-03-24 15:00:08 +00:00
Sergei Trifonov
a90e83665d
Merge pull request #35343 from ClickHouse/parallel-multipart-upload-for-s3storage
allow parallelization of multipart S3 storage upload; fixes #34350
2022-03-24 15:58:29 +01:00
Alexey Milovidov
66a6352378
Merge pull request #35556 from ClickHouse/revert-35524-fix-stack-overflow
Revert "Decrease data_type_max_parse_depth a little to avoid stack overflow in coroutines"
2022-03-24 17:57:24 +03:00
Alexey Milovidov
31420615c0
Merge pull request #35553 from ClickHouse/kostik-consistent-hash
Rename `yandexConsistentHash` to `kostikConsistentHash`
2022-03-24 17:56:59 +03:00
Alexey Milovidov
ea7a1be826
Merge pull request #35555 from ClickHouse/cleanup-test-data
Cleanup test data
2022-03-24 17:56:47 +03:00
Kruglov Pavel
f07918c659
Increase stack size 2022-03-24 15:50:32 +01:00
kssenii
f9b538fb0c Fix 2022-03-24 15:38:29 +01:00
Mikhail f. Shiryaev
3516eb0524
Make GITHUB_RUN_URL variable and use it 2022-03-24 15:37:53 +01:00
Sergei Trifonov
2e2a1c06a2 Merge branch 'startup-sanity-checks' of github.com:ClickHouse/ClickHouse into startup-sanity-checks 2022-03-24 15:30:59 +01:00
Sergei Trifonov
041e348076 cosmetic bugfix 2022-03-24 15:30:10 +01:00
mergify[bot]
394fdb4fb8
Merge branch 'master' into startup-sanity-checks 2022-03-24 14:23:38 +00:00
Antonio Andelic
34b2307259 Convert columns to full when multiple disjunct used 2022-03-24 13:56:00 +00:00
taiyang-li
c0eb9f73a9 remote std::cout 2022-03-24 21:17:43 +08:00
Kruglov Pavel
98be162d20
Update comment 2022-03-24 13:49:26 +01:00
Maksim Kita
a4e8e940bc Fixed tests 2022-03-24 13:45:04 +01:00
Kruglov Pavel
c2520d7f8f
Merge pull request #35580 from ClickHouse/Avogar-patch-2
Don't run 01318_long_unsuccessful_mutation_zookeeper test in backward compatibility check
2022-03-24 13:40:17 +01:00
Kruglov Pavel
65598f40b2
Don't run 01318_long_unsuccessful_mutation_zookeeper test in backward compatibility check 2022-03-24 13:39:52 +01:00
Kruglov Pavel
87ff97f910
Merge pull request #35047 from Avogar/random-settings
Add next batch of random settings in functional tests
2022-03-24 13:38:43 +01:00
mergify[bot]
d79fb9d63d
Merge branch 'master' into betterbracketedpaste 2022-03-24 12:29:04 +00:00
Kruglov Pavel
b16c5916a0
Merge pull request #35507 from ClickHouse/Avogar-patch-2
Add more validations in mask operations
2022-03-24 13:06:15 +01:00