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
Robert Schulze
4035334634
Merge remote-tracking branch 'rschu1ze/master' into static-instance2
2024-04-09 11:45:27 +00:00
Nikita Mikhaylov
b936804c39
Merge pull request #62185 from ClickHouse/analyzer-fixes-bugs
...
Add tests from all the issues analyzer fixes
2024-04-09 11:42:43 +00:00
Maksim Kita
35e1e5aff7
Perf script update path in documentation
2024-04-09 14:42:29 +03:00
Igor Nikonov
4c106b2d0c
Merge remote-tracking branch 'origin/master' into add-part-name-in-check-part-exception
2024-04-09 11:41:12 +00:00
Robert Schulze
184e51551d
Merge pull request #62228 from rschu1ze/docs-drop-table
...
Docs: Slightly improve wording of `DROP TABLE` docs
2024-04-09 11:10:36 +00:00
Robert Schulze
3b2a0c4c51
Merge pull request #62205 from rschu1ze/docs-datatypes2
...
Docs: Slightly improve data type docs
2024-04-09 11:10:01 +00:00
Blargian
7b3a973ee0
Add missing example to uniqCombined
2024-04-09 12:55:01 +02:00
Kruglov Pavel
6c952ce0f1
Merge pull request #62413 from Avogar/fix-numbers-zero-step
...
Fix logical error 'numbers_storage.step != UInt64{0}'
2024-04-09 10:54:36 +00:00
Kruglov Pavel
057efdb447
Merge pull request #62398 from Avogar/fix-analyzer-merge-push-down
...
Fix filter pushdown from additional_table_filters in Merge engine in analyzer
2024-04-09 10:54:06 +00:00
avogar
9628874ac1
Better
2024-04-09 10:40:40 +00:00
Blargian
af505aafbc
Small fix
2024-04-09 12:34:53 +02:00
Max K
d5eec609cb
Merge pull request #62410 from ClickHouse/ci_disable_finish_check_for_mq
...
CI: disable finish check for mq
2024-04-09 10:33:59 +00:00
Blargian
fe868ddf86
Document uniqCombined64 and update uniqueCombined
2024-04-09 12:31:35 +02:00
Sema Checherinda
04ea8a85f2
Merge pull request #62249 from ClickHouse/chesema-keep-alive-send-and-receive
...
several fixes for client's keep alive connections
2024-04-09 10:27:28 +00:00
Max Kainov
4e344f6a93
remove ci status and reports for MQ case
2024-04-09 10:25:41 +00:00
Kruglov Pavel
49ba81a5f9
Merge pull request #62417 from Avogar/dot-product-overflow
...
Don't check overflow in arrayDotProduct in undefined sanitizer
2024-04-09 10:17:58 +00:00
Maksim Kita
0543fc3263
OptimizeGroupByInjectiveFunctionsPass remove unused constant
2024-04-09 13:17:42 +03:00
Nikita Mikhaylov
6e90a197f8
Update 03091_analyzer_same_table_name_in_different_databases.sql
2024-04-09 12:02:11 +02:00
Blargian
0265ba5027
Add wyHash to aspell-ignore
2024-04-09 10:55:08 +02:00
Alexander Gololobov
b3dd5f519d
Merge pull request #62348 from ClickHouse/http_log_levels
...
Reduce log levels for ReadWriteBufferFromHTTP retries
2024-04-09 07:02:31 +00:00
Antonio Andelic
17111c2f0e
Merge pull request #62317 from ClickHouse/postprocess-correct-i-hope
...
Fix for postprocess script: print correct count for frame
2024-04-09 06:56:40 +00:00
Nikolay Degterinsky
f45acef131
Support for a tiny feature in stateless tests image
2024-04-09 00:33:18 +00:00
Nikita Mikhaylov
eac8852c75
Less flaky tests
2024-04-09 00:14:49 +02:00
Kruglov Pavel
16cdd067e3
Fix bad conflict resolution
2024-04-08 22:34:35 +02:00
Nikita Mikhaylov
f207715426
Update 03068_analyzer_distributed_join.sql
2024-04-08 22:25:50 +02:00
avogar
ef518946f3
Respect settings truncate_on_insert/create_new_file_on_insert in s3/hdfs/azure engines
2024-04-08 20:18:47 +00:00
Blargian
2c41bcb25a
Add multiSearchXYZ functions to aspell-dict.txt
2024-04-08 21:57:11 +02:00
Blargian
208722a513
Fix spelling mistake
2024-04-08 21:55:27 +02:00
Nikita Mikhaylov
6b3ed64d3e
Merge pull request #61232 from ClickHouse/optimize-wait-for-outdated-parts
...
Do nothing in `waitForOutdatedPartsToBeLoaded()` if loading is not required
2024-04-08 19:20:33 +00:00
Nikita Mikhaylov
72af467a35
Merge pull request #61786 from mneedham/aggregating-mergetree
...
AggregatingMergeTree: Split table creation and MV definition + add mo…
2024-04-08 19:19:07 +00:00
Robert Schulze
b138b1e103
Empty commit
2024-04-08 19:18:44 +00:00
Nikita Mikhaylov
5b2f8b2502
Merge pull request #61767 from mneedham/window-functions
...
[Docs] add ranking functions + make the supported table more obvious
2024-04-08 19:18:28 +00:00
Robert Schulze
2280fdeec1
Empty commit
2024-04-08 19:16:47 +00:00
Blargian
1b9a72e374
Add back accidently removed description
2024-04-08 20:56:30 +02:00
Blargian
3f91ece54b
Remove blank space from wordShingleSimHashUTF8
2024-04-08 20:54:42 +02:00