Alex Katsman
fef9c580df
Improve functional tests
2024-09-26 21:07:19 +00:00
Igor Nikonov
e76890669f
Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup
2024-09-26 20:19:02 +00:00
Igor Nikonov
302eebd6fb
Handle RemoteSource processor with priority in pipeline
2024-09-26 20:11:39 +00:00
Andrey Zvonov
6c2beef298
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut
2024-09-26 19:34:24 +00:00
Shichao
d29e393c55
Merge pull request #70014 from Algunenano/warn_toDecimal
...
Add warnings in toDecimal function when the input is a floating point number
2024-09-26 18:53:21 +00:00
Kseniia Sumarokova
373aeb3f00
Merge pull request #69384 from ClickHouse/fix-s3-queue-with-replicated-database
...
s3queue: return back default value of processing_threads_num as number of cpu cores
2024-09-26 18:38:58 +00:00
Habibullah Oladepo
c9485ef0e2
Update rounding-functions.md
...
Remove irrelevant context from the description of the `num` parameter of the `roundToExp2` function that seems to have been copied from the `roundAge` function
2024-09-26 19:25:21 +01:00
alsu
cafddf0833
add missing space
2024-09-26 19:17:45 +02:00
Kseniia Sumarokova
ec8cf035c1
Merge branch 'master' into fix-read-settings-in-index-loading
2024-09-26 17:47:15 +01:00
Yarik Briukhovetskyi
71937b9fc8
Merge branch 'ClickHouse:master' into tostartofinterval-aliases
2024-09-26 18:43:52 +02:00
Raúl Marín
95f0ca28d4
Merge pull request #70024 from ClickHouse/rfraposa-patch-3
...
Update kill.md
2024-09-26 16:14:08 +00:00
Robert Schulze
d37f254ad1
Merge pull request #70005 from rschu1ze/revert-RIPEMD160
...
Revert "Add RIPEMD160 function"
2024-09-26 15:55:29 +00:00
Andrey Zvonov
72b0ca1174
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut
2024-09-26 15:45:25 +00:00
Andrey Zvonov
96a15cd339
fix exception on PARTITION ALL
2024-09-26 15:44:56 +00:00
Rich Raposa
c6c2e3c579
Update kill.md
...
Formatting typo
2024-09-26 09:35:35 -06:00
alsu
7e10705886
update create/alter user syntax
2024-09-26 17:30:40 +02:00
Tuan Pham Anh
29ecba1a35
Use query_with_retry in test_storage_kafka test
2024-09-26 15:29:39 +00:00
Nikita Mikhaylov
4a137fe794
Merge pull request #65311 from ClickHouse/pufit/radix-grants
...
Wildcard grants
2024-09-26 14:57:24 +00:00
Mikhail f. Shiryaev
f413f459af
Require the minimal version of black as 24
2024-09-26 16:46:46 +02:00
Mikhail f. Shiryaev
dfe29a5312
Enable a few more pylint checks
2024-09-26 16:20:55 +02:00
Mikhail f. Shiryaev
c67a781725
Address the rest of minor issues
2024-09-26 16:09:55 +02:00
Mikhail f. Shiryaev
dfe27694b3
Address f-strings and too-long-lines
2024-09-26 16:09:54 +02:00
Mikhail f. Shiryaev
b9338750cb
Handle pylint global-statement
2024-09-26 16:09:54 +02:00
Mikhail f. Shiryaev
42097b0abc
Remove if-return-elif-return-else statements
2024-09-26 16:09:52 +02:00
Alexander Tokmakov
88c98277f4
Merge pull request #69093 from sum12/master
...
catch additional zk connection errors while creating table
2024-09-26 13:58:04 +00:00
Miсhael Stetsyuk
50855b1a0e
Merge pull request #69871 from ClickHouse/add-readonly-duration-to-system-replicas
...
add `readonly_duration` to the `system.replicas` table
2024-09-26 13:47:59 +00:00
Dmitry Novik
da553b215e
Merge pull request #69292 from ClickHouse/fix-new-analyzer-evaluateConstantExpression
...
Support new analyzer in `evaluateConstantExpression`
2024-09-26 13:09:34 +00:00
Raúl Marín
d6efa6c365
Add warnings in toDecimal function when the input is a floating point number
2024-09-26 15:01:42 +02:00
alsu
916b92d094
update alter/create user russian docs according to english version
2024-09-26 14:56:02 +02:00
Mikhail f. Shiryaev
117a846f87
Add pyproject.toml to is_python for style checks
2024-09-26 14:55:01 +02:00
Mikhail f. Shiryaev
4955aa82f0
Even stricter
2024-09-26 14:48:11 +02:00
Mikhail f. Shiryaev
49ff0345e3
See what violates the pylint settings
2024-09-26 14:44:13 +02:00
Nikolai Kochetov
dfe8eb059c
Review fixes.
2024-09-26 12:44:06 +00:00
Nikita Mikhaylov
2fc972d23f
Merge pull request #69992 from ClickHouse/fix-03215_parallel_replicas_crash_after_refactoring
...
Disable `03215_parallel_replicas_crash_after_refactoring.sql` for Azure
2024-09-26 12:37:54 +00:00
Nikolai Kochetov
e0599ff1e1
Merge branch 'master' into remove-sorting-from-stream-properties
2024-09-26 12:36:35 +00:00
Кирилл Гарбар
38f716de6a
Fix style
2024-09-26 15:18:53 +03:00
robot-clickhouse
d56cd41395
Automatic style fix
2024-09-26 12:14:42 +00:00
kssenii
d52502a2b6
Increase log level to warning if the setting was changed by user
2024-09-26 13:31:30 +02:00
Alexey Milovidov
17b2f33fb5
Merge pull request #70010 from ClickHouse/alexey-milovidov-patch-10
...
Update CHANGELOG.md
2024-09-26 11:30:45 +00:00
Alexey Milovidov
16d61a1543
Merge pull request #70009 from ClickHouse/alexey-milovidov-patch-9
...
Update CHANGELOG.md
2024-09-26 11:30:40 +00:00
vdimir
45d190650f
fix deprication warning
2024-09-26 11:28:34 +00:00
vdimir
5fbb199375
cluster name
2024-09-26 11:18:10 +00:00
Alexey Milovidov
1354d22379
Merge pull request #70004 from ClickHouse/alexey-milovidov-patch-8
...
Update CHANGELOG.md
2024-09-26 11:13:45 +00:00
vdimir
87c979b2cf
fix
...
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-09-26 11:13:25 +00:00
Alexey Milovidov
ed533caeb3
Update CHANGELOG.md
2024-09-26 13:12:35 +02:00
Alexey Milovidov
09c02531f2
Update CHANGELOG.md
2024-09-26 13:09:46 +02:00
Raúl Marín
f6a8e9e6f2
Fix FreeBSD compilation of the MariaDB connector
2024-09-26 12:57:43 +02:00
kssenii
f0a49e4b64
Merge remote-tracking branch 'origin' into fix-s3-queue-with-replicated-database
2024-09-26 12:44:20 +02:00
Robert Schulze
522a57ef3c
Adjust changelog
2024-09-26 10:43:07 +00:00
Robert Schulze
da77f360cd
Minor fixups
2024-09-26 10:36:09 +00:00