alexey-milovidov
9a30709e99
Update ReplxxLineReader.cpp
2021-11-17 00:44:52 +03:00
Azat Khuzhin
e26d755b9b
Fix 01610_client_spawn_editor
...
quotes are superfluous, and after shell wrapper had been removed it had
been broken:
24484 execve("/src/ch/clickhouse/tests/queries/0_stateless\"/01610_client_spawn_editor_open.editor\"", ["/src/ch/clickhouse/tests/queries/0_stateless\"/01610_client_spawn_editor_open.editor\"", "clickhouse_replxx_GWyu5Y.sql"], 0x7fffffffcf90 /* 100 vars */) = -1 ENOENT (No such file or directory)
24484 write(1, "Cannot execute /src/ch/clickhouse/tests/queries/0_stateless\"/01610_client_spawn_editor_open.editor\": errno: 2, strerror: No such file or directory\n", 147) = 147
24484 exit_group(-1) = ?
2021-11-16 23:40:05 +03:00
Azat Khuzhin
b7030720b6
Add comments for ReplxxLineReader::executeEditor()
2021-11-16 23:26:41 +03:00
Azat Khuzhin
7576f4d9cd
Fix waiting of the editor during interactive query edition
...
On resize (SIGWINCH) waitpid() will fail with EINTR error, and after
this clickhouse-client/clickhouse-local will works concurrently.
2021-11-16 23:26:41 +03:00
Azat Khuzhin
6fdbffb533
Avoid using extra shell for editor invocation (for query editing)
2021-11-16 23:26:41 +03:00
alesapin
41cdab6633
Enable all integration tests
2021-11-16 22:45:40 +03:00
Azat Khuzhin
7a22b8f3d4
Add a test for --pager in clickhouse-local/clickhouse-client
2021-11-16 22:25:32 +03:00
Azat Khuzhin
bbbbd261b8
Add --pager support for clickhouse-local
2021-11-16 22:25:32 +03:00
alexey-milovidov
66f142c4eb
Update adopters.md
2021-11-16 22:25:06 +03:00
Alexey
d331f4bece
update
2021-11-16 19:20:33 +00:00
Alexey
4581b37da5
ru
2021-11-16 19:15:02 +00:00
tavplubix
7a4c02b3c8
Merge pull request #31451 from ClickHouse/minor_improvement_test_replicated_fetches_bandwidth
...
Minor improvement for test_replicated_fetches_bandwidth
2021-11-16 21:45:10 +03:00
Alex Cao
dbc7b83c33
Merge branch 'ClickHouse:master' into master
2021-11-17 01:28:47 +08:00
Cody Baker
c1d8beed8e
Update description for webinar calendar links ( #31433 )
2021-11-16 20:26:58 +03:00
Dmitriy
d32d80a22e
Add links
...
Добавил ссылки.
2021-11-16 20:10:08 +03:00
tavplubix
b1079ae309
Update run.sh
2021-11-16 20:03:50 +03:00
tavplubix
224a4c1b6b
Update run.sh
2021-11-16 17:45:37 +03:00
Nikolay Degterinsky
50e004d45a
Merge pull request #31453 from jus1096/patch-3
...
Fix link to AggregateFunction
2021-11-16 17:38:13 +03:00
Nikolay Degterinsky
d64318ab4a
Merge pull request #31454 from jus1096/patch-4
...
FIx link to sumMap function
2021-11-16 17:37:31 +03:00
avogar
1ebcbf4748
Fix style
2021-11-16 17:10:30 +03:00
Kruglov Pavel
be7a358f17
Fix
2021-11-16 17:10:30 +03:00
Kruglov Pavel
4f5e731513
Try fix tests
2021-11-16 17:10:30 +03:00
avogar
8e9783388b
Add formats CustomSeparatedWithNames/WithNamesAndTypes
2021-11-16 17:10:30 +03:00
avogar
73d1918410
tmp
2021-11-16 17:10:30 +03:00
Nikolay Degterinsky
d365d6c496
Fix merge
2021-11-16 14:04:33 +00:00
olgarev
1cd1677b0c
DOCSUP-14532: Support SETTINGS clause for S3 engine ( #30982 )
2021-11-16 16:25:12 +03:00
jus1096
bd093c54d1
FIx link to sumMap function
...
FIx link to sumMap function
2021-11-16 16:21:45 +03:00
jus1096
b3714362a8
Fix link to AggregateFunction
...
Corrected link to AggregateFunction
2021-11-16 16:17:52 +03:00
Alexander Tokmakov
d8a7ffaa65
minor improvement for test_replicated_fetches_bandwidth
2021-11-16 16:02:07 +03:00
tavplubix
9ed97eec96
Update Defines.h
2021-11-16 15:42:37 +03:00
Nikolay Degterinsky
dd3b0e4140
Merge branch 'master' into query_parameters
2021-11-16 12:42:26 +00:00
tavplubix
c5ec95a196
Update keeper_port.xml
2021-11-16 15:03:01 +03:00
tavplubix
33122597fe
Merge pull request #31410 from stigsb/materialized-mysql-create-table-like
...
Handle CREATE TABLE LIKE in MaterializedMySQL
2021-11-16 14:10:58 +03:00
jus1096
538787b749
Fix link to external MySQL dict
...
Corrected link to external dictionary MySQL
2021-11-16 13:49:24 +03:00
Nikolay Degterinsky
2f6a565b06
Merge branch 'master' into query_parameters
2021-11-16 10:37:58 +00:00
Nikolai Kochetov
38935d91ac
Merge pull request #31317 from azat/fix-tsan-in-async_socket_for_remote
...
Fix possible data-race in case of query cancellation with async_socket_for_remote
2021-11-16 13:03:05 +03:00
Nikolai Kochetov
a3f3564015
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:59:56 +03:00
Nikolai Kochetov
2d5c399cbc
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:59:50 +03:00
Nikolai Kochetov
8dfb221a32
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:57:44 +03:00
Nikolai Kochetov
e215ed93c5
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:57:08 +03:00
Nikolai Kochetov
94499ca9cd
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:57:02 +03:00
Nikolai Kochetov
0b64ce5a26
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:56:51 +03:00
Nikolai Kochetov
80e6769f3b
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:56:42 +03:00
Nikolai Kochetov
0ff27368c0
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:56:19 +03:00
Nikolai Kochetov
b275c3b784
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:55:59 +03:00
Nikolai Kochetov
dafd42f261
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
2021-11-16 12:55:36 +03:00
Nikolai Kochetov
6b28dbcff5
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
2021-11-16 12:55:24 +03:00
Nikolai Kochetov
8bf3df5a0f
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
2021-11-16 12:54:52 +03:00
Nikolai Kochetov
b90a07fc35
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
2021-11-16 12:54:26 +03:00
Nikolai Kochetov
15cd3dc307
Merge pull request #31006 from vzakaznikov/fix_live_view_underusing_cpu
...
Fixing query performance issue in Live Views
2021-11-16 12:43:33 +03:00