Amos Bird
494c2dba6c
Fix error
2021-03-02 19:12:51 +08:00
alesapin
4e33587043
Comments
2021-03-02 13:57:09 +03:00
Amos Bird
ad4fd75fb4
mycli compatibility
2021-03-02 18:53:06 +08:00
Nikolai Kochetov
ffbea93b10
Merge pull request #19576 from traceon/row-policy-with-prewhere
...
Allow row policies with PREWHERE
2021-03-02 13:51:37 +03:00
alesapin
06678d650d
Merge branch 'master' into fix_alter_partition_key
2021-03-02 13:43:41 +03:00
alesapin
9ebf1b4fad
Get rid of separate minmax index fields
2021-03-02 13:33:54 +03:00
tavplubix
ee22eeea6c
Merge pull request #21357 from ClickHouse/fix-21140
...
Fix inconsistent column type for Values input format.
2021-03-02 13:12:12 +03:00
Nikolai Kochetov
59a2c45555
Update executeQuery.cpp
2021-03-02 13:09:29 +03:00
Amos Bird
3df57da2d8
mysql client compatibility
2021-03-02 17:06:40 +08:00
Pavel Kruglov
153bfbfc28
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests
2021-03-02 11:59:32 +03:00
tavplubix
d305b23338
Merge pull request #21079 from azat/distributed_ddl_pool_size-zk-fix
...
Fix various issues in DDLWorker (SIGSEGV and others)
2021-03-02 11:59:30 +03:00
Pavel Kruglov
780a65e3a0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into system-parts-requested-columns-fill
2021-03-02 10:29:26 +03:00
turbo jason
3a6307a990
[ClickHouse][LOG]correct shutdown timeout log
2021-03-02 15:13:54 +08:00
Azat Khuzhin
41a8c2f8fa
clickhouse stop: wait for the server to be killed (process exited)
...
Since killing doesn't happen instantly, and the start will fail [1]:
The process with pid = 157 is running.
Will terminate forcefully.
Sent kill signal.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 157.
The process with pid = 157 is already running.
+ for _ in {1..120}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000)
[1]: https://clickhouse-test-reports.s3.yandex.net/21318/4327e9e1d1e4c9c3576b00f41a8444237549dffd/functional_stateful_tests_(debug).html#fail1
2021-03-02 09:45:03 +03:00
Amos Bird
c41dedc922
optimize for ColumnLowCardinality
2021-03-02 11:55:58 +08:00
alexey-milovidov
32c011052f
Update IColumnImpl.h
2021-03-02 11:55:58 +08:00
alexey-milovidov
220d3cae7f
Update IColumn.h
2021-03-02 11:55:58 +08:00
Amos Bird
62e8684ad1
IColunm::hasEqualValues()
2021-03-02 11:55:58 +08:00
feng lv
a26c9e64a9
fix
...
fix
2021-03-02 03:20:03 +00:00
Nikolai Kochetov
f82e00ff3c
Fix inconsistent column type for Values input format.
2021-03-01 23:10:50 +03:00
sevirov
9d98c8ea2e
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:47:02 +03:00
sevirov
f47bd5fae8
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:52 +03:00
sevirov
02ebe453a5
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:39 +03:00
sevirov
c912c966d8
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:21 +03:00
Dmitriy
08a49dd28a
Update opentelemetry.md
...
Исправил небольшую опечатку.
2021-03-01 20:24:18 +03:00
sevirov
b3095d0ba0
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:24 +03:00
sevirov
25ff24dfee
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:04 +03:00
sevirov
51af0bd2d1
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:43 +03:00
sevirov
281b18827b
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:25 +03:00
sevirov
5b638653e4
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:03:44 +03:00
sevirov
a43ce6dc16
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:02:48 +03:00
olgarev
15b3f379a5
DOCSUP-4915: documented geo data types ( #21294 )
...
* Initial
* Fix links
* Fix master
* Mistakes corrected
* Minor fix
* Fixes and intro.
* Update geo.md
* Apply suggestions from code review
Co-authored-by: Anton Popov <pad11rus@gmail.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-03-01 19:41:16 +03:00
Alexander Kuzmenkov
a8f0fd1b26
Merge remote-tracking branch 'origin/master' into HEAD
2021-03-01 19:33:48 +03:00
Maksim Kita
ca98bb68d4
Merge pull request #21353 from kitaisreal/aggregate-function-sum-map-better-comment
...
AggregateFunctionSumMap better comment message
2021-03-01 19:19:07 +03:00
Maksim Kita
7ed5900251
Updated style
2021-03-01 19:18:56 +03:00
Maksim Kita
019a2090c7
Fix unused variable
2021-03-01 19:18:14 +03:00
Maksim Kita
3764a2a2be
AggregateFunctionSumMap better comment message
2021-03-01 19:15:59 +03:00
Alexander Kuzmenkov
977b98ad69
Merge pull request #21094 from den-crane/tests/window_functions
...
test for window functions
2021-03-01 19:00:45 +03:00
tavplubix
10aa26576c
Update DatabaseReplicatedWorker.cpp
2021-03-01 17:11:45 +03:00
Denis Glazachev
14513e520e
Fix privileges
2021-03-01 18:03:29 +04:00
Roman Bug
a4f2ee0752
DOCSUP-6144: Edit and translate PR to Russian ( #19780 )
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-03-01 16:51:38 +03:00
Nikita Mikhaylov
cb2a26308f
Merge pull request #20347 from gyuton/gyuton-DOCSUP-6549-Edit_and_translate
...
DOCSUP-6549: Edited and translated to Russian
2021-03-01 16:49:06 +03:00
Alexander Kuzmenkov
366fba4b04
Update 01592_long_window_functions1.sql
2021-03-01 16:06:44 +03:00
Anton Popov
c98e6bb1ad
Merge pull request #20550 from ClickHouse/fix-number-of-threads-in-subqueries
...
Fix number of threads in subqueries
2021-03-01 15:49:38 +03:00
Kruglov Pavel
caaa0c5e86
Restart tests.
2021-03-01 13:25:20 +03:00
alesapin
9c8afbeb53
Fix alter modify query for partition key and other metadata fields
2021-03-01 12:59:19 +03:00
Nikolai Kochetov
976dbe8077
Merge pull request #20341 from ClickHouse/filter-push-down
...
Filter push down
2021-03-01 12:35:06 +03:00
vdimir
b7c7c97d10
Merge branch 'master' into join-cast-types-v2
2021-03-01 11:42:21 +03:00
Nikolai Kochetov
eb42896e26
Merge branch 'master' into ucasFL-union-distinct-improve
2021-03-01 10:43:39 +03:00
alesapin
11f2a271a2
Remove useless unit test
2021-03-01 10:40:00 +03:00