Commit Graph

143086 Commits

Author SHA1 Message Date
vdimir
e754122475
Handling of Type Modifiers for columns in USING Clause 2024-06-04 14:41:30 +02:00
vdimir
edbef6ac9f
Add 'Known incompatibilities of JOIN clause' 2024-06-04 14:22:21 +02:00
Dmitry Novik
76ee999cae
Add an example 2024-05-31 13:57:58 +02:00
Dmitry Novik
49962e7b6e
Docs: add info about analyzer incompatibilities 2024-05-30 18:12:32 +02:00
Anton Popov
2993be1186
Merge pull request #64314 from CurtizJ/vertical-merge-prefetch
Allow prefetches in vertical merges
2024-05-30 13:09:34 +00:00
Nikita Taranov
31e0d32bfd
Merge pull request #64550 from nickitat/reintroduce_hash_table_sizes_tests
Bring hash table sizes tests back
2024-05-30 13:09:32 +00:00
Mikhail f. Shiryaev
7237242576
Merge pull request #63982 from ClickHouse/expired-timeout
Implement a single point for "Check timeout expired" test result
2024-05-30 11:32:41 +00:00
pufit
ce48e4626d
Merge pull request #64292 from Beetelbrox/fjurado-59849/feat-allow-comparison-between-ipv4-and-ipv6
[59849] Allow equality comparison between ipv4 and ipv6
2024-05-30 11:31:24 +00:00
Nikita Taranov
3da78dd0bc
Merge pull request #64241 from nickitat/concurrent_hash_join_optimisation
Create and destroy hash maps on thread pool in ConcurrentHashJoin
2024-05-30 11:15:03 +00:00
Daniil Ivanik
2520e5c369
Merge pull request #63452 from sarielwxm/feature/loop
Add `loop()` table function
2024-05-30 10:59:19 +00:00
vdimir
e80a834efc
Merge pull request #64367 from ClickHouse/vdimir/test-no-s3-storage-with-slow-build
Do not run tests tagged 'no-s3-storage-with-slow-build' with ASan
2024-05-30 10:52:55 +00:00
Robert Schulze
d776d88797
Merge pull request #64435 from rschu1ze/revert-revert-64035-unreachable-unreachable
Revert "Revert "Remove some unnecessary UNREACHABLEs""
2024-05-30 10:42:40 +00:00
Nikolai Kochetov
f3781f4930
Merge pull request #64519 from ClickHouse/fix-group-by-const-cte-distr
Fix GROUP BY (const CTE) in distributed queries.
2024-05-30 10:35:12 +00:00
Robert Schulze
6af3b9ac12
Merge pull request #64616 from ClickHouse/revert-64386-fjurado-61548/feat-add-fromreadablesize-function
Revert "Add `fromReadableSize` function"
2024-05-30 08:24:38 +00:00
Robert Schulze
48bd68a93e
Revert "Add fromReadableSize function" 2024-05-30 09:55:26 +02:00
Julia Kartseva
d816f38d77
Merge pull request #64511 from Blargian/document_JSON
[Docs] Update JSON functions docs
2024-05-30 00:03:16 +00:00
Alexey Milovidov
29f7e266db
Update CHANGELOG.md 2024-05-30 01:48:47 +02:00
Alexey Milovidov
8c975bfa14
Merge pull request #64609 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-05-30 01:12:57 +02:00
Alexey Milovidov
486e54c339
Update CHANGELOG.md 2024-05-30 01:12:30 +02:00
Alexey Milovidov
179bf6a0cb
Update CHANGELOG.md 2024-05-30 00:57:33 +02:00
Alexey Milovidov
937fccc0e8
Merge pull request #64608 from ClickHouse/changelog-24.5
Changelog for 24.5
2024-05-30 00:57:04 +02:00
Alexey Milovidov
a33fbc2196 Changelog for 24.5 2024-05-30 00:52:49 +02:00
Max K
09d6896870
Merge pull request #64605 from ClickHouse/ci_few_minor_fixes
CI: Change Required Check list, few fixes
2024-05-29 20:22:57 +00:00
alesapin
71f7237c9c
Merge pull request #64456 from ClickHouse/dont_propagate_settings_for_merges
Don't propagate user settings for background ops
2024-05-29 20:22:04 +00:00
Max K
208912e559 CI: Change Required Check list, few fixes 2024-05-29 21:41:16 +02:00
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
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
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
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
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