Maksim Kita
|
df1fe27791
|
Merge pull request #28105 from azat/enable-optimize_distributed_group_by_sharding_key
Enable optimize_distributed_group_by_sharding_key by default
|
2021-08-25 14:07:33 +03:00 |
|
Maksim Kita
|
dc852568c0
|
Merge pull request #27796 from ClickHouse/create-user-defined-lambda-function
Merging #23978
|
2021-08-25 10:08:20 +03:00 |
|
Azat Khuzhin
|
37043b74bf
|
Enable optimize_distributed_group_by_sharding_key by default
Since it requires optimize_skip_unused_shards this should be safe.
|
2021-08-24 23:49:50 +03:00 |
|
Alexey Milovidov
|
a3ecc2b705
|
Remove unused include
|
2021-08-24 23:47:13 +03:00 |
|
Maksim Kita
|
dce3fc60ad
|
Fixed build
|
2021-08-24 19:13:38 +03:00 |
|
Maksim Kita
|
82ba24cd10
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-24 19:12:32 +03:00 |
|
tavplubix
|
0602d74a11
|
Merge pull request #28035 from ClickHouse/fix_replace_ranges_may_stuck
Fix race between REPLACE PARTITION and MOVE PARTITION
|
2021-08-24 17:49:57 +03:00 |
|
Vitaly Baranov
|
64f69462c6
|
Merge pull request #27921 from vitlibar/add-tests-for-field-init
Allow implicit cast bool to Field
|
2021-08-24 17:15:44 +03:00 |
|
Nikolay Degterinsky
|
7630180fe7
|
Merge pull request #28078 from excitoon/patch-12
Fixed a typo in comments to `SinkToStorage`
|
2021-08-24 16:25:24 +03:00 |
|
Nikolay Degterinsky
|
8295d8f2d7
|
Update src/Processors/Sinks/SinkToStorage.h
|
2021-08-24 16:25:01 +03:00 |
|
alexey-milovidov
|
739caf86d5
|
Merge pull request #27484 from excitoon/patch-10
Don't silently ignore errors and don't count delays in `ReadBufferFromS3`
|
2021-08-24 15:26:39 +03:00 |
|
Vladimir Chebotarev
|
82ef8a2b7b
|
Fixed a typo in comments to SinkToStorage .
|
2021-08-24 14:59:29 +03:00 |
|
Vladimir C
|
5f4ca42d15
|
Merge pull request #23051 from excitoon-favorites/s3partitionedwrite
|
2021-08-24 10:58:43 +03:00 |
|
Vladimir C
|
0858fdf113
|
Merge pull request #27036 from nickitat/nickitat_select_filter
|
2021-08-24 10:18:55 +03:00 |
|
Nikolai Kochetov
|
3db619cffc
|
Merge pull request #28027 from ClickHouse/fix-throw-without-exception-in-mysql
Fix throw without exception in MySQL source.
|
2021-08-24 10:13:12 +03:00 |
|
Vladimir C
|
98acccbdcc
|
Merge branch 'master' into s3partitionedwrite
|
2021-08-24 10:03:57 +03:00 |
|
Vitaly Baranov
|
1efed59d84
|
Update Field.h
|
2021-08-24 08:53:21 +03:00 |
|
Vitaly Baranov
|
63e8bc1f20
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
|
Vitaly Baranov
|
139199ac66
|
Add trimLeft() and trimRight() overloads for strings.
|
2021-08-23 23:41:45 +03:00 |
|
Vitaly Baranov
|
4c9d9aadd4
|
Add owning ConcatReadBuffer.
|
2021-08-23 23:41:45 +03:00 |
|
Vitaly Baranov
|
2ac97c7fc3
|
Make IDatabase::getTablesIterator() const.
|
2021-08-23 23:41:45 +03:00 |
|
Anton Popov
|
0db8b524f0
|
Merge pull request #27984 from BraulioVM/optimize/has-all-bloom-filter
Make `hasAll` filter condition leverage bloom filters
|
2021-08-23 22:19:50 +03:00 |
|
Alexander Tokmakov
|
d95131dd4a
|
better check for alter partition version
|
2021-08-23 20:51:20 +03:00 |
|
Maksim Kita
|
010d72593f
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
|
Nikita Mikhaylov
|
fb6462d70a
|
Merge pull request #27886 from vitlibar/add-separate-constants-for-interfaces
Add separate constants for interfaces LOCAL and TCP_INTERSERVER.
|
2021-08-23 16:25:01 +03:00 |
|
Nikolai Kochetov
|
5842d3573d
|
Fix throw without exception in MySQL source.
|
2021-08-23 15:49:41 +03:00 |
|
Ilya Yatsishin
|
315a835c95
|
Merge pull request #28020 from qoega/fix-style
|
2021-08-23 15:48:41 +03:00 |
|
Yatsishin Ilya
|
17bb938541
|
fix style
|
2021-08-23 13:59:01 +03:00 |
|
alexey-milovidov
|
a461f30d1a
|
Merge pull request #27758 from RedClusive/feature-quantileBfloat16
Fix unknown quantile bfloat16 weighted
|
2021-08-23 13:16:52 +03:00 |
|
Vladimir C
|
bce6d092ea
|
Merge pull request #27858 from ianton-ru/MDB-14264
Use Multipart copy upload for large S3 objects
|
2021-08-23 11:32:19 +03:00 |
|
Maksim Kita
|
2a6aa50d49
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-23 11:08:49 +03:00 |
|
alesapin
|
31b12b5240
|
Merge pull request #27787 from kafka1991/master
modify column datatype to Nullable(datatype) or Nullable(datatype) to Nullable(datatype) donot allways need mutations.
|
2021-08-23 10:35:39 +03:00 |
|
Vitaly Baranov
|
89166a655a
|
Init SettingFieldBool with true or false, not with 1 or 0.
|
2021-08-23 09:47:36 +03:00 |
|
Kseniia Sumarokova
|
e4a46eaac8
|
Merge pull request #27991 from kssenii/fix-progress
Fix file progress for local
|
2021-08-23 09:36:29 +03:00 |
|
vdimir
|
6fe63a80bc
|
Fix validateKey/Bucket for S3
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
295c8d5686
|
Remove unused Error Code from IO/S3Common.cpp
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
2907c86c2a
|
Generate ya.make for isValidUTF8.cpp
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
6ba6577978
|
Do not allow slashes in bucket formatted from PARTITION BY
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
c4c42b61c4
|
Validate uft8 in partition key from PARTITION BY for s3
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
2c725a19fa
|
Move isValidUTF8Naive from Functions to Common
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
925c496b6c
|
Rolled back changes in Functions .
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
6e600df160
|
Rolled back changes in Functions .
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
3c08a4a23b
|
Rolled back changes in Functions .
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
f6cb82aba5
|
Minor fix.
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
e203c330c2
|
Validation.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
3c2e090b6b
|
Build and style fix.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
a2bbf98253
|
Update.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
0479edd47e
|
Improved validation of S3 buckets and keys.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
6e10d28c78
|
Fix.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
ea67849fd9
|
Typo.
|
2021-08-23 09:22:14 +03:00 |
|