alesapin
1aad042d0e
Merge pull request #31156 from ClickHouse/add_pvs_studio_to_actions
...
Add pvs studio to actions
2021-11-08 23:23:27 +03:00
kssenii
7e57368c82
Fix
2021-11-08 19:48:38 +00:00
Kseniia Sumarokova
17d63e54a0
Merge pull request #31164 from ClickHouse/kssenii-fix-typo
...
Fix typo
2021-11-08 22:22:59 +03:00
Kseniia Sumarokova
c458f73138
Update AsynchronousReadIndirectBufferFromRemoteFS.cpp
2021-11-08 22:12:04 +03:00
Kseniia Sumarokova
1167e5aae8
Merge pull request #31112 from kssenii/fix-async-reads
...
Fix threadpool read for remote disks
2021-11-08 22:10:30 +03:00
Cody Baker
8ac5f0e2c2
Crb update case study cards ( #31088 )
...
* Update case study cards to show bullets when open
* Update title and cleanup tile transition
2021-11-08 22:05:43 +03:00
Pavel Medvedev
340aed30b6
revert cgroup memory limit to uint64_t
...
... to fix compiler warning about signed/unsigned comparison.
See issue #25662
2021-11-08 18:56:31 +01:00
tavplubix
7079a6abff
Merge pull request #31060 from ClickHouse/fix_intersecting_parts_to_do2
...
Fix intersecting parts in `parts_to_do` 2
2021-11-08 20:08:13 +03:00
alesapin
364968b3cf
Fixes
2021-11-08 19:25:00 +03:00
alesapin
85662523b6
Merge pull request #31139 from ClickHouse/approve_lambda
...
Add lambda for approve
2021-11-08 18:55:39 +03:00
alesapin
ea4474861e
Update app.py
2021-11-08 18:50:33 +03:00
alesapin
f90bbf902f
Fix checkout
2021-11-08 18:12:37 +03:00
alesapin
13d39fdbd4
Fix tautology
2021-11-08 17:59:38 +03:00
alesapin
7fb9a42b11
Fix style
2021-11-08 17:45:19 +03:00
mergify[bot]
244812af2b
Merge branch 'master' into add_pvs_studio_to_actions
2021-11-08 14:44:46 +00:00
alesapin
05f3cfdefd
Add cherry-pick on github actions
2021-11-08 17:30:27 +03:00
Pavel Medvedev
54f543b61a
apply cgroup memory limit to physical memory amount
...
... after obtaining the memory amount, in order to return not greater
than the physical memory from `getMemoryAmount()`
Additionally reading the memory limit as a singned int64_t, since
there is no guarantie the setting file contains non-negative value.
See issue #25662
2021-11-08 15:16:45 +01:00
Nikolai Kochetov
14a3988f8c
Merge pull request #31033 from azat/remap-log
...
Log size of remapped memory (remap_executable)
2021-11-08 17:12:04 +03:00
alesapin
24ecd33be3
Revert accident change
2021-11-08 16:54:54 +03:00
alesapin
2c02f0aebb
Add PVS check to github actions
2021-11-08 16:52:50 +03:00
alesapin
1fcd7cedf4
Restart docker
2021-11-08 16:23:14 +03:00
kssenii
dead99011b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into intersect-except-fix
2021-11-08 16:15:33 +03:00
Vladimir C
a3d8bcb82f
Merge pull request #31149 from vdimir/fix_optimize_syntax_fuse_functions
2021-11-08 16:14:39 +03:00
Kseniia Sumarokova
9e3f112d89
Update src/Storages/RabbitMQ/StorageRabbitMQ.h
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-08 16:10:22 +03:00
alesapin
e64efbb2b1
Fix Bug in Keeper with inability to start
2021-11-08 15:53:45 +03:00
Vladimir C
a9689c0f27
Merge pull request #25894 from vdimir/join-on-const-to-cross
2021-11-08 15:52:40 +03:00
Vladimir C
6f369319c8
Merge pull request #27021 from vdimir/join-on-condition-constant
2021-11-08 15:52:24 +03:00
Kruglov Pavel
be03fd0b7e
Merge pull request #31148 from Avogar/fix-docs
...
Update documentation about parsing enums in TSV/CSV
2021-11-08 15:48:33 +03:00
vdimir
56bc802ee2
Support join on constant
2021-11-08 15:44:13 +03:00
vdimir
4bc9798c63
Some optimizations for constant conditions in JOIN ON
2021-11-08 15:36:34 +03:00
Kruglov Pavel
8d961ebbff
Update settings.md
2021-11-08 15:28:08 +03:00
vdimir
2fb21906de
Disable optimize_syntax_fuse_functions by default
2021-11-08 15:25:56 +03:00
Kruglov Pavel
7fd06937eb
Update formats.md
2021-11-08 15:23:26 +03:00
avogar
c0eefdff6a
Update example
2021-11-08 14:56:24 +03:00
avogar
a3090fecc3
Update documentation about parsing enums in TSV/CSV
2021-11-08 14:42:46 +03:00
Vladimir C
1e85ea50fa
Merge pull request #30964 from andrc1901/andrc1901-DOCSUP-15141-edit_and_translate_to_russian
2021-11-08 14:23:13 +03:00
Yuriy Chernyshov
479ebc0652
Do not include unnecessary experimental/type_traits
2021-11-08 14:16:19 +03:00
avogar
f10dfbe61a
fix tests
2021-11-08 14:12:37 +03:00
kssenii
83d64f1c2d
Better
2021-11-08 13:32:32 +03:00
alesapin
25006bcef3
Revert accident changes
2021-11-08 13:16:07 +03:00
Amr Alaa
ad81977ace
Skip max_partition_size_to_drop check in case of ATTACH PARTITION ... FROM ( #30995 )
...
* Skip checkPartitionCanBeDropped check in case of ATTACH PARTITION ... FROM
* Add integration test
* Fix syntax error
* Fix integration test
* Fix integration test
* Fix integration test
* Skip max_partition_size_to_drop for MOVE PARTITION
2021-11-08 13:07:14 +03:00
alesapin
0ee8bb3c00
Fixes in approve lambda
2021-11-08 13:05:59 +03:00
vdimir
b51d3d8ceb
Doc dynamically adding/deleting tables to MaterializedPostgreSQL and h3ToGeoBoundary function
...
Co-authored-by: Andrei Ch <andrc1901@yandex-team.ru>
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-11-08 12:23:02 +03:00
kssenii
b4bebc5977
Add comments
2021-11-08 12:01:24 +03:00
vicgao
209d1a21e1
code style
2021-11-08 16:51:22 +08:00
vicgao
cdb1227b69
code style
2021-11-08 16:49:56 +08:00
vicgao
8e7023cdb4
rename database/table/dictionary support IF EXISTS syntax
2021-11-08 16:27:10 +08:00
Vladimir C
d15fc85c37
Merge pull request #31118 from lehasm/alexey-sm-doc-build-stall
2021-11-08 11:23:26 +03:00
mergify[bot]
9606b11903
Merge branch 'master' into fix_intersecting_parts_to_do2
2021-11-08 07:18:42 +00:00
vicgao
6020c23145
code review
2021-11-08 15:14:45 +08:00