Alexey Milovidov
|
68ddfb0447
|
Merge pull request #45012 from ClickHouse/more-cases-in-fuzzer
Recognize more ok cases for Fuzzer
|
2023-01-07 05:43:13 +03:00 |
|
Alexey Milovidov
|
a9324c0517
|
More ok cases for Fuzzer
|
2023-01-07 02:23:15 +01:00 |
|
Alexey Milovidov
|
9793883fbc
|
Merge pull request #45006 from ClickHouse/fix-fuzzer
Fix strange trash in Fuzzer
|
2023-01-07 04:20:43 +03:00 |
|
Alexey Milovidov
|
590ad41cbf
|
Merge pull request #44978 from azat/tests/fix-test_replicated_users
tests: fix test_replicated_users flakiness
|
2023-01-07 03:51:31 +03:00 |
|
Alexey Milovidov
|
d122d72ea8
|
Merge pull request #44996 from vitlibar/fix-test_grpc_protocol_progress
Fix test test_grpc_protocol/test.py::test_progress
|
2023-01-07 03:48:30 +03:00 |
|
Alexey Milovidov
|
9fcd111724
|
Merge pull request #45003 from amosbird/issue_44979
Fix minmax_count_projection with _partition_value
|
2023-01-07 03:36:56 +03:00 |
|
Alexey Milovidov
|
a6086c7174
|
Merge pull request #45001 from vitlibar/improve-s3-ec2-metadata-tests
Improve S3 EC2 metadata tests
|
2023-01-07 03:30:09 +03:00 |
|
Alexey Milovidov
|
772b6b69a9
|
Fix strange trash in Fuzzer
|
2023-01-07 00:40:01 +01:00 |
|
Dan Roscigno
|
c2decae073
|
Merge pull request #44986 from ClickHouse/qoega-patch-4
Add docs for #43308
|
2023-01-06 16:44:00 -05:00 |
|
Amos Bird
|
200d40c53d
|
Fix minmax_count_projection with _partition_value
Check if virtual column `_partition_value` can be used when building
minmax_count_projection block.
|
2023-01-07 05:38:28 +08:00 |
|
Vitaly Baranov
|
e8355971bb
|
Fix test test_grpc_protocol/test.py::test_progress
|
2023-01-06 19:58:20 +01:00 |
|
Nikolai Kochetov
|
9c5a8a598a
|
Merge pull request #44983 from ClickHouse/check-what-if-disable-some-check-in-storage-merge
Check what if disable some checks in storage Merge.
|
2023-01-06 19:45:46 +01:00 |
|
Dmitry Novik
|
9d44c7a737
|
Merge pull request #44541 from ClickHouse/cleanup-resolved-function
Followup #43761
|
2023-01-06 18:09:32 +01:00 |
|
Nikolai Kochetov
|
cadaf35db6
|
Merge pull request #44987 from ClickHouse/better-check-for-not-existing-input-in-actions-dag
Fix check for not existing input in ActionsDAG
|
2023-01-06 18:02:38 +01:00 |
|
Nikolai Kochetov
|
398ae6a216
|
Fix style.
|
2023-01-06 15:33:19 +00:00 |
|
Nikolai Kochetov
|
58c7547f51
|
Removed check and added a test.
|
2023-01-06 15:04:00 +00:00 |
|
Vitaly Baranov
|
92be50bd68
|
Add test for IMDS session token.
|
2023-01-06 15:55:26 +01:00 |
|
Vitaly Baranov
|
0d12d90fb5
|
Move common code to helpers/mock_servers.py
|
2023-01-06 15:55:21 +01:00 |
|
Nikolai Kochetov
|
72eb74dd67
|
Fix check for not existing input in ActionsDAG
|
2023-01-06 14:50:28 +00:00 |
|
Ilya Yatsishin
|
71cb4ecde1
|
Add docs for #43308
|
2023-01-06 15:30:57 +01:00 |
|
Anton Popov
|
b25f875674
|
Merge pull request #44875 from ClickHouse/fix-another-one-cannot-read-all-data-for-lc-dict-error
Fix right offset for reading LowCardinality dictionary from remote fs
|
2023-01-06 15:24:36 +01:00 |
|
Nikolai Kochetov
|
a0dad93a38
|
Check whatt if disable some checks in storage Merge.
|
2023-01-06 13:26:15 +00:00 |
|
Robert Schulze
|
35511685e3
|
Merge pull request #44977 from ClickHouse/match-docs
Docs: Mention non-standard DOTALL behavior of ClickHouse's match()
|
2023-01-06 13:22:28 +01:00 |
|
Kseniia Sumarokova
|
573d3283b0
|
Merge pull request #44327 from kssenii/use-new-named-collections-code-2
Replace old named collections code with new (from #43147) part 2
|
2023-01-06 13:06:26 +01:00 |
|
Nikolai Kochetov
|
bb74db22b3
|
Merge pull request #44920 from ClickHouse/select-respect-required-columns-order
Respect requested columns order for select.
|
2023-01-06 12:54:18 +01:00 |
|
Nikolai Kochetov
|
12192ef099
|
Merge pull request #44938 from ClickHouse/try-fix-test_multiple_disks-test_freeze
Stop merges to avoid a race between merge and freeze.
|
2023-01-06 12:45:10 +01:00 |
|
Azat Khuzhin
|
7859346e40
|
tests: fix test_replicated_users flakiness
Alter for users/quotas/... does not wait until all replicas will be up
to date, so use *_with_retries() helperx.
CI: https://s3.amazonaws.com/clickhouse-test-reports/44922/bd885be9229cf47752c5c98392f09129261550f9/integration_tests__tsan__[6/6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-01-06 12:45:03 +01:00 |
|
Azat Khuzhin
|
c03510cf6b
|
tests/integration: add query_and_get_error_with_retry() helper
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-01-06 12:45:03 +01:00 |
|
Robert Schulze
|
1cc5bce1c5
|
Docs: Mention non-standard DOTALL behavior of ClickHouse's match()
Cf. #34603
|
2023-01-06 11:18:22 +00:00 |
|
Ilya Yatsishin
|
2703b47d31
|
Merge pull request #44942 from vitlibar/fix-memory-leak-in-aws-init
Fix memory leak in Aws::InitAPI
|
2023-01-06 12:12:46 +01:00 |
|
Alexey Milovidov
|
b88be9df8c
|
Merge pull request #44956 from ClickHouse/fix_read_result_consistency_check_on_exception
Do not check read result consistency when unwinding
|
2023-01-06 06:22:42 +03:00 |
|
Alexey Milovidov
|
1b1a13a9ee
|
Merge pull request #44957 from vitlibar/increase-log-level-of-tables-dependency-graph
Up the log level of tables dependencies graphs
|
2023-01-06 05:46:39 +03:00 |
|
Alexey Milovidov
|
c1f6555b32
|
Merge pull request #44755 from ClickHouse/44736_Fix_logical_error_for_qualified_asterisk
Fix for qualified asterisks with alias table name and column transformer
|
2023-01-06 03:28:22 +03:00 |
|
Alexey Milovidov
|
663cc5fcc1
|
Merge pull request #44886 from eherrerosj/patch-1
fix-typo
|
2023-01-06 03:23:42 +03:00 |
|
Alexey Milovidov
|
a205b41c56
|
Merge pull request #44947 from Algunenano/background_pool_size_logical
Change error code on invalid background_pool_size config
|
2023-01-06 03:19:40 +03:00 |
|
Alexey Milovidov
|
08ebdc9b82
|
Merge pull request #44903 from ClickHouse/less-flaky-test-concurrent-queries
Fix flaky `test_concurrent_queries_restriction_by_query_kind`
|
2023-01-06 03:18:28 +03:00 |
|
Vitaly Baranov
|
8a5a2f5b3d
|
Up the log level of tables dependencies graphs.
|
2023-01-06 00:46:49 +01:00 |
|
Vitaly Baranov
|
239734ceb6
|
Fix memory leak in Aws::InitAPI.
|
2023-01-06 00:40:18 +01:00 |
|
Alexander Gololobov
|
1b31b8bb91
|
Do not check read result consistency when unwinding
|
2023-01-06 00:26:08 +01:00 |
|
Robert Schulze
|
9f8b0bf149
|
Merge pull request #44948 from ClickHouse/fix-TraceCollector-fix
Fix exception fix in TraceCollector dtor
|
2023-01-05 23:16:40 +01:00 |
|
Kseniia Sumarokova
|
a2a9c7dec5
|
Update TableFunctionURL.cpp
|
2023-01-05 21:35:52 +01:00 |
|
Yakov Olkhovskiy
|
1be48f706b
|
Merge pull request #43706 from ClibMouse/s390x_crc32
s390x weakhash32 support
|
2023-01-05 14:45:20 -05:00 |
|
Dmitry Novik
|
ebead611b6
|
Merge branch 'master' into cleanup-resolved-function
|
2023-01-05 19:27:08 +01:00 |
|
Robert Schulze
|
9ef7dac0b5
|
Fix exception fix in TraceCollector dtor
Cf. #44758
Function try blocks in ctors/dtors implicitly rethrow, making them
more or less useless.
https://www.onlinegdb.com/pCKQA0wTIN (click RUN)
https://stackoverflow.com/questions/5612486/when-is-a-function-try-block-useful/5612508#5612508
Fortunately, this seems the only place like that in the codebase.
|
2023-01-05 18:27:07 +00:00 |
|
Raúl Marín
|
b0715ec5eb
|
Change error code on invalid background_pool_size config
|
2023-01-05 18:47:02 +01:00 |
|
Nikolai Kochetov
|
078f4d947a
|
Merge pull request #44916 from ClickHouse/fast-fix-incorrect-insert-delay
Fast fix: force upper bound for time to delay INSERT
|
2023-01-05 18:05:03 +01:00 |
|
Mikhail f. Shiryaev
|
fb1e7fcd7c
|
Merge pull request #44520 from ClickHouse/lambda-workflow-jobs
Add the lambda to collect data for workflow_jobs
|
2023-01-05 18:02:23 +01:00 |
|
Nikolai Kochetov
|
f629425f96
|
Merge pull request #44447 from ClickHouse/42637_Disallow_arrayJoin_in_mutations
Disallow arrayjoin in mutations
|
2023-01-05 18:00:16 +01:00 |
|
Dan Roscigno
|
adfc4d4a23
|
Merge pull request #44945 from DanRoscigno/tolastday
add toLastDayOfMonth to docs
|
2023-01-05 11:53:40 -05:00 |
|
Dan Roscigno
|
9444dae34e
|
Merge pull request #44941 from DanRoscigno/add-settings
add additional table filters setting
|
2023-01-05 11:52:59 -05:00 |
|