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 |
|
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 |
|
Nikolai Kochetov
|
aaecc233b2
|
Disable logical expression optimizer for expression with aliases. Never use it with optimize_min_equality_disjunction_chain_length=0
|
2023-03-10 20:14:35 +00:00 |
|
Nikolai Kochetov
|
d2c28fb555
|
Apply settings for explain subquery as well.
|
2023-03-10 18:29:13 +00:00 |
|
Nikolai Kochetov
|
f6ac225f98
|
Apply settings for EXPLAIN earlier (in the same way we do for SELECT).
|
2023-03-10 15:24:47 +00:00 |
|
Vladimir C
|
12480f60b5
|
Merge pull request #47068 from ClickHouse/vdimir/auto-join-cross
|
2023-03-10 16:12:46 +01:00 |
|
Sema Checherinda
|
1260f6910f
|
Merge pull request #47398 from CheSema/additional-asserts
add checks for ptr
|
2023-03-10 12:32:51 +01:00 |
|
Kseniia Sumarokova
|
7cbf77a178
|
Update LRUFileCachePriority.cpp
|
2023-03-09 19:55:58 +01:00 |
|
Alexander Tokmakov
|
9a95e7b4ee
|
Merge pull request #47312 from ClickHouse/fix_implicit_transactions
Fix an assertion with implicit transactions in interserver mode
|
2023-03-09 16:47:40 +03:00 |
|
Alexander Tokmakov
|
f8b4af27b2
|
Merge pull request #47365 from ClickHouse/supress_01111_in_upgrade_check
Suppress expected errors from test 01111 in Upgrade check
|
2023-03-09 16:46:30 +03:00 |
|
Sema Checherinda
|
7bf1b83414
|
add checks
|
2023-03-09 12:37:57 +01:00 |
|
Roman Vasin
|
f42f3ee655
|
Merge branch 'master' into ADQM-639
|
2023-03-09 09:48:33 +03:00 |
|
Azat Khuzhin
|
d7b5e36218
|
Merge branch 'master' into mv-ignore-errors
|
2023-03-08 22:13:05 +01:00 |
|
Antonio Andelic
|
a04b38db90
|
Merge pull request #45108 from ClickHouse/custom-key-parallel-replicas
Add support for custom key in parallel replicas
|
2023-03-08 17:46:11 +01:00 |
|
Alexander Tokmakov
|
38f9f08e1a
|
Merge pull request #47268 from myrrc/improvement/more-to-base-3
use std::lerp, constexpr hex.h
|
2023-03-08 19:07:34 +03:00 |
|
Alexander Tokmakov
|
debd69f03a
|
fix an assertion with implicit transactions in interserver mode
|
2023-03-08 16:53:23 +01:00 |
|
Alexander Tokmakov
|
ecab007486
|
Merge pull request #47310 from ClickHouse/vdimir/fix_transaction_read_only
Fix MergeTreeTransaction::isReadOnly
|
2023-03-08 18:02:19 +03:00 |
|