Timur Solodovnikov
|
e58a63b451
|
addressing PR comments
|
2023-05-01 16:13:45 -07:00 |
|
Alexey Milovidov
|
5013b96ea7
|
Merge pull request #49355 from ClickHouse/alexey-milovidov-patch-7
Update ci_config.py
|
2023-05-02 02:13:44 +03:00 |
|
Alexey Milovidov
|
51847fbf10
|
Merge pull request #49321 from nickitat/rand_exp
Presumably better buffer size for reading from fs
|
2023-05-02 02:06:25 +03:00 |
|
Timur Solodovnikov
|
c1f95f3db9
|
few more tests:
- create table
- add column
|
2023-05-01 14:21:14 -07:00 |
|
Nikita Mikhaylov
|
1ec176cb64
|
Update 02725_alias_columns_should_not_allow_compression_codec.sql
|
2023-05-01 23:01:05 +02:00 |
|
Timur Solodovnikov
|
eb8dd7fe5d
|
Merge branch 'master' of github.com:tsolodov/ClickHouse
|
2023-05-01 14:00:13 -07:00 |
|
Timur Solodovnikov
|
c7295db43e
|
nit
|
2023-05-01 13:59:38 -07:00 |
|
Robert Schulze
|
3d467febe0
|
Fix build
|
2023-05-01 20:58:10 +00:00 |
|
Timur Solodovnikov
|
9be60b462b
|
Merge branch 'master' into master
|
2023-05-01 13:52:35 -07:00 |
|
Timur Solodovnikov
|
6566ed7863
|
removed loop & added tests
|
2023-05-01 13:51:46 -07:00 |
|
Robert Schulze
|
550e430c28
|
A better way of excluding ISA-L on non-x86
Follow-up to #49256. More 'modern', i.e. uses a CMake TARGET exists
check instead of an internal variable.
|
2023-05-01 20:42:57 +00:00 |
|
Kseniia Sumarokova
|
0f6a81843f
|
Merge pull request #49364 from DanRoscigno/docs-dynamic-disk
add docs for nested dynamic disks
|
2023-05-01 22:35:33 +02:00 |
|
Kseniia Sumarokova
|
044cfe5a22
|
Remove wrong assertion
|
2023-05-01 22:32:31 +02:00 |
|
kssenii
|
fbdccbd25f
|
Merge remote-tracking branch 'origin/better-local-object-storage' into better-local-object-storage
|
2023-05-01 22:25:28 +02:00 |
|
Sema Checherinda
|
ff648b7b36
|
mute the bug, will open new pr with fix
|
2023-05-01 21:53:05 +02:00 |
|
kssenii
|
f325ba1794
|
Better
|
2023-05-01 21:10:37 +02:00 |
|
alesapin
|
0f6a4b973e
|
Merge branch 'master' into ttl_on_insert
|
2023-05-01 21:02:04 +02:00 |
|
DanRoscigno
|
4ae2a467f7
|
add note about other disk types
|
2023-05-01 14:50:08 -04:00 |
|
Sema Checherinda
|
e3647571f2
|
explicit drop table for tests
|
2023-05-01 20:45:20 +02:00 |
|
Sema Checherinda
|
02b7c2fe90
|
clearing s3 between tests in a robust way
|
2023-05-01 20:45:10 +02:00 |
|
Dan Roscigno
|
2b141a195a
|
Apply suggestions from code review
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
|
2023-05-01 14:38:05 -04:00 |
|
alesapin
|
a3f9a8b87b
|
Fix bug in removal of existing part directory
|
2023-05-01 20:32:01 +02:00 |
|
DanRoscigno
|
fa4ab93f21
|
add dynamic and nested dynamic
|
2023-05-01 14:06:50 -04:00 |
|
DanRoscigno
|
30dd645b4f
|
add docs for nested dynamic disks
|
2023-05-01 13:02:32 -04:00 |
|
Nikita Mikhaylov
|
503f099afe
|
Merge branch 'master' into master
|
2023-05-01 18:50:44 +02:00 |
|
Nikolai Kochetov
|
631e81c53f
|
Respect projections in 01600_parts
|
2023-05-01 16:42:55 +00:00 |
|
Timur Solodovnikov
|
fc5b0783fd
|
fix for linter
|
2023-05-01 09:40:56 -07:00 |
|
Nikolay Degterinsky
|
65e743735a
|
Merge remote-tracking branch 'upstream/master' into mongodb-array-type
|
2023-05-01 16:33:01 +00:00 |
|
Timur Solodovnikov
|
e49842ff6c
|
block setting codec for alias columns
|
2023-05-01 09:25:08 -07:00 |
|
robot-clickhouse
|
96e4afd89c
|
Automatic style fix
|
2023-05-01 16:10:08 +00:00 |
|
Dmitry Novik
|
fd5dd103b3
|
Use non-default user in test
|
2023-05-01 18:02:08 +02:00 |
|
Shane Andrade
|
bbc5577bcb
|
fix failing tests
|
2023-05-01 08:59:55 -07:00 |
|
Nikolay Degterinsky
|
76a591fa5e
|
Allow restricted keywords if alias is quoted
|
2023-05-01 15:16:12 +00:00 |
|
alesapin
|
66847386df
|
Merge pull request #49146 from ClickHouse/don_t_write_version_file_on_start
Don't add metadata_version file if it doesn't exist
|
2023-05-01 17:04:47 +02:00 |
|
Anton Popov
|
36d53e0d6c
|
Merge branch 'master' into add-async-insert-mt-setting
|
2023-05-01 16:13:23 +02:00 |
|
Dan Roscigno
|
7902a1415e
|
Merge pull request #49353 from ClickHouse/DanRoscigno-patch-5
Update settings.md
|
2023-05-01 09:24:38 -04:00 |
|
Nikita Taranov
|
266c9d403a
|
review fixes
|
2023-05-01 13:09:55 +00:00 |
|
Alexey Milovidov
|
dd7282ea5c
|
Update ci_config.py
|
2023-05-01 16:05:14 +03:00 |
|
Dan Roscigno
|
cae72fa417
|
Merge branch 'master' into DanRoscigno-patch-5
|
2023-05-01 09:05:09 -04:00 |
|
DanRoscigno
|
d21cdde371
|
add check
|
2023-05-01 09:02:32 -04:00 |
|
Nikolay Degterinsky
|
84432b7897
|
Add test
|
2023-05-01 13:01:42 +00:00 |
|
Nikolay Degterinsky
|
1be9371fb5
|
Better
|
2023-05-01 13:01:23 +00:00 |
|
Dan Roscigno
|
d36f60bc4a
|
Update settings.md
add listen_host to prometheus section
|
2023-05-01 08:50:18 -04:00 |
|
alesapin
|
49a7eb71a7
|
Merge pull request #48547 from ClickHouse/keeper-bench-2.0
Keeper bench 2.0
|
2023-05-01 14:48:13 +02:00 |
|
alesapin
|
5b24a84fc0
|
Apply black check
|
2023-05-01 14:02:07 +02:00 |
|
alesapin
|
17effd4f6d
|
Fix black
|
2023-05-01 14:01:42 +02:00 |
|
alesapin
|
21f58df9f7
|
Finally fix flaky test
|
2023-05-01 13:58:10 +02:00 |
|
Alexander Tokmakov
|
451f02be39
|
fix test
|
2023-05-01 13:09:24 +02:00 |
|
Nikolai Kochetov
|
698c3d876b
|
Update 01600_parts_types_metrics_long.sh
|
2023-05-01 12:58:24 +02:00 |
|
Nikolai Kochetov
|
242bf034f5
|
Update 01600_parts_states_metrics_long.sh
|
2023-05-01 12:58:10 +02:00 |
|