kssenii
|
c35deb8094
|
Review fixes
|
2023-03-22 16:49:33 +01:00 |
|
kssenii
|
419d9a4887
|
Fix typo from previous commit
|
2023-03-22 15:11:14 +01:00 |
|
kssenii
|
da05e63f2e
|
Simplify code
|
2023-03-21 23:14:25 +01:00 |
|
kssenii
|
2376f3a298
|
Review fixes
|
2023-03-21 22:50:16 +01:00 |
|
kssenii
|
019de827a1
|
Fix
|
2023-03-20 13:23:24 +01:00 |
|
kssenii
|
19413f6228
|
Add assertions
|
2023-03-17 16:39:10 +01:00 |
|
kssenii
|
a2977e373a
|
Merge remote-tracking branch 'upstream/master' into cache-better-locks
|
2023-03-17 14:34:04 +01:00 |
|
Sema Checherinda
|
49feba9272
|
Merge pull request #47632 from ClickHouse/filling-transform-untangle
FillingTransform: remove unnecessary indirection when accessing columns
|
2023-03-17 12:40:53 +01:00 |
|
Sergei Trifonov
|
1a84203c7f
|
Merge pull request #47656 from ClickHouse/background_pool_limit_metric
Add background pools size metrics
|
2023-03-17 11:49:53 +01:00 |
|
chen
|
60b7ad819d
|
Add system.marked_dropped_tables (#47364)
* add system table marked_dropped_tables
* add test
* add test
* fix
* fix test
* fix style
* fix test
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* fix
* fix test
* Update StorageSystemMarkedDroppedTables.cpp
* fix
* if table_mark_dropped.table is nullptr, engine set empty
|
2023-03-17 13:48:26 +03:00 |
|
Sergei Trifonov
|
2cbd91b852
|
Merge branch 'master' into background_pool_limit_metric
|
2023-03-16 23:23:42 +01:00 |
|
robot-ch-test-poll
|
ff56d49ce2
|
Merge pull request #47647 from jorisgio/fix_quadratic_debug_code
fix typo in HashJoin insertion that enables debug code in release build #46726
|
2023-03-16 19:39:51 +01:00 |
|
Alexander Tokmakov
|
a72f0cae07
|
Merge pull request #46071 from arenadata/ADQM-639
Add support of arbitrary engines for temporary tables
|
2023-03-16 20:56:25 +03:00 |
|
Igor Nikonov
|
4904a9fb7a
|
Create result columns as MutableColumns at the begining
Use IColumn* to manipulate columns on specific positions in result columns
|
2023-03-16 17:44:29 +00:00 |
|
serxa
|
3ad7194e31
|
add pool size metrics
|
2023-03-16 17:31:41 +00:00 |
|
Joris Giovannangeli
|
6c8fc4cd11
|
fix hashjoin debug code condition
|
2023-03-16 14:06:37 +01:00 |
|
Maksim Kita
|
558aa6c164
|
Merge pull request #47583 from kitaisreal/merge-tree-explain-prewhere-and-row-policy
ReadFromMergeTree explain prewhere and row policy actions
|
2023-03-16 12:31:34 +03:00 |
|
pufit
|
f4d9b4a888
|
Merge pull request #47086 from pkit/pkit/insert_http_body
use http request body in predefined http handlers
|
2023-03-15 17:41:05 -04:00 |
|
Maksim Kita
|
26ba62bb9e
|
ReadFromMergeTree explain prewhere and row policy actions
|
2023-03-14 18:02:56 +01:00 |
|
Anton Popov
|
d2a8cd3ed4
|
fix performance regression
|
2023-03-14 14:51:28 +00:00 |
|
SmitaRKulkarni
|
52b6976822
|
Merge pull request #47495 from ClickHouse/Parameterized_view_bug_fix_47287_47247
Parameterized view bug fix 47287 47247
|
2023-03-14 14:33:44 +01:00 |
|
Adam Rutkowski
|
694ba01c78
|
Fix typo
|
2023-03-14 12:48:00 +01:00 |
|
Alexander Tokmakov
|
5a1ee881f8
|
Merge pull request #47547 from ClickHouse/filter_too_frequent_logs
Hide too noisy log messages, fix some tests
|
2023-03-14 13:53:21 +03:00 |
|
Nikolai Kochetov
|
396e1b45a4
|
Merge pull request #47433 from ClickHouse/apply-settings-for-explain-earlier
Apply settings for EXPLAIN earlier (in the same way we do for SELECT).
|
2023-03-14 11:52:20 +01:00 |
|
Nikolai Kochetov
|
0298a96d81
|
Merge pull request #47451 from ClickHouse/disable-logical-expression-optimizer-with-aliases
Disable logical expression optimizer for expression with aliases.
|
2023-03-14 11:51:24 +01:00 |
|
Nikolai Kochetov
|
be0ae6a238
|
Merge pull request #47537 from ClickHouse/lc_null_as_default
Fix block structure mismatch for nullable LowCardinality column
|
2023-03-14 11:45:39 +01:00 |
|
Alexander Tokmakov
|
ba6c6255a3
|
hide too noisy log messages, fix some tests
|
2023-03-14 00:23:36 +01:00 |
|
Alexey Milovidov
|
741acf18c3
|
Merge branch 'master' into disable-logical-expression-optimizer-with-aliases
|
2023-03-13 21:41:55 +03:00 |
|
Nikolai Kochetov
|
650427614f
|
Fix block structure mismatch for nullable LowCardinality column with default expression.
|
2023-03-13 17:57:07 +00:00 |
|
Roman Vasin
|
36c639ed2f
|
Fix grants hierarchy for temporary tables and comment about default engine
|
2023-03-13 16:39:15 +00:00 |
|
Alexander Tokmakov
|
ee6c18cbc6
|
Better error after failed Ordinary-to-Atomic conversion (#47487)
* better error on failed Ordinary-to-Atomic conversion
* fix test
* Update loadMetadata.cpp
|
2023-03-13 19:13:49 +03:00 |
|
Nikolai Kochetov
|
ceeb36b596
|
Merge branch 'master' into disable-logical-expression-optimizer-with-aliases
|
2023-03-13 15:12:02 +01:00 |
|
Vladimir C
|
9cb018545c
|
Merge pull request #47499 from FrankChen021/span_kind
|
2023-03-13 11:35:03 +01:00 |
|
Alexey Milovidov
|
b6169552b0
|
Merge branch 'master' into fix-query-parameters
|
2023-03-12 18:59:25 +01:00 |
|
Frank Chen
|
6812e493dc
|
Set SpanKind for DDL
|
2023-03-12 21:31:24 +08:00 |
|
Frank Chen
|
dfcb9c9431
|
Add SpanKind
|
2023-03-12 21:30:29 +08:00 |
|
Nikolai Kochetov
|
28c2ac6bce
|
Fix test.
|
2023-03-12 11:13:44 +00:00 |
|
Nikolai Kochetov
|
861b0397fa
|
Add a comment.
|
2023-03-12 11:06:29 +00:00 |
|
Alexander Tokmakov
|
2c65f67201
|
Merge pull request #47476 from ClickHouse/revert_46622
Revert #46622 (test_async_insert_memory)
|
2023-03-12 14:05:29 +03:00 |
|
Smita Kulkarni
|
39a146ab87
|
Merge branch 'master' into Parameterized_view_bug_fix_47287_47247
|
2023-03-12 11:05:28 +01:00 |
|
Smita Kulkarni
|
e85096b444
|
Updated variable name to fix build & call to getSampleBlockForColumns. Added a test for substring parameter name.
|
2023-03-12 11:00:17 +01:00 |
|
robot-ch-test-poll1
|
bc39f3e4d9
|
Merge pull request #47473 from ucasfl/explain-graph
Fix explain graph with projection
|
2023-03-12 01:31:04 +01:00 |
|
Smita Kulkarni
|
5b11d72ce4
|
In parameterized view, moved parameter values to SelectQueryInfo from StorageView as it can be used by multiple queries and updated column name check to avoid issues with parameter name being substring of column name.
|
2023-03-11 20:39:43 +01:00 |
|
Alexey Milovidov
|
4cfc040829
|
Fix parameterized queries
|
2023-03-11 20:16:06 +01:00 |
|
Maksim Kita
|
114d30d2bb
|
Merge pull request #47383 from kitaisreal/analyzer-planner-fixes-before-enable-by-default
Analyzer planner fixes before enable by default
|
2023-03-11 22:09:04 +03:00 |
|
Alexander Tokmakov
|
0359b3e336
|
Revert "Merge pull request #46622 from ClickHouse/async-insert-memory-fix"
This reverts commit 67469ad46b , reversing
changes made to 678e4250cd .
|
2023-03-11 17:01:10 +01:00 |
|
flynn
|
530c9ae490
|
revert
|
2023-03-11 15:43:19 +00:00 |
|
Maksim Kita
|
0358cb36d8
|
Fixed tests
|
2023-03-11 11:51:54 +01:00 |
|
Alexey Milovidov
|
a5c8f23f69
|
Remove a feature
|
2023-03-10 23:33:56 +01:00 |
|
Nikolai Kochetov
|
815c5aa87e
|
Merge branch 'master' into apply-settings-for-explain-earlier
|
2023-03-10 21:19:07 +01:00 |
|