Commit Graph

129193 Commits

Author SHA1 Message Date
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
Zhiguo Zhou
1f044b11e3 Enhance unittest MergeTree.CombineFilters 2023-11-20 16:00:14 +08: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
Alexey Milovidov
b772189fc1 Merge branch 'master' into own-cmake-for-grpc 2023-11-19 16:17:49 +01:00
Nikolay Degterinsky
cf46214440 Always send fatal level logs 2023-11-19 15:09:52 +00:00
Antonio Andelic
ab234a87a8
Merge pull request #56960 from ClickHouse/fix-test_keeper_auth
Fix `test_keeper_auth`
2023-11-19 16:09:04 +01:00
Nikolay Degterinsky
44289c5f19
Merge pull request #56957 from evillique/resubmit-better-except
Resubmit: Better except for SSL authentication
2023-11-19 16:00:18 +01:00
Alexey Milovidov
907f168e0d Own CMake for GRPC 2023-11-19 15:43:09 +01:00
Alexey Milovidov
3213443ee2 Own CMake for GRPC 2023-11-19 15:42:35 +01:00
Mikhail Artemenko
b117d8ed12 create interpreter with changed select_query_options 2023-11-19 14:28:33 +00:00
Alexey Milovidov
f27018c141 Own CMake for GRPC 2023-11-19 15:21:11 +01:00
Sema Checherinda
a950595c24
Merge pull request #56314 from CheSema/s3-aggressive-timeouts
s3 adaptive timeouts
2023-11-19 14:12:14 +01:00
Sema Checherinda
cacc23b8b7 safe SinkToOut d-tor 2023-11-19 12:25:42 +01:00
Sema Checherinda
24fbe620d3 fix build 2023-11-19 12:14:53 +01:00
Alexey Milovidov
510ea1106d
Merge pull request #56423 from arthurpassos/56357_quotes_extract_kv
Add transition from reading key to reading quoted key when double quotes are found
2023-11-19 11:26:48 +01:00
Alexander Gololobov
097f80657c Fewer concurrent requests in 02908_many_requests_to_system_replicas 2023-11-19 11:14:24 +01:00