alesapin
|
2eee79dc2a
|
Review fixes
|
2022-04-20 13:26:20 +02:00 |
|
alesapin
|
40c15222f8
|
Merge branch 'master' into fix_trash
|
2022-04-20 12:45:49 +02:00 |
|
tavplubix
|
2c54381520
|
Merge pull request #36200 from ClickHouse/fix_create_as_replicated_default_args
Fix CREATE AS for ReplicatedMergeTree with default arguments
|
2022-04-20 12:01:13 +03:00 |
|
Kseniia Sumarokova
|
f37812f89a
|
Merge pull request #36079 from kssenii/change-hashed-path
Change hashed path for cache
|
2022-04-20 10:27:44 +02:00 |
|
Kseniia Sumarokova
|
766a84e64f
|
Merge pull request #35915 from kssenii/better-s3-settings
Better settings configuration for s3
|
2022-04-20 10:22:06 +02:00 |
|
Antonio Andelic
|
f0774ca9ee
|
Merge pull request #36393 from tcoyvwac/fix/prefer-standard-algorithms-std-transform-storages
Minor refactor to prefer C++ Standard Algorithms
|
2022-04-20 08:42:54 +02:00 |
|
Antonio Andelic
|
bbb0be6a44
|
Merge pull request #36402 from rschu1ze/clang-tidy-contains
Activate clang-tidy warning "readability-container-contains"
|
2022-04-20 08:15:46 +02:00 |
|
Yakov Olkhovskiy
|
f6a7b6c2a1
|
Merge pull request #36352 from awakeljw/fork_chmaster
Possible range issues in automatic assigned enums, also fix error message.
|
2022-04-19 23:34:35 -04:00 |
|
Kruglov Pavel
|
894b1b163e
|
Merge pull request #36055 from helifu/master2
Don't materialize external tables if it's explain statement
|
2022-04-19 20:26:27 +02:00 |
|
Kruglov Pavel
|
7fb7fc9daa
|
Merge pull request #36275 from Avogar/fix-insert-select
Place new logic of schema inference in insert select from table function under setting
|
2022-04-19 20:19:28 +02:00 |
|
alesapin
|
aea7c7755a
|
Fix style
|
2022-04-19 17:25:08 +02:00 |
|
alesapin
|
7919485db2
|
Fix
|
2022-04-19 15:57:25 +02:00 |
|
alesapin
|
7cb7c120cc
|
Less ugly
|
2022-04-19 15:53:10 +02:00 |
|
Anton Popov
|
056500f2ad
|
Merge pull request #33391 from zhongyuankai/fix_storage_distributed_ttl
Fix Alter ttl modification unsupported table engine
|
2022-04-19 15:47:01 +02:00 |
|
Kseniia Sumarokova
|
53f1cff96f
|
Merge pull request #36287 from bigo-sg/fixhdfsreadbuffer
Fix ReadBufferFromHDFS crash in debug mode
|
2022-04-19 15:27:51 +02:00 |
|
Robert Schulze
|
72a331189e
|
Fix glitch
|
2022-04-19 14:59:47 +02:00 |
|
Kruglov Pavel
|
ec4e1cb6d8
|
Merge pull request #36211 from Avogar/insert-select-all-formats
Allow insert select for files with formats without schema inference
|
2022-04-19 14:25:59 +02:00 |
|
mergify[bot]
|
3c1dd44b80
|
Merge branch 'master' into fix-insert-select
|
2022-04-19 12:17:31 +00:00 |
|
alesapin
|
7c2fcee351
|
Simplify interface
|
2022-04-19 14:13:11 +02:00 |
|
Antonio Andelic
|
3e77340a81
|
Allow clickhouse-keeper to serve 4-letter commands before quorum (#35992)
* Use async start for clichkouse-keeper
* Return non active server for 4lw commands if quorum not achieved
|
2022-04-19 14:03:00 +02:00 |
|
alesapin
|
cc06bc3d99
|
Add some clarifications
|
2022-04-19 14:01:30 +02:00 |
|
xiedeyantu
|
89d0c30f38
|
Fix the repeated call of func to get the table when drop table (#36248)
|
2022-04-19 13:51:51 +02:00 |
|
tcoyvwac
|
2441d33940
|
storages: prefer standard algorithms
StorageSystemZooKeeper.cpp:
Prefer std::any_of over ranged-for.
|
2022-04-19 13:40:50 +02:00 |
|
tcoyvwac
|
f7789c9b6d
|
storages: prefer standard algorithms
StorageSystemZooKeeper.cpp:
Prefer std::transform over ranged-for.
|
2022-04-19 13:40:49 +02:00 |
|
tcoyvwac
|
10dfeedd23
|
storages: prefer standard algorithms
StorageSystemZooKeeper.cpp:
Prefer std::transform over ranged-for.
|
2022-04-19 13:40:49 +02:00 |
|
alesapin
|
ee8d26ff0e
|
Better test and fix for move
|
2022-04-19 13:27:55 +02:00 |
|
alesapin
|
8ade9fba52
|
Fix
|
2022-04-19 11:56:14 +02:00 |
|
mergify[bot]
|
64d5e0c8a2
|
Merge branch 'master' into change-hashed-path
|
2022-04-19 09:33:48 +00:00 |
|
kssenii
|
0e05e1fa2f
|
Fix
|
2022-04-19 11:31:27 +02:00 |
|
kssenii
|
1f9a597b77
|
Merge master
|
2022-04-19 11:31:13 +02:00 |
|
Yakov Olkhovskiy
|
8a2e006cc4
|
Merge pull request #36374 from ucasfl/typo
fix typo
|
2022-04-18 21:47:45 -04:00 |
|
alesapin
|
c81cb9e563
|
Better
|
2022-04-19 01:12:07 +02:00 |
|
alesapin
|
bd7b3847c1
|
Some code
|
2022-04-19 01:09:09 +02:00 |
|
Robert Schulze
|
118e94523c
|
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
|
2022-04-18 23:53:11 +02:00 |
|
Alexey Milovidov
|
8f8f798438
|
Merge pull request #36368 from ClickHouse/column-nodiscard
Add nodiscard attribute to immutable methods of `IColumn` to avoid errors
|
2022-04-18 23:03:02 +03:00 |
|
mergify[bot]
|
daca157111
|
Merge branch 'master' into fix_storage_distributed_ttl
|
2022-04-18 17:31:59 +00:00 |
|
alesapin
|
a97754f462
|
Fix
|
2022-04-18 13:39:09 +02:00 |
|
alesapin
|
c4b70f3ed3
|
Merge branch 'master' into fix_trash
|
2022-04-18 12:20:09 +02:00 |
|
zhanglistar
|
5670dcf750
|
Fix crash in debug mode of ReadBufferFromHDFS.
|
2022-04-18 17:52:59 +08:00 |
|
alesapin
|
8e01b3a5d7
|
Merge pull request #36369 from ClickHouse/fix-strange-trash-in-keeper
Fix strange trash in Keeper
|
2022-04-18 11:44:02 +02:00 |
|
zhanglistar
|
355333b361
|
Merge branch 'ClickHouse:master' into fixhdfsreadbuffer
|
2022-04-18 16:42:03 +08:00 |
|
fenglv
|
735c38cdcc
|
fix typo
|
2022-04-18 04:59:41 +00:00 |
|
Alexey Milovidov
|
f5e270b2f8
|
Merge pull request #36353 from ucasfl/type-infer-null
Implement type inference for INSERT INTO function null()
|
2022-04-18 07:06:54 +03:00 |
|
Alexey Milovidov
|
0af183826d
|
Merge pull request #36358 from ClickHouse/don-t-randomize-priority
Do not randomize "priority" setting
|
2022-04-18 07:04:36 +03:00 |
|
Alexey Milovidov
|
1333b4cd89
|
Merge pull request #36345 from ucasfl/throw-no-data
Add setting throw_if_no_data_to_insert
|
2022-04-18 07:04:16 +03:00 |
|
Alexey Milovidov
|
f6ab2bd523
|
Merge pull request #36312 from ClickHouse/remove-arcadia
Remove remaining parts of Arcadia
|
2022-04-18 07:02:54 +03:00 |
|
Alexey Milovidov
|
36595e4206
|
Merge pull request #36320 from ClickHouse/fix-clang-tidy-14
Fix clang-tidy-14 (part 1)
|
2022-04-18 07:02:10 +03:00 |
|
Alexey Milovidov
|
48fd09c7db
|
Merge pull request #36310 from ClickHouse/cpuid-remove-trash
Remove trash from CPUID
|
2022-04-18 07:01:23 +03:00 |
|
Alexey Milovidov
|
f86808914c
|
Fix strange trash in Keeper
|
2022-04-18 04:44:30 +02:00 |
|
Alexey Milovidov
|
c23e451b04
|
Add nodiscard attribute to immutable methods of IColumn to avoid errors
|
2022-04-18 04:22:40 +02:00 |
|