Commit Graph

121971 Commits

Author SHA1 Message Date
János Benjamin Antal
1917fa9b4a
Merge pull request #53056 from ClickHouse/try-to-make-01414_mutations_and_errors_zookeeper-less-flaky
Try to make `01414_mutations_and_errors_zookeeper` less flaky
2023-08-08 14:20:36 +02:00
Yarik Briukhovetskyi
9476344dc4
Merge pull request #52625 from yariks5s/add_arrays
Support pointwise operations on arrays
2023-08-08 11:58:24 +02:00
Yarik Briukhovetskyi
44400cc742
Merge branch 'master' into add_arrays 2023-08-08 11:55:31 +02:00
vdimir
3f915491f0
Merge pull request #53046 from canhld94/ch_fix_direct_hash_join 2023-08-08 11:55:17 +02:00
alesapin
c12292306d
Merge pull request #53107 from ClickHouse/remove_duplicate_test
Remove duplicate test: `test_concurrent_alter_with_ttl_move`
2023-08-08 11:53:46 +02:00
alesapin
d5338826c9
Merge pull request #53108 from ClickHouse/relax_flaky_test
Relax flaky test `test_s3_engine_heavy_write_check_mem`
2023-08-08 11:53:02 +02:00
vdimir
1183dac293
fix doc links 2023-08-08 09:45:34 +00:00
vdimir
50715ca4fc
fix doc links 2023-08-08 09:45:33 +00:00
vdimir
358ef26385
small fixes for CHECK TABLE 2023-08-08 09:45:33 +00:00
vdimir
aeee50466c
Upd doc for CHECK TABLE 2023-08-08 09:45:32 +00:00
vdimir
11554fe9c0
Upd tests for CHECK TABLE 2023-08-08 09:45:32 +00:00
vdimir
1aedc4e892
Build proper pipeline for CHECK TABLE 2023-08-08 09:45:32 +00:00
vdimir
a882ef295f
Query CHECK TABLE takes care about progress and cancellation 2023-08-08 09:45:31 +00:00
János Benjamin Antal
67a87a4b95
Merge pull request #53051 from ClickHouse/only-debug-upgrade-check
Require only ASAN based upgrade check to minimize false positives
2023-08-08 11:44:11 +02:00
Alexander Tokmakov
54d0b5e4b6
Merge pull request #51329 from ttanay/fix-full-sorting-desc
Fix description for filtering sets in `full_sorting_merge` join
2023-08-08 12:42:57 +03:00
Alexander Tokmakov
52bc5aab94
Merge branch 'master' into fix-full-sorting-desc 2023-08-08 12:40:10 +03:00
李扬
d15ae5e120
Merge branch 'master' into starts_ends_with_utf8 2023-08-08 16:18:04 +08:00
San
4f6f8fce65
Update src/Common/HTTPHeaderFilter.cpp
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-08-08 17:13:43 +10:00
santrancisco
ede710ce83 Small fix for HTTPHeaderFilter 2023-08-08 16:38:16 +10:00
robot-ch-test-poll4
8812cb3cc1
Merge pull request #53122 from ekrasikov/prctl-for-aws-lambda
do not fail if prctl is not allowed (#43589)
2023-08-08 04:41:08 +02:00
pufit
e624e487a2
Merge branch 'master' into pufit/role-from-storage 2023-08-07 22:38:14 -04:00
Justin de Guzman
632e314c11
Add note on settings profiles with ClickHouse Cloud 2023-08-07 19:37:36 -07:00
robot-clickhouse
f0dff639d0 Automatic style fix 2023-08-08 02:28:53 +00:00
Alexey Milovidov
2460a92873 Merge branch 'upload-build-profile' of github.com:ClickHouse/ClickHouse into upload-build-profile 2023-08-08 04:12:04 +02:00
Alexey Milovidov
a91edb8b55 Fix mypy 2023-08-08 04:11:32 +02:00
Alexey Milovidov
b85ee1d24b
Merge pull request #53123 from vitlibar/use-unique-names-for-temporary-files-on-disks
Use more unique name for TemporaryFileOnDisk
2023-08-08 04:56:58 +03:00
Alexey Milovidov
a976ff44a2
Merge pull request #53130 from ClickHouse/disable-new-parquet-encoder
Disable the new parquet encoder
2023-08-08 04:56:23 +03:00
robot-clickhouse
e98dc092c0 Automatic style fix 2023-08-08 01:50:21 +00:00
Alexey Milovidov
161de7c12f Fix error 2023-08-08 03:34:44 +02:00
Alexey Milovidov
a2001e15de Add jq 2023-08-08 02:32:57 +02:00
Alexey Milovidov
f1257e871d Correct the script 2023-08-08 01:46:03 +02:00
Alexey Milovidov
a38539ece0 Add missing argument 2023-08-08 00:16:22 +02:00
pufit
2f46ae850e
Merge branch 'master' into pufit/role-from-storage 2023-08-07 17:57:41 -04:00
Alexey Milovidov
5644216429 Fix whitespace 2023-08-07 23:40:34 +02:00
robot-ch-test-poll
066dd8a2e8
Merge pull request #52949 from CurtizJ/fix-nested-array-lowcardinality
Fix reading of empty `Nested(Array(LowCardinality(...)))`
2023-08-07 23:32:25 +02:00
Alexander Tokmakov
3073f783e9
Merge pull request #53119 from ClickHouse/tavplubix-patch-9
Update `test_restore_replica`
2023-08-08 00:29:28 +03:00
Sean Haynes
77dd869414
Add ability to log when max_partitions_per_insert_block is reached (#50948)
* Add ability to log when max_partitions_per_insert_block is reached

There's plenty of reasons to drop max_partitions_per_insert_block
down from it's default of 100, with the main one being even touching
remotely close to this number of partitions will create a lot of
merge activity that can de-stabilise a cluster.

This commit adds the ability to log when the above limit is reached
rather than throw an exception, so that you can gauge the impact on
users when dropping this value down.

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

---------

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-08-07 23:28:19 +02:00
Sema Checherinda
796f874116
metrics_perf_events_enabled turn off in perf tests (#52072)
* metrics_perf_events_enabled turn off in perf tests

* turn on metrics_perf_events_enabled for heating and profile requests

* close_perf_descriptors fix the condition

* do not read opend but disabled perf event

* Revert "do not read opend but disabled perf event"

This reverts commit eeab1c9c63.
2023-08-07 23:25:16 +02:00
Alexey Milovidov
4bdf18acfb Disable new parquet encoder 2023-08-07 21:25:16 +02:00
Alexey Milovidov
440424fd72 @felixoid said we do not need these 2023-08-07 21:23:39 +02:00
Alexey Milovidov
77e1693f3c Fix mypy 2023-08-07 21:18:56 +02:00
Alexey Milovidov
695f0ffd14 Merge branch 'clang17_fix' of github.com:Algunenano/ClickHouse into upload-build-profile 2023-08-07 21:18:36 +02:00
Alexey Milovidov
8ce4ff0f95 Merge branch 'master' of github.com:ClickHouse/ClickHouse into upload-build-profile 2023-08-07 21:18:30 +02:00
Azat Khuzhin
2f414950b7
Fix logging for asynchronous non-batched distributed sends (#52583)
Before you may see the following:

  2023.07.25 09:21:39.705559 [ 692 ] {6b5e1299-1b64-4dbb-b25d-45e10027db22} <Trace> test_hkt5nnqj.dist_opentelemetry.DirectoryMonitor.default: Finished processing `` (took 37 ms)

Because file_path and current_file are the references to the same
variable in DistributedAsyncInsertDirectoryQueue::processFile().

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-07 20:57:42 +02:00
Mikhail f. Shiryaev
ab4b4ed873
Merge pull request #53126 from ClickHouse/finish-mergeable-check
Update `Mergeable Check` at the finishing CI
2023-08-07 20:15:55 +02:00
pufit
109c8d8be6 Add no-parallel tag to tests 2023-08-07 13:35:35 -04:00
Nikolai Kochetov
30075d3bc2
Merge branch 'master' into revert-44629-revert_flamegraph 2023-08-07 19:31:20 +02:00
Vitaly Baranov
6af6247f8a
Merge pull request #52970 from arenadata/ADQM-985
Add `storage_policy` parameter in the `SETTINGS` clause of `RESTORE` statements
2023-08-07 19:01:08 +02:00
Smita Kulkarni
473fb60e6f Added retry for TransportException for azure read & download 2023-08-07 18:56:18 +02:00
Alexey Milovidov
5fa0edc3b2 Make mypy happy 2023-08-07 18:47:16 +02:00