Robert Schulze
601276aa60
Update src/Storages/MergeTree/RPNBuilder.cpp
...
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
2023-10-23 15:23:23 +02:00
Azat Khuzhin
bd26f7096a
Add a test for retrible errors (i.e. "No active replica has part {} or covering part")
...
They should not appears in the error log, only with Information level.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-23 15:14:58 +02:00
Azat Khuzhin
38a4547c05
Do not write retriable errors for Replicated mutate/merge into error log
...
Fixes: e3f892f84a
("fix gtest with MemoryWriteBuffer, do not mute exception in ReplicatedMergeMutateTaskBase")
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-23 15:14:58 +02:00
Nikita Taranov
cf44a53760
upd reference
2023-10-23 15:13:30 +02:00
vdimir
643fef589d
Revert "[remove before merging] Shuffle CHECK TABLE results"
...
This reverts commit 8bb2378952
.
2023-10-23 12:33:36 +00:00
vdimir
1e068640c8
Add CHECK TABLE PART to docs
2023-10-23 12:33:36 +00:00
vdimir
2245a4fba8
Fix test_store_cleanup/test.py after rebase
2023-10-23 12:33:35 +00:00
vdimir
7583394c9c
Support CHECK TABLE ... PART ... query
2023-10-23 12:33:35 +00:00
robot-clickhouse
35d8fa212d
Automatic style fix
2023-10-23 12:28:02 +00:00
Sergei Trifonov
966f1b6378
Merge pull request #55877 from ClickHouse/serxa-patch-3
...
Fix digest check in replicated ddl worker
2023-10-23 14:25:20 +02:00
Smita Kulkarni
ad09c4a37a
Updated to use f-strings
2023-10-23 14:13:14 +02:00
Raúl Marín
7d7bf1f565
Merge pull request #55826 from Algunenano/clearer_matview_creation_errors
...
Provide a better message for common MV pitfalls
2023-10-23 14:07:14 +02:00
Kruglov Pavel
32da07b4ee
Merge pull request #55695 from Avogar/restrict-iceberg
...
Fixes and improvements for Iceberg storage
2023-10-23 13:58:23 +02:00
Nikita Taranov
900844605f
Optimise memory consumption during loading of hierarchical dictionaries ( #55838 )
...
* impl
* add comment
* fix build
2023-10-23 13:52:27 +02:00
Nikita Taranov
32bbee50a2
Include information about supported versions in bug report issue template
2023-10-23 13:44:43 +02:00
Alexander Gololobov
99a14410ee
Set storage.has_lightweight_delete_parts flag when a part has been loaded
2023-10-23 13:36:27 +02:00
Duc Canh Le
5923e1b116
Cache cast function in set during execution ( #55712 )
...
* Cache cast function in set during execution
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
* minor fix for performance test
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
* Update src/Interpreters/castColumn.cpp
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
* improvement
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
* fix use-after-free
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
---------
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-10-23 13:31:44 +02:00
flynn
6fa39c8aec
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-union-distinct
2023-10-23 11:05:16 +00:00
vdimir
8bb2378952
[remove before merging] Shuffle CHECK TABLE results
2023-10-23 10:56:06 +00:00
vdimir
3332f70275
upd
2023-10-23 10:56:06 +00:00
Kruglov Pavel
14c97fb426
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
2023-10-23 12:48:05 +02:00
robot-ch-test-poll1
3d8875a342
Merge pull request #55926 from den-crane/patch-63
...
Doc. fix incorrect arrayFold example
2023-10-23 12:40:27 +02:00
robot-clickhouse-ci-1
792f1e9fb8
Merge pull request #55930 from rschu1ze/docs-homebrew
...
Docs: Point to formula in community tap for homebrew installation
2023-10-23 12:16:15 +02:00
vdimir
d254c4e4a0
Do no check ast in InterpreterCheckQuery to use max_threads
2023-10-23 10:13:26 +00:00
vdimir
8f0d7954ff
IStorage::checkDataNext returns optional
2023-10-23 10:12:30 +00:00
Denny Crane
835be79d4b
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2023-10-23 07:06:41 -03:00
Robert Schulze
5cf3c95ea4
Update RPNBuilder.cpp
2023-10-23 11:49:52 +02:00
flynn
a3e5f24d4f
Fix flaky test
2023-10-23 09:39:39 +00:00
vdimir
9d840c6532
Use single thread for check table with check_query_single_value_result=0
2023-10-23 09:36:41 +00:00
vdimir
e84fc76292
Deterministic result for CHECK TABLE in tests
2023-10-23 09:36:39 +00:00
vdimir
fe95c0d0e4
Improve CHECK TABLE system query
...
Resubmit PR #52745
2023-10-23 09:35:26 +00:00
Raúl Marín
4eb335eb4c
Merge pull request #55886 from Algunenano/parallel_replicas_rollup
...
Test parallel replicas with rollup
2023-10-23 11:23:34 +02:00
Robert Schulze
9a33d51719
Fix link
2023-10-23 09:14:09 +00:00
Robert Schulze
4368af3ba3
Docs: Point to formula in community tap for homebrew installation
2023-10-23 09:12:08 +00:00
Denny Crane
38a3655c5e
add fibonacci to aspell
2023-10-23 10:09:06 +01:00
Maksim Kita
d363e062f1
Updated implementation
2023-10-23 12:00:29 +03:00
Maksim Kita
ba37880208
Context added TSA
2023-10-23 12:00:29 +03:00
Raúl Marín
fd4df9a38a
Merge pull request #55901 from ClickHouse/one-test-is-unstable-with-analyzer
...
A test `01019_alter_materialized_view_consistent` is unstable with Analyzer
2023-10-23 10:44:32 +02:00
Denny Crane
bd934575ea
Update array-functions.md
2023-10-23 05:29:42 -03:00
Denny Crane
8417b64530
Update array-functions.md
2023-10-23 05:27:26 -03:00
Joris Clement
c885314bfe
docs: state limitations of USING
clause.
...
State that it is (currently) not possible to use `USING` with multiple joins. The exception thrown is `Multiple USING statements are not supported`. The relevant code section is d08ce13107/src/Interpreters/CrossToInnerJoinVisitor.cpp (L191-L192)
.
2023-10-23 09:41:24 +02:00
Jordi Villar
08ae38e130
Fix 02344_describe_cache test
2023-10-23 09:01:12 +02:00
Jordi Villar
839c05e3b8
Add load_metadata_threads to describe filesystem cache
2023-10-23 09:01:12 +02:00
taiyang-li
bb458c9fe1
Merge branch 'master' into ch_55858
2023-10-23 12:01:06 +08:00
jetgm
6fbc5277b6
improve query
2023-10-23 09:56:19 +08:00
Robert Schulze
80a048d5f8
Tempoarily revert string support in plus and minus operators
2023-10-22 20:31:22 +00:00
Robert Schulze
20316c34e9
Bump gRPC to v1.42.0
2023-10-22 20:25:43 +00:00
Robert Schulze
77e7f71e02
Add sanity check to RPNBuilderFunctionTreNode
2023-10-22 19:56:05 +00:00
Robert Schulze
3ee4bee580
Merge pull request #55914 from rschu1ze/grpc-1.39.1
...
Bump gRPC to v1.39.1
2023-10-22 20:24:03 +02:00
flynn
b42c633706
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-union-distinct
2023-10-22 16:00:12 +00:00