Alexander Tokmakov
5031f239c3
Revert "s3 adaptive timeouts"
2023-11-20 14:28:59 +01:00
Mikhail f. Shiryaev
fa5dc744be
Merge pull request #56991 from ClickHouse/decouple-cmake-cleanup
...
Make check for the limited cmake dependencies the part of sparse checkout
2023-11-20 14:24:43 +01:00
Sema Checherinda
fafd169e7b
Update src/IO/Lz4DeflatingWriteBuffer.cpp
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2023-11-20 14:12:52 +01:00
vdimir
06c6282eb7
fix build
2023-11-20 13:46:37 +01:00
Kevin Mingtarja
8c4055556e
Merge branch 'implicit-constraint-collapsing-merged-tree' of github.com:kevinmingtarja/ClickHouse into implicit-constraint-collapsing-merged-tree
2023-11-20 12:38:15 +00:00
Kevin Mingtarja
aa07403f27
Make test 02918 executable
2023-11-20 12:37:23 +00:00
robot-ch-test-poll
e71ca7dcef
Merge pull request #56985 from czlee/patch-1
...
[Docs] MaterializedPostgreSQL: Change DETACH to DETACH PERMANENTLY
2023-11-20 13:33:52 +01:00
Nikita Taranov
779a8971e0
Disable settings randomisation for 02896_memory_accounting_for_user.sh
( #56709 )
2023-11-20 13:33:39 +01:00
vdimir
28bb76d568
address review comments
2023-11-20 13:21:46 +01:00
Mikhail f. Shiryaev
c3a3cf8d24
Make check for the limited cmake dependencies the part of sparse checkout
2023-11-20 13:08:49 +01:00
Robert Schulze
5ec626127b
Merge pull request #56857 from AVMusorin/fix-update-submodules
...
Sparse checkout: Use `--remote` for `git submodule update`
2023-11-20 12:53:22 +01:00
Igor Nikonov
fb88c4dfdc
Merge pull request #55980 from ClickHouse/pr-cleanup-remote-source
...
RemoteSource: remove unnecessary flag
2023-11-20 12:41:08 +01:00
alesapin
857ce2d880
Merge branch 'master' into implicit-constraint-collapsing-merged-tree
2023-11-20 12:28:55 +01:00
Raúl Marín
44874859bb
Fix style
2023-11-20 12:21:12 +01:00
Raúl Marín
088022df5d
Add test
2023-11-20 12:20:26 +01:00
Sema Checherinda
ebb66c1a9e
add comments
2023-11-20 12:13:24 +01:00
Igor Nikonov
5fc0e7fc9a
Merge pull request #56767 from ClickHouse/test-rabbitmq-with-secure-connection
...
Test RabbitMQ with secure connection
2023-11-20 11:51:39 +01:00
Aleksandr Musorin
f9a8df4296
Added comment to prevent using --remote to update submodules
2023-11-20 11:44:21 +01:00
Mikhail Artemenko
f059a55f85
Merge branch 'master' into fix_select_query_options_pass
2023-11-20 09:07:43 +00:00
Mikhail Artemenko
e305bf6549
Merge branch 'master' into fix_select_query_options_pass
2023-11-20 08:39:56 +00:00
robot-ch-test-poll1
efc3323fe2
Merge pull request #56983 from ClickHouse/materializedMysql-doc
...
MaterializedMysql doc
2023-11-20 09:37:25 +01:00
Kevin Mingtarja
af0c954c9e
Add implicit constraint for CollapsingMergeTree sign column
2023-11-20 15:05:12 +08:00
Chuan-Zheng Lee
96c603ef97
[Docs] MaterializedPostgreSQL: Change DETACH to DETACH PERMANENTLY
...
If I'm not mistaken, ClickHouse/ClickHouse#35158 changed the syntax for dynamically removing tables from MaterializedPostgreSQL databases from `DETACH` to `DETACH PERMANENTLY`. Currently when just running `DETACH TABLE postgres_database.table_to_remove`, it shows an error:
```
DETACH TABLE not allowed, use DETACH PERMANENTLY. (NOT_IMPLEMENTED)
```
This adds the keyword `PERMANENTLY` to both places where `DETACH` occurs on the MaterializedPostgreSQL database engine page.
2023-11-20 18:15:14 +13:00
santrancisco
f05f572b3c
Fixed trailing whitespace
2023-11-20 13:37:27 +11:00
santrancisco
ab5f3d12b6
Fix sqlite file path validation to make sure it does not skip validation on relative path
2023-11-20 12:51:30 +11:00
Alexey Milovidov
6dc3efb3f9
Fix build
2023-11-20 01:55:34 +01:00
Peignon Melvyn
f6e4c29669
MaterializedMysql doc
...
Add experimental flag for materializedMysql
2023-11-20 01:49:17 +01:00
Alexey Milovidov
b205d4919d
Remove garbage
2023-11-20 01:24:28 +01:00
Alexey Milovidov
d385217012
One step back
2023-11-20 01:15:04 +01:00
Alexey Milovidov
241cc2abf4
Merge branch 'master' into remove-useless-install
2023-11-20 01:12:08 +01:00
Alexey Milovidov
a69e87d059
Merge pull request #56980 from devcrafter/prefer-sccache
...
Prefer sccache to ccache by default
2023-11-20 01:03:20 +01:00
Alexey Milovidov
56d31097d8
Merge pull request #56981 from bharatnc/ncb/update-memory-limit-test
...
update 02003_memory_limit_in_client.sh
2023-11-20 01:02:17 +01:00
Bharat Nallan Chakravarthy
33df68cd01
update 02003_memory_limit_in_client.sh
2023-11-19 14:48:21 -08:00
Igor Nikonov
7e781ab968
Merge remote-tracking branch 'origin/master' into prefer-sccache
2023-11-19 23:29:49 +01:00
Igor Nikonov
0513c93829
Prefer sccache to ccache by default
2023-11-19 23:11:05 +01:00
Alexander Gololobov
85f88a7f54
Merge pull request #56968 from ClickHouse/debug_02908_2
...
Fewer concurrent requests in 02908_many_requests_to_system_replicas
2023-11-19 21:51:46 +01:00
Igor Nikonov
7020177e7c
Merge branch 'master' into pr-cleanup-remote-source
2023-11-19 21:33:47 +01:00
Igor Nikonov
b9a28028e4
Merge branch 'master' into test-rabbitmq-with-secure-connection
2023-11-19 21:33:09 +01:00
robot-clickhouse-ci-1
4bf3845fbf
Merge pull request #56962 from ClickHouse/docs-count-distinct-perf-tip
...
[Docs] Add perf tip for COUNT(DISTINCT expr)
2023-11-19 20:55:15 +01:00
Alexey Milovidov
f37bb90028
Merge pull request #56971 from ClickHouse/own-cmake-for-grpc
...
Own CMake for GRPC
2023-11-19 20:52:26 +01:00
Nikolay Degterinsky
fd26fab07f
Merge remote-tracking branch 'upstream/master' into local-send-fatal-log
2023-11-19 17:59:51 +00:00
Alexey Milovidov
62d0d76f68
Merge pull request #56899 from den-crane/test/56790
...
test for #56790
2023-11-19 16:52:18 +01:00
Alexey Milovidov
9367dcc276
Merge pull request #56975 from rschu1ze/unflake-test_backward_compat
...
Add exclude for tryBase64Decode to backward compat test (follow-up to #56913 )
2023-11-19 16:41:42 +01:00
Alexey Milovidov
d9a6096b32
Merge pull request #56927 from Algunenano/replica_tests
...
Make some tests independent of macro settings
2023-11-19 16:37:29 +01:00
Robert Schulze
a3c9f13ac9
Add exclude for tryBase64Decode to backward compat test (follow-up to #56913 )
...
Fixes #56969
2023-11-19 15:33:58 +00:00
Alexey Milovidov
276de4ae28
Merge pull request #56974 from rschu1ze/fix-build
...
Fix build in Backups/BackupIO_S3.cpp
2023-11-19 16:33:54 +01:00
Alexey Milovidov
62a87665c5
Fix build
2023-11-19 16:31:18 +01:00
Alexey Milovidov
4fc658cd1f
Fix build
2023-11-19 16:31:03 +01:00
Robert Schulze
60a17ee397
Fix build
2023-11-19 15:27:59 +00:00
Nikolay Degterinsky
9683adfb03
Merge pull request #56830 from evillique/better-add-column
...
Fix flattening existing Nested columns during ADD COLUMN
2023-11-19 16:21:56 +01:00