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
shiyer7474
7f005a6ca4
Fix small value DateTime64 constant folding in nested query
2024-08-13 08:38:30 +00:00
Azat Khuzhin
4c043301e6
Avoid ignoring errors of execute_process() (set COMMAND_ERROR_IS_FATAL=ANY)
...
This will fix with issues like this [1]:
Aug 12 09:58:44 '/usr/bin/cmake' '--build' '/build/build_docker/native' '--target' 'pre_compressor'
Aug 12 09:58:44 sccache: error: Server startup failed: cache storage failed to read: Unexpected (temporary) at stat
Aug 12 09:58:45 ninja: build stopped: subcommand failed.
Aug 12 09:58:45 -- Configuring done (77.7s)
Aug 12 09:58:47 -- Generating done (1.8s)
Aug 12 09:58:47 -- Build files have been written to: /build/build_docker
So as you can see even if ninja fails it still wrote build files, while
it should fail.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/64955/0af41e32a5822d25ac3760f1ebb2313557474701/builds/report.html
[2]: 0af41e32a5/binary_darwin_aarch64/build_log.log
Note, COMMAND_ERROR_IS_FATAL is 3.19+, and the requirement for now is
3.20
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-13 10:35:54 +02: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
Yakov Olkhovskiy
a517bc90cd
Update PULL_REQUEST_TEMPLATE.md
2024-08-12 21:42:47 -04:00
Alexey Milovidov
b80dd738b0
Fix error
2024-08-13 02:41:00 +02:00
Alexey Milovidov
995b29cb07
Merge branch 'master' of github.com:ClickHouse/ClickHouse into more-strict-tryparse
2024-08-13 02:38:40 +02:00
Michael Kolupaev
5e6f728248
safeGet
2024-08-13 00:35:40 +00:00
Alexey Milovidov
01b9414531
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-13 02:15:07 +02:00
Alexey Milovidov
85344d27f1
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-test-throttling
2024-08-13 02:08:43 +02:00
Alexey Milovidov
c3e32bbecf
Fix flaky check
2024-08-13 02:07:51 +02:00