Commit Graph

113052 Commits

Author SHA1 Message Date
Robert Schulze
96dad0a2cb
Merge pull request #48962 from ClickHouse/rs/doc-cleanup
Clean up string function docs
2023-04-19 22:33:56 +02:00
robot-ch-test-poll1
a9e1368d18
Merge pull request #48942 from ClickHouse/davenger-delete-where
WHERE clause is not optional for DELETE statement
2023-04-19 22:29:18 +02:00
Robert Schulze
4756629b84
Clean up string function docs 2023-04-19 20:05:38 +00:00
Robert Schulze
ec12bbf456
Merge pull request #48956 from ClickHouse/rs/docs-arithmetic
Docs: Cleanup some function docs
2023-04-19 21:23:12 +02:00
Robert Schulze
92890f4e08
Cleanup logical function docs 2023-04-19 18:51:38 +00:00
Robert Schulze
74c21bbc5d
UUID --> UUIDs 2023-04-19 18:36:10 +00:00
Robert Schulze
eca1ca31d1
Cleanup random function docs 2023-04-19 18:31:47 +00:00
Robert Schulze
bb0573cd56
More fixes 2023-04-19 18:11:50 +00:00
Robert Schulze
9e13e5a52a
Some fixes 2023-04-19 18:09:20 +00:00
Robert Schulze
69db6f1912
Docs: Cleanup arithmetic function docs 2023-04-19 17:50:40 +00:00
Robert Schulze
c12450b6ad
Merge pull request #48955 from ClickHouse/rs/sort-function-docs
Docs: Sort the sidebar of the function section
2023-04-19 19:49:32 +02:00
Robert Schulze
ec5b421be4
Docs: Sort functions in sidebar 2023-04-19 17:05:55 +00:00
Robert Schulze
8529876505
Merge pull request #48951 from ClickHouse/rs/single-space
Docs: Replace annoying three spaces in enumerations by a single space
2023-04-19 18:48:58 +02:00
Kruglov Pavel
8f159e3a01
Update test reference 2023-04-19 18:23:02 +02:00
Kruglov Pavel
a7217c3575
Fix flaky 02706_arrow_different_dictionaries 2023-04-19 18:21:38 +02:00
Robert Schulze
cdf28f9b71
Minor fixups 2023-04-19 16:16:51 +00:00
Robert Schulze
c406663442
Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
Robert Schulze
50064f261b
Replace by rowNumberInBlock() 2023-04-19 15:40:06 +00:00
Kseniia Sumarokova
5a8efd3261
Update cluster.py 2023-04-19 17:35:57 +02:00
Kseniia Sumarokova
746787d800
Update Settings.h 2023-04-19 17:32:01 +02:00
DanRoscigno
2fb337828b added file() write to docs 2023-04-19 11:14:39 -04:00
Alexander Gololobov
0e4aff9dc7
WHERE clause is not optional for DELETE statement 2023-04-19 17:00:25 +02:00
Vladimir C
b31f696aae Fix iteration in Context::getClusters 2023-04-19 16:44:54 +02:00
vdimir
b1f0e0d62f Lock clusters_mutex for cluster_discovery 2023-04-19 16:44:54 +02:00
vdimir
33ee94f08f Add CREATE TABLE tbl ON CLUSTER to test_cluster_discovery 2023-04-19 16:44:54 +02:00
vdimir
d6416a1321 Store clusters from ClusterDiscovery in separate map 2023-04-19 16:44:54 +02:00
Vladimir C
61635eb2d3 Update TemporaryDataOnDisk::createRawStream 2023-04-19 16:44:21 +02:00
vdimir
c7bdd24bdb Test wait_end_of_query in test_temporary_data_in_cache 2023-04-19 16:44:21 +02:00
vdimir
be0f424d1b Fix gtest_cascade_and_memory_write_buffer 2023-04-19 16:44:21 +02:00
vdimir
92d0d9d4ff Http temporary buffer integration with fs cache 2023-04-19 16:44:21 +02:00
Robert Schulze
5c5aaeca6d
Merge pull request #48929 from ClickHouse/rs/follow-up-to-48866
Follow-up to #48866
2023-04-19 16:37:48 +02:00
kssenii
323caae3c0 Fix 2023-04-19 16:29:38 +02:00
Mikhail f. Shiryaev
ae9f09fd8e
Merge pull request #48924 from ClickHouse/fix-integration-runner
Reduce docker image size, fix slow startup
2023-04-19 16:11:47 +02:00
Nikolay Degterinsky
89a32f7a34
Merge pull request #48879 from ClibMouse/noParquet
Fix build error when parquet is disabled
2023-04-19 15:52:56 +02:00
Kseniia Sumarokova
6843874e8a
Merge pull request #48903 from ClickHouse/vdimir/fix_test_storage_delta
Fix order by in test_storage_delta
2023-04-19 15:43:57 +02:00
Dan Roscigno
df70f6985c
Update query-complexity.md
The docs say that max_memory_usage is set to 10GB in the default config, but max_memory_usage does not appear in the default config, so the default is unlimited.
2023-04-19 09:16:22 -04:00
Dan Roscigno
b8b9f330d9
Merge pull request #48937 from ClickHouse/rs/doc-integer-promotion
Document integer promotion
2023-04-19 09:09:57 -04:00
Dan Roscigno
c58785aa67
Merge pull request #48884 from ContentSquare/replacingMergeTreeNewEngineDoc
Document the new feature of the ReplacingMergeTree engine of the PR #…
2023-04-19 09:06:56 -04:00
Robert Schulze
2b5a1295cf
Merge pull request #48870 from jh0x/improve-client-history-indent
Client: disable indent_multiline mode for Replxx history
2023-04-19 14:18:18 +02:00
Han Fei
96c8692c8a fix test 2023-04-19 13:42:55 +02:00
Kruglov Pavel
a23262bb77
Update src/Client/Connection.cpp
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-04-19 13:40:40 +02:00
Kruglov Pavel
2ad161d2b7
Merge branch 'master' into non-blocking-connect 2023-04-19 13:39:40 +02:00
Mikhail f. Shiryaev
c80d8081d2
Add building stage to the fasttests report 2023-04-19 13:35:28 +02:00
Mikhail f. Shiryaev
95eb78a593
Using a proper --tls=false option to disable TLS 2023-04-19 13:33:15 +02:00
Kruglov Pavel
66bdd5281a
Update src/Processors/QueryPlan/ReadFromRemote.cpp
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-04-19 13:32:32 +02:00
Kruglov Pavel
58b973fa91
Update programs/copier/ClusterCopier.cpp
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2023-04-19 13:30:46 +02:00
Robert Schulze
87b6db54ce
Document integer promotion
Fixes #48933
2023-04-19 11:27:29 +00:00
avogar
7dcf642601 Test more ipv4 values 2023-04-19 11:26:19 +00:00
avogar
34cc7b635a Fix type name 2023-04-19 10:33:39 +00:00
avogar
8af9cf67fd Fix comments 2023-04-19 10:33:39 +00:00