Commit Graph

117293 Commits

Author SHA1 Message Date
rfraposa
57cdd3a25d Update annindexes.md 2023-06-13 09:13:13 -06:00
Robert Schulze
46fbe7fb26
01746_convert_type_with_default: Temporarily disable flaky test 2023-06-13 15:01:51 +00:00
Kruglov Pavel
607f337d67
Merge pull request #50592 from Avogar/max-bytes-to-read-in-schema-inference
Add setting to limit the number of bytes to read in schema inference
2023-06-13 16:47:57 +02:00
Kruglov Pavel
2bfb15cf81
Merge pull request #50620 from Avogar/increase-bitmap-max-array-sixe
Increase max array size in group bitmap
2023-06-13 16:47:32 +02:00
avogar
2e1f56ae33 Address comments 2023-06-13 14:43:50 +00:00
Nikita Mikhaylov
52a460df67
Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
Nikolai Kochetov
0f4e3a34e8
Update 02784_projections_read_in_order_bug.sql 2023-06-13 16:42:30 +02:00
Azat Khuzhin
263be33297 Fix tests for throttling by allowing more margin of error for trottling event
Right now 02703_max_local_write_bandwidth is flaky, and the reason I
believe is that the server spent spent sometime somewhere else, which
means that the throttler will sleep less.

