Commit Graph

95888 Commits

Author SHA1 Message Date
Yakov Olkhovskiy
ab059930da
Merge pull request #40421 from ClickHouse/ci-pr-from-action-fix2
use input token instead of env var
2022-08-20 09:47:22 -04:00
Kseniia Sumarokova
d335f264d9
Merge pull request #40413 from kssenii/minor-change
FileCache.cpp tiny refactor
2022-08-20 14:59:26 +02:00
Alexey Milovidov
c5a7e75c88 Merge branch 'master' into alexey-milovidov-patch-4 2022-08-20 13:42:39 +02:00
Alexey Milovidov
c2301f00e9 Remove trash 2022-08-20 13:24:13 +02:00
Alexey Milovidov
35ce19ab63
Merge pull request #40354 from azat/tests/stress-dmesg-v3
tests/stress: use --privileged over --cap-add syslog to obtain dmesg
2022-08-20 14:13:55 +03:00
Alexey Milovidov
6f39e3e039
Merge pull request #40419 from ClickHouse/fix-parallel-replicas
Fix obvious trash in Parallel replicas
2022-08-20 14:10:14 +03:00
Alexey Milovidov
fe81e49acd Update security 2022-08-20 13:04:01 +02:00
Alexey Milovidov
40ed829a29
Merge pull request #40074 from HeenaBansal2009/Entrypoint_Issue
Entrypoint to check for HTTPS_PORT if http_port is disabled.
2022-08-20 02:40:20 +03:00
Sema Checherinda
1f8ce6d84e
Merge pull request #40292 from CheSema/fix-heap-overflow-httpchunkedreadbuffer
fix heap buffer overflow by limiting http chunk size
2022-08-20 01:01:29 +02:00
Maksim Kita
f80cd63198
Merge branch 'master' into proxy-resolver-stop-on-successful-request 2022-08-19 23:02:16 +02:00
Yakov Olkhovskiy
151afb16e2 add EOL 2022-08-19 20:57:12 +00:00
Yakov Olkhovskiy
d81ec25027 add --exec param, allow compressed to be renamed 2022-08-19 20:43:10 +00:00
Alexey Milovidov
34cd709f0d
Merge pull request #40425 from ClickHouse/Avogar-patch-1
Update CHANGELOG.md
2022-08-19 23:16:43 +03:00
Kruglov Pavel
9f08d19a63
Fix typo 2022-08-19 22:07:40 +02:00
Kruglov Pavel
f1f6814791
Update CHANGELOG.md 2022-08-19 22:06:15 +02:00
Alexey Milovidov
4082237a6b
Merge pull request #40415 from den-crane/patch-34
Update CHANGELOG.md
2022-08-19 22:53:25 +03:00
Alexey Milovidov
9ec13e730b
Merge pull request #40418 from den-crane/patch-35
Doc. monthName
2022-08-19 22:51:52 +03:00
Azat Khuzhin
b92d8b302a tests: fix test_storage_s3::test_wrong_format_usage flakiness
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-19 21:51:23 +02:00
Yakov Olkhovskiy
43227e76eb
use input token instead of env var 2022-08-19 14:55:02 -04:00
Denny Crane
54374e22e6
Update date-time-functions.md 2022-08-19 15:09:40 -03:00
Nikita Mikhaylov
4a453f0776 Fix obvious trash 2022-08-19 18:08:13 +00:00
Nikita Taranov
9f1ee52b00
Run all queries from changed perf tests (#40322)
* impl

* fix
2022-08-19 19:46:07 +02:00
Denny Crane
e122d74456
Update CHANGELOG.md 2022-08-19 13:59:01 -03:00
avogar
5ab87f1da4 Small refactoring 2022-08-19 16:42:23 +00:00
avogar
612ffaffde Make schema inference cache better, respect format settings that can change the schema 2022-08-19 16:39:13 +00:00
kssenii
e641664115 Refactor 2022-08-19 18:15:18 +02:00
Yakov Olkhovskiy
90f17a9440
Merge pull request #40067 from ClickHouse/ci-pr-from-action-fix
use ROBOT_CLICKHOUSE_COMMIT_TOKEN for create-pull-request
2022-08-19 08:59:40 -04:00
Alexey Milovidov
3b399ad549
Merge pull request #40358 from ClickHouse/auto/v22.8.1.2097-lts
Update version_date.tsv and changelogs after v22.8.1.2097-lts
2022-08-19 15:54:05 +03:00
Alexey Milovidov
5f4d4fd878
Merge pull request #40362 from den-crane/patch-33
Doc. ReplacingMergeTree Example
2022-08-19 15:52:40 +03:00
Alexey Milovidov
2d1628439b
Merge pull request #40357 from ClickHouse/22.9-prepare
Update version after release
2022-08-19 15:51:30 +03:00
Alexey Milovidov
b6388583b3
Merge pull request #40366 from DanRoscigno/update-zero-copy-replication
update for setting change
2022-08-19 15:48:35 +03:00
Alexey Milovidov
230ceb064d
Merge pull request #40324 from ClickHouse/changelog-22.8
Changelog for version 22.8
2022-08-19 15:47:24 +03:00
Duc Canh Le
24682556a4
Fix storage merge on view cannot use primary index (#40233)
* fix storage merge on view cannot use index

* minor fix code + tests

* fix view stage

* fix stage

* fix style

* fix tests
2022-08-19 14:24:22 +02:00
Azat Khuzhin
50bddc43dc tests/stress: ignore NETLINK_ERROR from checkPermissionsImpl
Since now with --privileged it has CAP_SYS_ADMIN and tries to
communicate via netlink.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-19 14:07:06 +02:00
Sergei Trifonov
7c18d5b34f
Merge pull request #40348 from ClickHouse/threads-soft-limit-rename
split concurrent_threads_soft_limit setting into two
2022-08-19 13:39:32 +02:00
Azat Khuzhin
4de309718b tests/stress: use --privileged over --cap-add syslog to obtain dmesg
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-19 13:31:05 +02:00
Kruglov Pavel
c4f9508b80
Merge pull request #40355 from Avogar/better-schema-cache-test
Make test for s3 schema inference cache better
2022-08-19 12:17:49 +02:00
Alexander Tokmakov
5ac911ee92
Merge pull request #40388 from ClickHouse/tavplubix-patch-3
Suppress "Cannot find column <subquery> in ActionsDAG result"
2022-08-19 13:14:38 +03:00
Robert Schulze
77e64935e1
Reduce some usage of StringRef 2022-08-19 09:56:59 +00:00
alesapin
9ec164fc07
Update 02403_ttl_column_multiple_times.sql 2022-08-19 11:36:33 +02:00
Sema Checherinda
f8480c26e7 do not trigger allocator to return null under sanitizers 2022-08-19 11:22:34 +02:00
Alexander Tokmakov
8cbdd39c81
Update ActionsDAG.cpp 2022-08-19 11:34:15 +03:00
Alexander Tokmakov
531446d457
Merge pull request #40387 from ClickHouse/tavplubix-patch-3
Disable flaky 02293_part_log_has_merge_reason
2022-08-19 11:29:10 +03:00
Alexander Tokmakov
4bffb76235
Update 02293_part_log_has_merge_reason.sql 2022-08-19 11:27:51 +03:00
Alexander Tokmakov
78cb5b57bd
Merge pull request #40386 from ClickHouse/tavplubix-patch-3
Disable flaky 02382_filesystem_cache_persistent_files
2022-08-19 11:25:50 +03:00
Alexander Tokmakov
00a085fe30
Update 02382_filesystem_cache_persistent_files.sql 2022-08-19 11:24:08 +03:00
Robert Schulze
24615059fb
Merge pull request #40319 from ClickHouse/custom-error-code-in-throwif
Allow custom error code in throwIf
2022-08-19 09:49:35 +02:00
Lloyd-Pottiger
51f53af482 fix tests
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-19 15:24:00 +08:00
Denny Crane
2929632058
Update docs/ru/engines/table-engines/mergetree-family/replacingmergetree.md
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-08-18 23:58:54 -03:00
Mikhail f. Shiryaev
68e98e43ed
Merge pull request #40373 from ClickHouse/cherry-pick-assignees
And the last tiny fix for assignees
2022-08-18 23:56:53 +02:00