avogar
4b332aea21
Temporary test fix
2021-11-17 17:54:15 +03:00
Amos Bird
4cfb105d5a
better
2021-11-17 22:07:56 +08:00
Amos Bird
7b9a19f066
enhance minmax_count projection
2021-11-17 22:05:57 +08:00
jus1096
81044e6eef
fix
2021-11-17 15:30:26 +03:00
Nikolay Degterinsky
15a8100be2
Try to fix test
2021-11-17 12:08:57 +00:00
jus1096
2d20cf3a7d
Fix link to join clause
...
Correct link to join clause
2021-11-17 13:24:42 +03:00
jus1096
1de6702546
Fix link to conf and attach
...
Correct link to conf and attach
2021-11-17 13:11:24 +03:00
jus1096
09d189292c
Fix link to dictGet functions
...
Correct link to dictGet functions
2021-11-17 13:00:04 +03:00
jus1096
3fa846b944
Fix link Manipulating Partitions and Parts
...
Correct link Manipulating Partitions and Parts
2021-11-17 12:47:01 +03:00
alesapin
c8b8021d03
Merge pull request #31441 from gofromzero/patch-1
...
Update set.md
2021-11-17 12:12:24 +03:00
alesapin
eef8022473
Merge pull request #31448 from ClickHouse/tavplubix-patch-5
...
Try increase `snapshot_distance` for functional tests
2021-11-17 10:35:44 +03:00
alesapin
2d2ffc1854
Introduce some dependencies
2021-11-17 10:34:06 +03:00
alexey-milovidov
e5fba49947
Merge pull request #31450 from ClickHouse/tavplubix-patch-6
...
Change default http timeout from 1800 to 180
2021-11-17 10:33:42 +03:00
alexey-milovidov
2a5c70c5f9
Merge pull request #31400 from ClickHouse/remove-thread-local-std-string
...
Remove thread_local std::string
2021-11-17 10:29:34 +03:00
alexey-milovidov
0ea843949e
Merge pull request #29806 from qoega/integration--7
...
Integration test improvements
2021-11-17 10:23:53 +03:00
alexey-milovidov
1e058fb207
Merge pull request #30190 from azat/ReadBuffer-throw-on-empty
...
Do not allow zero-length reads
2021-11-17 10:21:08 +03:00
mergify[bot]
41fa94f482
Merge branch 'master' into notlike-fix
2021-11-17 07:14:21 +00:00
alexey-milovidov
4f5745108e
Merge pull request #31456 from azat/client-editor
...
Fix waiting of the editor during interactive query editing
2021-11-17 10:13:04 +03:00
alexey-milovidov
b5276e7daa
Update adopters.md
2021-11-17 09:58:59 +03:00
Kseniia Sumarokova
d1374481df
Merge pull request #31457 from azat/local-pager
...
Add --pager support for clickhouse-local
2021-11-17 09:29:56 +03:00
Nikolay Degterinsky
ddef6d86ca
Minor fixes
2021-11-16 23:02:47 +00:00
Nikolay Degterinsky
2ae79233e4
Better
2021-11-16 23:02:47 +00:00
Nikolay Degterinsky
b3b061eeb9
Update Poco
2021-11-16 23:02:46 +00:00
Nikolay Degterinsky
f1adde1b5f
Merge pull request #28668 from evillique/query_parameters
...
Add support for `Identifier` query parameters
2021-11-17 01:52:38 +03:00
Nikolay Degterinsky
eafd3ddfac
Add lz4 stream compression
2021-11-16 22:30:29 +00:00
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