Igor Nikonov
|
cdd9aef6f7
|
Merge remote-tracking branch 'origin/master' into parallel-processing-from-storages
|
2023-04-15 12:35:32 +00:00 |
|
Igor Nikonov
|
8603807b57
|
Use generic way to parallelize output for file()
+ disable parallelization for storage Null
|
2023-04-15 12:35:24 +00:00 |
|
Kseniia Sumarokova
|
e312c4c299
|
Merge pull request #48783 from kssenii/fix-flaky-test_upgrade_while_mutation
Fix flaky test_version_update_after_mutation/test.py::test_upgrade_while_mutation
|
2023-04-15 13:20:07 +02:00 |
|
Kseniia Sumarokova
|
8a548b7901
|
Merge branch 'master' into fix-flaky-test_upgrade_while_mutation
|
2023-04-15 13:19:14 +02:00 |
|
Igor Nikonov
|
eafa3e8f64
|
Merge pull request #48756 from ClickHouse/fix-flaky-parallel-csv-test
Try to fix flaky 02455_one_row_from_csv_memory_usage
|
2023-04-15 12:50:51 +02:00 |
|
robot-ch-test-poll4
|
1996049256
|
Merge pull request #48779 from JaySon-Huang/fix_duplicated_code
Remove duplicate definition of SingleEndpointHTTPSessionPool
|
2023-04-15 05:41:53 +02:00 |
|
Alexey Milovidov
|
f731a30809
|
Merge pull request #48797 from ClickHouse/remove-zlib
Reimplement #48790
|
2023-04-15 06:27:21 +03:00 |
|
Igor Nikonov
|
39b896275f
|
Merge remote-tracking branch 'origin/master' into fix-flaky-parallel-csv-test
|
2023-04-14 23:21:32 +00:00 |
|
Igor Nikonov
|
86fa7fe593
|
Fix flaky check: tag test no-parallel
|
2023-04-14 23:20:45 +00:00 |
|
Nikolay Degterinsky
|
1388154420
|
Merge pull request #48629 from bigo-sg/json_map_node
Support map type for JSONExtract
|
2023-04-15 01:02:09 +02:00 |
|
robot-ch-test-poll1
|
74687548bc
|
Merge pull request #48796 from ClickHouse/http-tabs
Clarify the use of tabs in URL parameters
|
2023-04-15 00:05:15 +02:00 |
|
robot-ch-test-poll1
|
5e940af4b5
|
Merge pull request #48798 from ClickHouse/yt-dislikes
Remove SETTINGS from Youtube dataset
|
2023-04-15 00:04:51 +02:00 |
|
robot-clickhouse-ci-1
|
584b21ff94
|
Merge pull request #48799 from ClickHouse/create-function-fix
Fix CREATE FUNCTION title
|
2023-04-14 23:45:55 +02:00 |
|
Alexey Milovidov
|
a8a713b5c0
|
Even better
|
2023-04-14 22:50:10 +02:00 |
|
robot-clickhouse
|
6c03b2ef0c
|
Automatic style fix
|
2023-04-14 20:38:11 +00:00 |
|
rfraposa
|
85d7b43c2b
|
Update function.md
|
2023-04-14 14:36:28 -06:00 |
|
rfraposa
|
d98bee8ea3
|
Update youtube-dislikes.md
|
2023-04-14 14:32:55 -06:00 |
|
Alexey Milovidov
|
b143dd3dae
|
Reimplement #48790
|
2023-04-14 22:31:17 +02:00 |
|
rfraposa
|
42554e2671
|
Update youtube-dislikes.md
|
2023-04-14 14:30:36 -06:00 |
|
rfraposa
|
bc9a59de04
|
Update http.md
|
2023-04-14 14:27:11 -06:00 |
|
Igor Nikonov
|
60dbb7b406
|
Merge remote-tracking branch 'origin/master' into parallel-processing-from-storages
|
2023-04-14 20:11:51 +00:00 |
|
robot-ch-test-poll2
|
4684ef3987
|
Merge pull request #48776 from ClickHouse/tylerhannan-patch-1
Update README.md
|
2023-04-14 22:11:49 +02:00 |
|
Igor Nikonov
|
9e92c26d53
|
Fix test_storage_mysql/test.py::test_settings_connection_wait_timeout
|
2023-04-14 20:10:57 +00:00 |
|
robot-ch-test-poll3
|
ea5339ed4a
|
Merge pull request #48593 from bigo-sg/group_array_nullable
`groupArray` returns cannot be nullable
|
2023-04-14 21:31:08 +02:00 |
|
JaySon
|
186e3c4251
|
Merge branch 'master' into fix_duplicated_code
|
2023-04-15 02:42:46 +08:00 |
|
JaySon-Huang
|
3795ec2a4c
|
Remove duplicate code
|
2023-04-15 02:40:21 +08:00 |
|
Robert Schulze
|
73741650a7
|
Merge pull request #46797 from ClickHouse/rs/bump-zstd
Bump ZSTD to v1.5.5
|
2023-04-14 18:50:42 +02:00 |
|
Robert Schulze
|
8eabc43068
|
Merge pull request #48591 from ucasfl/show-table
support show table
|
2023-04-14 18:42:29 +02:00 |
|
Vitaly Baranov
|
567111f146
|
Merge pull request #48683 from azat/table-deps-fix
Fix table dependencies in case of failed RENAME TABLE
|
2023-04-14 17:22:14 +02:00 |
|
Igor Nikonov
|
4dfad9ed9d
|
Try to fix flaky intergration test
test_storage_mysql/test.py:test_settings_connection_wait_timeout
|
2023-04-14 14:33:33 +00:00 |
|
Vitaly Baranov
|
8989f3a243
|
Merge pull request #48741 from vitlibar/fix-zero-copy-replication-on-encrypted-disks
Fix zero-copy-replication on encrypted disks.
|
2023-04-14 16:18:04 +02:00 |
|
Kseniia Sumarokova
|
fd85f0b108
|
Update tests/integration/test_version_update_after_mutation/test.py
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-04-14 16:11:37 +02:00 |
|
Dmitry Novik
|
8c7f894837
|
Update tests/queries/0_stateless/02455_one_row_from_csv_memory_usage.sh
|
2023-04-14 15:44:34 +02:00 |
|
kssenii
|
5bc9a98aab
|
Fxi
|
2023-04-14 15:35:39 +02:00 |
|
Dmitry Novik
|
352a240a20
|
Merge pull request #47984 from ClickHouse/optimize-compilation
Optimize compilation
|
2023-04-14 15:34:46 +02:00 |
|
Igor Nikonov
|
7c84dc48c6
|
Better way to define for which storage output is parallelized
|
2023-04-14 12:00:02 +00:00 |
|
Igor Nikonov
|
780e4f9831
|
Fix flaky check: 00109_shard_totals_after_having.sql
|
2023-04-14 11:18:32 +00:00 |
|
Igor Nikonov
|
3e2802ec8d
|
Merge branch 'master' into fix-flaky-parallel-csv-test
|
2023-04-14 13:11:00 +02:00 |
|
Kseniia Sumarokova
|
9eee7c72fe
|
Merge pull request #47307 from kssenii/better-tests-for-data-lakes
deltalake/iceberg/hudi improvements
|
2023-04-14 12:13:17 +02:00 |
|
Sergei Trifonov
|
ea19c5281c
|
Merge pull request #48750 from ClickHouse/lower-threadpool-mutex-contention
|
2023-04-14 12:03:51 +02:00 |
|
Tyler Hannan
|
00960f057c
|
Update README.md
|
2023-04-14 11:55:50 +02:00 |
|
Robert Schulze
|
2378df0a47
|
Merge pull request #48763 from ClickHouse/rs/fix-squashing
Fix squashing in query cache
|
2023-04-14 11:44:58 +02:00 |
|
Robert Schulze
|
caf8690f58
|
Merge branch 'master' into rs/bump-zstd
|
2023-04-14 09:53:47 +02:00 |
|
Robert Schulze
|
adb15b7033
|
Merge branch 'master' into show-table
|
2023-04-14 09:52:56 +02:00 |
|
lgbo-ustc
|
3a5e0b2e31
|
update the result of groupArray(NULL)
|
2023-04-14 13:12:03 +08:00 |
|
Sergei Trifonov
|
7cb6303e4c
|
Merge branch 'master' into lower-threadpool-mutex-contention
|
2023-04-14 03:26:39 +02:00 |
|
lgbo-ustc
|
bded857c73
|
update test case
|
2023-04-14 09:24:15 +08:00 |
|
lgbo-ustc
|
981c52fa41
|
groupArray returns cannot be nullable
|
2023-04-14 09:24:15 +08:00 |
|
Igor Nikonov
|
267cd097bf
|
Merge pull request #48729 from ClickHouse/fix-memory-order-in-number_mt
Fix memory order in number_mt
|
2023-04-13 23:57:36 +02:00 |
|
Alexander Tokmakov
|
65cef81d5b
|
Merge pull request #48766 from ClickHouse/improve_slack_bot2
Limit size of messages from the CI slack bot
|
2023-04-14 00:51:04 +03:00 |
|