Commit Graph

139620 Commits

Author SHA1 Message Date
Robert Schulze
56f54c1b5a
Merge pull request #62454 from Blargian/document_kostikConsistentHash
[Docs] add kostikConsistentHash
2024-04-09 19:18:06 +00:00
Joshua Hildred
9d4f1d890e Add an optimization that removes redundant equality
checks on boolean functions. This fixes a bug in
which the primary index is not used for queries like
SELECT * FROM <table> WHERE <pk> in (<n>) = 1
2024-04-09 12:08:31 -07:00
Nikolai Kochetov
8a172003ce Fix capture of nested lambda. 2024-04-09 18:52:03 +00:00
Nikolai Kochetov
de2a5f018f
Update CollectSets.cpp 2024-04-09 20:40:40 +02:00
Raúl Marín
ad385238da
Merge pull request #62435 from Blargian/document_uniqCombined64
[Docs] add uniqCombined64 function
2024-04-09 18:20:38 +00:00
Blargian
9b35c637c1 Add SquaredNorm to aspell-ignore 2024-04-09 20:19:47 +02:00
Blargian
9a6b987b00 Add kostikConstantHash related words to aspell-dict 2024-04-09 20:16:59 +02:00
Raúl Marín
c6d3f1caa9
Merge pull request #62397 from Algunenano/phony
Fix one phony case
2024-04-09 18:15:00 +00:00
Blargian
077c57a4c9 Add functions and word moduli to aspell-dict 2024-04-09 20:14:50 +02:00
Max Kainov
98c1cc7747 new gh runner version 2.315.0 2024-04-09 17:09:04 +00:00
Jayme Bird
fcfaf82181 fix: add missing hostname column to blob_storage_log system table 2024-04-09 17:50:28 +01:00
Alexander Gololobov
fdfee8e905 Fix printing OpNum that are not in default magic_enum range 2024-04-09 18:18:27 +02:00
Alexander Gololobov
4895a7de77 Fix format strings 2024-04-09 18:17:08 +02:00
Yarik Briukhovetskyi
17d3d57f9f
fix flaky result 2024-04-09 18:01:12 +02:00
Blargian
9419c0f788 remove l2squared 2024-04-09 17:53:00 +02:00
Nikita Taranov
eb9ed4161c fix style 2024-04-09 15:47:37 +00:00
Nikita Taranov
c5eda19575 impl 2024-04-09 15:47:37 +00:00
Robert Schulze
76ebaedfd2
Cosmetics 2024-04-09 15:45:35 +00:00
Blargian
7aac552fab Add missing kostikConsistentHash 2024-04-09 17:44:41 +02:00
Robert Schulze
c7cb33d035
Better parsing 2024-04-09 15:43:08 +00:00
serxa
0bb54101b7 Use shared mutex for stacktrace cache access 2024-04-09 15:35:36 +00:00
flynn
6feb274467 Fix 2024-04-09 15:18:57 +00:00
Nikolai Kochetov
283fc115ba Updating the test. 2024-04-09 15:17:26 +00:00
Nikolai Kochetov
814de46e13 Another one case. 2024-04-09 15:08:03 +00:00
Blargian
8369f8d8c1 Add missing l2SquaredNorm function 2024-04-09 16:54:09 +02:00
Dmitry Novik
728ed2eee3
Simplify the change 2024-04-09 16:44:38 +02:00
Blargian
d5014b2d0e Add missing L2SquaredNorm function 2024-04-09 16:44:07 +02:00
Robert Schulze
22e164c65d
Merge pull request #62375 from rschu1ze/static-instance2
Don't access static members through instance, pt. II
2024-04-09 14:37:24 +00:00
Blargian
de8d31685d Minor edit 2024-04-09 16:26:35 +02:00
pufit
49de538741
Merge pull request #62446 from azat/fix-completion
Fix completion of available ClickHouse tools
2024-04-09 14:25:34 +00:00
Peter
42a906dca9
Remove useless param, fix typo and query result 2024-04-09 22:17:00 +08:00
robot-clickhouse
950d1dfb86 Automatic style fix 2024-04-09 14:02:35 +00:00
Kseniia Sumarokova
ebf4f79a34
Merge pull request #61723 from ClickHouse/better-dynamic-cache-resize-part-2
Speed up dynamic resize of filesystem cache
2024-04-09 13:54:07 +00:00
SmitaRKulkarni
f721e957e3
Merge 33c0ac5cc6 into 6831197e43 2024-04-09 15:53:08 +02:00
Blargian
e07a614006 Add missing tests for tupleIntXYZ and tupleModulo, tupleModuloByNumber 2024-04-09 15:52:59 +02:00
Yarik Briukhovetskyi
b79d5cff1b
Merge pull request #62439 from kitaisreal/perf-script-update-path-in-documentation
Perf script update path in documentation
2024-04-09 13:51:29 +00:00
Smita Kulkarni
33c0ac5cc6 Fix backup restore path for AzureBlobStorage 2024-04-09 15:50:15 +02:00
Azat Khuzhin
5caa89a2b3 Fix completion of available ClickHouse tools
Now clickhouse --help/ch --help will print --help for clickhouse-local,
let's use just "clickhouse help" to get help with list of available
tools in clickhouse binary itself.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-09 15:37:56 +02:00
Nikolay Degterinsky
6831197e43
Merge pull request #62427 from evillique/docker-image
Support for a tiny feature in stateless tests image
2024-04-09 13:29:06 +00:00
Blargian
7d969dd9fa Add tupleModulo tupleModuloByNumber 2024-04-09 15:19:31 +02:00
Nikolay Degterinsky
6f78e89044 Merge remote-tracking branch 'upstream/master' into docker-image 2024-04-09 13:13:58 +00:00
Nikolai Kochetov
3900b95faf Another one case with aliases. 2024-04-09 13:01:38 +00:00
Blargian
92a027a2d0 Add OrZero variants 2024-04-09 15:01:27 +02:00
Nikita Taranov
d594cb2e41
Merge pull request #62208 from arthurpassos/s3_aws_private_link_style
Add support for S3 access through aws private link interface
2024-04-09 12:32:38 +00:00
Antonio Andelic
f6af63e133
Merge pull request #62332 from ClickHouse/more-complex-stacktrace-locking
More complex locking in `StackTrace::toString`
2024-04-09 12:30:59 +00:00
Nikolai Kochetov
bba66eb05a Review fixes. 2024-04-09 12:30:07 +00:00
Blargian
c8fb88b261 Add tupleIntDivOrZero 2024-04-09 14:15:32 +02:00
Blargian
5857ecf848 Add tupleIntDivByNumber 2024-04-09 14:01:50 +02:00
Blargian
eed1a33e77 update wording on tupleIntDiv 2024-04-09 13:55:10 +02:00
Blargian
55798dbdcf Add tupleIntDiv function 2024-04-09 13:53:31 +02:00