Robert Schulze
fe7da4e7d1
Bump usearch to 2.8.16
2024-08-13 15:53:28 +00:00
Robert Schulze
88f2d2e67d
Bump usearch to v2.7.8
2024-08-13 15:53:21 +00:00
Robert Schulze
383d2816e6
Bump usearch to 2.6.1
2024-08-13 15:53:18 +00:00
Robert Schulze
dbe66e6092
Bump usearch to 2.5.1
2024-08-13 15:53:15 +00:00
Robert Schulze
98c18eb341
Bump usearch to 2.4.1
2024-08-13 15:53:11 +00:00
Robert Schulze
5ca85674e6
Bump usearch to 2.3.2
2024-08-13 15:53:08 +00:00
Robert Schulze
94cc37a39f
Remove robin-map submodule
...
At some point, usearch stopped to use robin-map.
2024-08-13 15:53:04 +00:00
Nikolai Kochetov
c5ae139c97
Cleanup.
2024-08-13 15:18:07 +00:00
Yakov Olkhovskiy
ae614648a3
trigger sync
2024-08-13 15:13:42 +00:00
divanik
7ebb6efb2e
Style check
2024-08-13 15:11:19 +00:00
Nikita Taranov
dd3fa7c3b6
Merge pull request #61793 from nickitat/keep_alive_max_reqs
...
Implement `max_keep_alive_requests` setting for server
2024-08-13 15:06:43 +00:00
Robert Schulze
2ffcc97af2
Merge pull request #63675 from rschu1ze/vector-search
...
Initial implementation of vector similarity index
2024-08-13 15:06:20 +00:00
Pablo Marcos
25d1a782bc
Merge branch 'master' into update-fuzzer-dict
2024-08-13 15:01:52 +00:00
vdimir
4fad666a8b
Merge branch 'master' into vdimir/followup-56996
2024-08-13 17:00:07 +02:00
kssenii
5a6090ad05
Fix
2024-08-13 16:48:12 +02:00
Nikolai Kochetov
04286bc270
Add status to PipelineExecutor. Verify status of pusing pipeline.
2024-08-13 14:45:05 +00:00
Pablo Marcos
0593650565
Update dict files
...
Previous commit had the files from the script ran
from the root directory, which returned an error.
2024-08-13 14:30:44 +00:00
Yakov Olkhovskiy
3e8a177622
Merge pull request #61908 from ClickHouse/ci-fuzzer-enable
...
CI: enable libfuzzer (fixing build and docker)
2024-08-13 14:22:09 +00:00
Alexey Milovidov
62650f622c
Merge branch 'fix-test-replace-current-query' into tighten-limits-functional-tests
2024-08-13 16:20:50 +02:00
Nikita Taranov
20e20b97c9
Fix test storage_join_direct_join
2024-08-13 16:20:27 +02:00
Alexey Milovidov
69893aaa25
Lower memory usage
2024-08-13 16:19:25 +02:00
Pablo Marcos
79e0557839
Write a script to automatically update the dict
2024-08-13 14:18:48 +00:00
Alexey Milovidov
9051cd103a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into tighten-limits-functional-tests
2024-08-13 16:18:13 +02:00
divanik
b5f7875f57
Remove odd new line
2024-08-13 14:04:04 +00:00
avogar
0b728e7547
Update docs
2024-08-13 13:56:08 +00:00
avogar
710cf1a223
Calculate statistics for paths in shared data
2024-08-13 13:55:57 +00:00
Pablo Marcos
16fd24fb1f
Update fuzzer dictionary as per commit 99282e526a
...
Also update README so that we have consistent behavior of sort
across macOS and Linux.
2024-08-13 13:51:24 +00:00
divanik
5da5bea8df
Reduce flakiness of a test
2024-08-13 13:47:20 +00:00
Antonio Andelic
973b240579
Fix min/max time columns
2024-08-13 15:40:45 +02:00
Peter Nguyen
379c183540
Merge branch 'add_create_if_not_exists_setting' of github.com:petern48/ClickHouse into add_create_if_not_exists_setting
2024-08-13 07:25:38 -06:00
Peter Nguyen
94604126fe
Merge branch 'ClickHouse:master' into add_create_if_not_exists_setting
2024-08-13 07:25:26 -06:00
Peter Nguyen
fbe08cc24c
Add no-parallel flag to 03221_create_if_not_exists_setting.sql
2024-08-13 07:24:41 -06:00
Kruglov Pavel
52dea79a90
Update 03210_dynamic_squashing.sql
2024-08-13 15:20:37 +02:00
Yarik Briukhovetskyi
39c25663ae
Merge pull request #67879 from bigo-sg/opt_orc_writer
...
Avoid allocating unnecessary capacity for array column while writing orc & some minor refactors
2024-08-13 12:51:11 +00:00
vdimir
d2be1bf693
Fix FullSortingJoinTest.AsofGreaterGeneratedTestData with empty data
2024-08-13 12:33:44 +00:00
Igor Nikonov
35548d6a65
Merge branch 'master' into fix-test-replace-current-query
2024-08-13 13:26:59 +02:00
kevinyhzou
85bd63a2ac
rebase and resolve conflict
2024-08-13 19:16:32 +08:00
Robert Schulze
99282e526a
Merge pull request #68235 from sakulali/query_cache_tag
...
QueryCache: Add tagging
2024-08-13 10:44:10 +00:00
Yarik Briukhovetskyi
086c0f03a6
Merge pull request #65997 from yariks5s/hive_style_partitioning
...
Implementing Hive-style partitioning
2024-08-13 10:04:21 +00:00
Kruglov Pavel
5812dbcf2e
Update 03210_dynamic_squashing.sql
2024-08-13 11:53:33 +02:00
avogar
2896dd51d8
Implemenet prepareForSquashing for ColumnObject
2024-08-13 09:52:43 +00:00
vdimir
dfb892ba5f
Merge pull request #66616 from Blargian/docs_getXYZ
...
add documentation for `getSubcolumn` and `getTypeSerializationStreams`
2024-08-13 09:35:44 +00:00
Azat Khuzhin
a0f617c6cc
tests: make 01600_parts_states_metrics_long better
...
- better bash
- HTTP protocol cannot handle multiple queries fix this
- decrease number of retries (this should be ok after no-parallel) to
print final debug info
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-13 10:14:37 +02:00
Pablo Marcos
d28e2d7546
Merge pull request #68203 from pamarcos/fix-test-01903_correct_block_size_prediction_with_default
...
[Green CI] Fix test 01903_correct_block_size_prediction_with_default
2024-08-13 08:11:35 +00:00
lgbo-ustc
2a51b6c403
fix crash in lag/lead
2024-08-13 14:01:41 +08:00
Michael Kolupaev
761a28502e
Unchange integration test
2024-08-13 05:17:18 +00:00
taiyang-li
79a7d55608
Merge branch 'opt_lc_name' of https://github.com/bigo-sg/ClickHouse into opt_lc_name
2024-08-13 11:39:34 +08:00
taiyang-li
cb7a67c6dd
fix failed uts
2024-08-13 11:39:22 +08:00
Yakov Olkhovskiy
93a922f169
merge master
2024-08-13 03:28:25 +00:00
pufit
ae5223854f
Merge pull request #67653 from ClickHouse/pufit/inconsistent-formating-grant-current-grants
...
Fix inconsistent formatting for `GRANT CURRENT GRANTS`
2024-08-13 03:21:26 +00:00