Commit Graph

143318 Commits

Author SHA1 Message Date
Max K
c8cb25a79f
Merge branch 'master' into ci_few_minor_fixes 2024-05-29 21:17:59 +02:00
Max K
1e3d297346 CI: Change Required Check list, few fixes 2024-05-29 21:13:00 +02:00
Robert Schulze
7efa232cf4
Merge pull request #64601 from Blargian/doc_domainWithoutWWWRFC
[Docs] add missing `domainWithoutWWWRFC`
2024-05-29 19:09:05 +00:00
Mikhail f. Shiryaev
7f3bbf5a98
Merge pull request #64569 from ClickHouse/git-ssh
Add a temporary known host for git over ssh
2024-05-29 18:59:06 +00:00
Blargian
481a1f032f Add missing domainWithoutWWWRFC 2024-05-29 20:26:52 +02:00
Artem Mustafin
d6a11970a3 style 2024-05-29 17:42:59 +00:00
Artem Mustafin
29c362ded4 hilbert 2024-05-29 17:36:40 +00:00
Nikolai Kochetov
278d336f47 Fix another test. 2024-05-29 17:27:00 +00:00
Nikolai Kochetov
d3bdb739eb Rename a function and add a comment. 2024-05-29 16:44:36 +00:00
Robert Schulze
f6b975dfcd
Merge pull request #64497 from jiebinn/SparseColumnIterator
Improve the iterator of sparse column to reduce call of size()
2024-05-29 16:00:20 +00:00
Nikolai Kochetov
5ec9565b9e Merge branch 'master' into fix-group-by-const-cte-distr 2024-05-29 15:56:44 +00:00
Nikolai Kochetov
c23b92b0d8 Cleanup. 2024-05-29 15:55:37 +00:00
Nikolai Kochetov
d2c2fa9205 Another attempt. 2024-05-29 15:52:06 +00:00
Mikhail f. Shiryaev
08be26a47b
Add timeout 900 for clickbench tests 2024-05-29 17:22:48 +02:00
Mikhail f. Shiryaev
b1253761e0
Fix all clcik typos 2024-05-29 17:22:47 +02:00
Mikhail f. Shiryaev
383147ac4f
Use timeout from ci_config in libfuzzer 2024-05-29 17:22:47 +02:00
Mikhail f. Shiryaev
5f7839740d
Use timeout from ci_config in stress tests 2024-05-29 17:22:46 +02:00
Mikhail f. Shiryaev
a2bfcabc99
Use timeout from ci_config in fast tests 2024-05-29 17:22:46 +02:00
Mikhail f. Shiryaev
31355d5e45
Add a reasonable timeout to bugfix config 2024-05-29 17:22:45 +02:00
Mikhail f. Shiryaev
92ee671310
Implement global timeout check in _test_run 2024-05-29 17:22:42 +02:00
Nikolai Kochetov
dd0f85d6e0 Another try. 2024-05-29 15:19:00 +00:00
Raúl Marín
b1b3514658
Merge pull request #64512 from Algunenano/fix_test_lost_part_other_replica
Fix test_lost_part_other_replica
2024-05-29 15:12:49 +00:00
Robert Schulze
2690b58eae
Merge pull request #64506 from rschu1ze/remove-generateUUIDv7-variants
Remove `generateUUIDv7(NonMonotonic|ThreadMonotonic)` functions
2024-05-29 15:05:47 +00:00
Max K
ce891c70b5
Merge pull request #64452 from Algunenano/more_slow_tests
Reduce the size of some slow tests (2)
2024-05-29 15:02:10 +00:00
vdimir
daead4eb82
Merge branch 'master' into vdimir/test-no-s3-storage-with-slow-build 2024-05-29 16:59:19 +02:00
Robert Schulze
8b9c75853f
Merge pull request #64494 from Blargian/document_topLevelDomainRFC
[Docs] add missing `RFC` variants to URL functions
2024-05-29 14:53:04 +00:00
Jiebin Sun
010c2cad1c Replace the offsets.size() in Iterator with offsets_size to avoid frequent call of size()
The `isDefault()` of Iterator in sparse column will frequently use size() to check
the boundary. We can use the offsets_size instead as offsets will not change in the
Iterator.

Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-05-29 22:38:10 +08:00
Robert Schulze
62d95eb13f
Streamline docs 2024-05-29 14:15:46 +00:00
Smita Kulkarni
65537598d6 Fixed typo 2024-05-29 16:09:04 +02:00
Robert Schulze
ef8707507b
Minor consistency fix 2024-05-29 13:56:16 +00:00
Robert Schulze
811b5e638b
Function arguments are by convention lower case 2024-05-29 13:52:54 +00:00
Anton Popov
9a5dbd740d
Merge pull request #64457 from ClickHouse/CurtizJ-patch-8
Enable setting `replace_long_file_name_to_hash` by default
2024-05-29 13:52:23 +00:00
Robert Schulze
c2a71e047a
No …, please. 2024-05-29 13:50:24 +00:00
Anton Popov
f3c735cad0 fix corner case 2024-05-29 13:49:48 +00:00
Robert Schulze
c40a5647c2
Rephrase intro a bit 2024-05-29 13:49:46 +00:00
Robert Schulze
a6140ac8b0
Strip trailing whitespace 2024-05-29 13:43:15 +00:00
Robert Schulze
a3eec1fc78
Fix spelling 2024-05-29 13:40:39 +00:00
Robert Schulze
18d432f44c
Reapply "Remove some unnecessary UNREACHABLEs"
This reverts commit 5a868304c0.
2024-05-29 13:37:47 +00:00
Blargian
3495d92803 Fix style check 2024-05-29 15:26:10 +02:00
Anton Popov
d5a0c873c7 Merge remote-tracking branch 'upstream/master' into HEAD 2024-05-29 13:16:15 +00:00
Blargian
16c237141b Fix mroe typos 2024-05-29 15:12:19 +02:00
Blargian
fc4bf97ffe Fix typo 2024-05-29 15:10:57 +02:00
Blargian
33dc8ce456 Update url-functions.md 2024-05-29 15:04:02 +02:00
Robert Schulze
9213b5e6fd
Merge pull request #64551 from rschu1ze/sync-server-cpp
Sync code moved in private repo back back to public repo
2024-05-29 13:01:16 +00:00
Alexander Tokmakov
2fb81d9d26
Merge pull request #64544 from ClickHouse/tavplubix-patch-10
Disable `enable_vertical_final`
2024-05-29 12:47:05 +00:00
Sema Checherinda
4cc765ace4
Merge pull request #64520 from ClickHouse/chesema-test-TotalQpsLimitExceeded
test for TotalQpsLimitExceeded
2024-05-29 12:28:54 +00:00
Raúl Marín
a2edbac521
Remove comment 2024-05-29 14:14:48 +02:00
Robert Schulze
4bafca4dc6
Merge pull request #64502 from rschu1ze/nsync-bye-bye-bye
Sync some code back from internal to public repository
2024-05-29 12:06:05 +00:00
Robert Schulze
de792a2655
Merge pull request #64573 from rschu1ze/docs-thirdparty-libs
Docs: Update third-party library guide
2024-05-29 11:55:27 +00:00
Shaun Struwig
fcb03aadd0
Fix typo 2024-05-29 13:52:47 +02:00