But what is important here is that the overall query duration time
matches the expectation, so it is OK to match the
LocalWriteThrottlerSleepMicroseconds/LocalReadThrottlerSleepMicroseconds
with some error rate.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 16:41:27 +02:00
Smita Kulkarni
c253c70510 Fix for MDXContent 2023-06-13 16:33:36 +02:00
Val Doroshchuk
8ea7560d89
MaterializedMySQL: Add additional test case to insert_with_modify_binlog_checksum (#50884) 2023-06-13 17:28:53 +03:00
Kruglov Pavel
8fdcd91c38
Merge pull request #49752 from Avogar/better-capnproto-3
Refactor CapnProto format to improve input/output performance
2023-06-13 16:20:38 +02:00
Alexander Tokmakov
5368fa72ca
Merge pull request #50487 from Avogar/add-gdb-to-stateless-tests
Attach gdb in stateless tests
2023-06-13 17:04:17 +03:00
Alexander Tokmakov
3a2fa65075 fix 'Illegal column timezone' in stress tests 2023-06-13 16:02:54 +02:00
Val Doroshchuk
520f89c306
Merge branch 'master' into missing-drops 2023-06-13 15:54:07 +02:00
Smita Kulkarni
ab020f9311 Fixed typo 2023-06-13 15:48:42 +02:00
Smita Kulkarni
46c23b3f8d Fixed docs check fails 2023-06-13 15:46:54 +02:00
SmitaRKulkarni
7a82acf5ee
Merge branch 'master' into Fix_heading_sidebar_azureBlobStorage 2023-06-13 15:22:03 +02:00
Anton Popov
79f3300709
Merge pull request #50726 from CurtizJ/enable-mutations-throttling
Enable settings for mutations throttling by default
2023-06-13 14:57:36 +02:00
Val Doroshchuk
1a4b7e8ebe MaterializedMySQL: Add missing DROP DATABASE for tests 2023-06-13 14:39:29 +02:00
Nikolai Kochetov
eddd932636 Do not apply projection if read-in-order was enabled. 2023-06-13 12:34:26 +00:00
Robert Schulze
3e3b8ff5f6
More robustness 2023-06-13 12:24:31 +00:00
Victor Krasnov
38151f9c76 Rename the test to the snake_case after the Team Lead's review 2023-06-13 14:59:38 +03:00
Victor Krasnov
a8b68a877a Rename the 'time shift' variable in the test to make it more clear 2023-06-13 14:37:33 +03:00
Igor Nikonov
e5de6cde24 Update after #50097 2023-06-13 11:37:24 +00:00
Kruglov Pavel
cbed327077
Merge pull request #50635 from Avogar/skip-trailing-empty-lines
Allow to skip trailing empty lines in CSV/TSV/CustomSeparated formats
2023-06-13 12:43:43 +02:00
Julian Maicher
6201947b45
Merge branch 'master' into fix/50864/verification-cooldown-cache-entry 2023-06-13 11:51:53 +02:00
Kseniia Sumarokova
0ab3dc9261
A bit safer UserDefinedSQLFunctionVisitor (#50913)
* Update UserDefinedSQLFunctionVisitor.cpp

* Update UserDefinedSQLFunctionVisitor.cpp

---------

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-13 11:25:13 +02:00
Michael Kolupaev
72f2832129
Slightly more information in error message about cached disk (#50897) 2023-06-13 11:07:05 +02:00
Robert Schulze
2d0dc2c8f5
Minor: Switch column order 2023-06-13 09:00:37 +00:00
Robert Schulze
79bc884733
Stabilize tests 2023-06-13 08:56:22 +00:00
Smita Kulkarni
9c939b2f3d Fix heading and sidebar for azureBlobStorage table function 2023-06-13 10:54:54 +02:00
Kseniia Sumarokova
9a3cea379f
Merge pull request #50723 from kssenii/fix-data-race-in-read-buffer
Fix data race in log message of cached buffer
2023-06-13 10:25:18 +02:00
Val Doroshchuk
879db5098a MaterializedMySQL: Add test_named_collections 2023-06-13 10:09:12 +02:00
Robert Schulze
d8d352b2c5
Merge pull request #50912 from rschu1ze/annoy-docs
Update Annoy docs
2023-06-13 10:03:50 +02:00
Robert Schulze
8358d29ac7
Merge pull request #50405 from ClibMouse/feature/reservoir-sampler-big-endian-support
Implement big-endian support for the deterministic reservoir sampler
2023-06-13 09:55:23 +02:00
Victor Krasnov
a3ff5df205 Remove reduntant header SELECT from the test 2023-06-13 09:16:06 +03:00
Alexey Gerasimchuck
e3a13111ae
Merge branch 'master' into ADQM-871 2023-06-13 14:05:13 +10:00
Alexey Gerasimchuck
6839a1318c minor changes in docs 2023-06-13 04:03:30 +00:00
Victor Krasnov
b3ef2a4860 Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-812 2023-06-13 03:55:38 +00:00
Alexey Gerasimchuck
2395b25f9e Changes after review 2023-06-13 01:55:34 +00:00
JackyWoo
9d548315e8
Merge branch 'master' into support_redis 2023-06-13 09:34:32 +08:00
JackyWoo
959fde4491 add notifications in docs 2023-06-13 09:33:38 +08:00
Vitaly Baranov
23cff1fc32
Merge pull request #50889 from vitlibar/fix-checking-lock-file-too-often-while-writing-backup
Fix checking the lock file too often while writing a backup
2023-06-13 02:42:51 +02:00
ltrk2
002c15823c Perform in-place endianness transform because of padding 2023-06-12 16:44:46 -07:00
Alexey Milovidov
4e7cd2da01
Merge pull request #50811 from ClickHouse/tavplubix-patch-6
Don't mark a part as broken on `Poco::TimeoutException`
2023-06-12 23:17:37 +03:00
Alexey Milovidov
5cdf893f3a
Merge pull request #50835 from ClickHouse/rename-async-metrics
Replace CPU CGroups metrics to one
2023-06-12 23:15:05 +03:00
Alexey Milovidov
366bf3b3ec
Merge pull request #50888 from den-crane/patch-27
Doc. Note about insert_deduplication_token and partitions
2023-06-12 23:09:06 +03:00
Robert Schulze
4f39ee51ae
Update Annoy docs 2023-06-12 20:06:57 +00:00
Alexey Milovidov
b2ce58be32
Merge pull request #50899 from den-crane/patch-51
Doc. Fix copy/paste typo
2023-06-12 23:06:10 +03:00
Denny Crane
e6e8576864
Update mergetree.md 2023-06-12 17:04:33 -03:00