vdimir
|
0ebca58e86
|
Check column in removeColumnNullability
|
2021-06-18 14:06:55 +03:00 |
|
vdimir
|
b25f6ba5b6
|
Remove assumeMutable from removeColumnNullability
|
2021-06-18 11:13:53 +03:00 |
|
Vladimir
|
fab7c9c7f6
|
Merge pull request #24061 from vdimir/issue-23351
|
2021-06-18 11:07:28 +03:00 |
|
Nikolai Kochetov
|
b2620e1def
|
Merge pull request #24405 from amosbird/replacemorealias
Rewrite more alias columns
|
2021-06-18 09:10:31 +03:00 |
|
Nikolai Kochetov
|
669b8a8b96
|
Merge pull request #25370 from ClickHouse/disable-query_plan_filter_push_down-because-of-25368
Fix lost WHERE condition in expression-push-down optimization of query plan
|
2021-06-17 23:07:32 +03:00 |
|
Nikolai Kochetov
|
5227a76e3a
|
Add comment.
|
2021-06-17 23:05:39 +03:00 |
|
Vladimir
|
9e5ef95677
|
Merge pull request #25288 from amosbird/fixjoingetornull
|
2021-06-17 21:54:21 +03:00 |
|
alexey-milovidov
|
c48402d997
|
Merge pull request #23434 from amosbird/preferglobal
Add prefer_global_in_and_join setting
|
2021-06-17 19:48:28 +03:00 |
|
Amos Bird
|
0f7728cd5e
|
Fix RBAC test again
|
2021-06-17 23:00:03 +08:00 |
|
vdimir
|
23fb229dec
|
Merge branch 'update_01049_join_low_card_bug' into issue-23351
|
2021-06-17 15:38:40 +03:00 |
|
vdimir
|
0cee5ad8e8
|
Use IColumn::mutate in JoinCommon::convertColumnToNullable
|
2021-06-17 13:24:17 +03:00 |
|
vdimir
|
ebdce8e1a6
|
Fix JoinCommon::convertColumnToNullable for LC(Nullable)
|
2021-06-17 13:17:28 +03:00 |
|
Nikolai Kochetov
|
4a496f1374
|
Fix lost considion in predicate push down.
|
2021-06-17 12:47:12 +03:00 |
|
mergify[bot]
|
13fdefebf5
|
Merge branch 'master' into fixjoingetornull
|
2021-06-17 08:26:13 +00:00 |
|
Amos Bird
|
c8ea6527cb
|
Add prefer_global_in_and_join setting
|
2021-06-17 14:27:29 +08:00 |
|
mergify[bot]
|
41d007a1b3
|
Merge branch 'master' into MySQL-column-comments-support
|
2021-06-17 05:40:15 +00:00 |
|
tavplubix
|
2b62a09aa3
|
Merge pull request #25373 from ClickHouse/improve_replicated_database_tests2
Improve Replicated database tests 2
|
2021-06-17 08:34:06 +03:00 |
|
Alexander Tokmakov
|
c235539620
|
minor fixes
|
2021-06-17 00:20:35 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
tavplubix
|
710546b9e8
|
Merge branch 'master' into improve_replicated_database_tests
|
2021-06-16 13:24:32 +03:00 |
|
Storozhuk Kostiantyn
|
46b230ddd7
|
Update InterpretersMySQLDDLQuery.cpp
|
2021-06-16 14:22:07 +08:00 |
|
alexey-milovidov
|
7180cf2367
|
Merge pull request #25265 from ClickHouse/minor-changes-3
Minor change
|
2021-06-16 08:33:12 +03:00 |
|
Maksim Kita
|
0a057773f1
|
Merge pull request #24814 from kitaisreal/expression-jit-simplify-loop
ExpressionJIT simplify loop
|
2021-06-16 01:42:15 +03:00 |
|
Alexander Tokmakov
|
c873714698
|
improve replicated database tests
|
2021-06-15 23:52:29 +03:00 |
|
mergify[bot]
|
7959d92029
|
Merge branch 'master' into minor-changes-3
|
2021-06-15 18:07:24 +00:00 |
|
Storozhuk Kostiantyn
|
74849bbe0c
|
Update InterpretersMySQLDDLQuery.cpp
Added space after if
|
2021-06-15 18:21:02 +03:00 |
|
alesapin
|
d68338a792
|
Merge pull request #24979 from nvartolomei/nv/parts-uuid-move-shard-acl
Part movement between shards ACL
|
2021-06-15 17:19:10 +03:00 |
|
alesapin
|
ca4628d31c
|
Merge pull request #25197 from ClickHouse/disable-paln-optimizations-for-mutations
Do not optimize query plan for mutations.
|
2021-06-15 17:15:36 +03:00 |
|
Kostiantyn Storozhuk
|
d96478c9ff
|
Integration test added and small fixes
|
2021-06-15 21:45:30 +08:00 |
|
Nikita Mikhaylov
|
a52bba91b7
|
Merge pull request #16401 from abyss7/ast-table-identifier-2
ASTTableIdentifier part #2: Introduce ASTTableIdentifier
|
2021-06-15 13:51:30 +03:00 |
|
Amos Bird
|
8bf897b9c6
|
Add some comment
|
2021-06-15 18:37:22 +08:00 |
|
Amos Bird
|
aaac231c6a
|
Record expanded aliases for RBAC
|
2021-06-15 18:28:13 +08:00 |
|
Amos Bird
|
6795209ae4
|
Reuse local variable
|
2021-06-15 17:54:28 +08:00 |
|
Amos Bird
|
e3ae2f6e7a
|
Rewrite more alias columns
|
2021-06-15 17:54:28 +08:00 |
|
vdimir
|
05115dcd32
|
Merge branch 'master' into issue-23351
|
2021-06-15 12:06:42 +03:00 |
|
Amos Bird
|
4c573b36fe
|
Fix joinGetOrNull with not-nullable columns
|
2021-06-15 16:34:53 +08:00 |
|
Maksim Kita
|
a32d9cdbcd
|
Added compileFunction preudocode documentation
|
2021-06-15 10:56:08 +03:00 |
|
Maksim Kita
|
e9bfcd20e6
|
ExpressionJIT fix loop
|
2021-06-15 10:56:08 +03:00 |
|
Alexey Milovidov
|
447d7bb8cd
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
|
alexey-milovidov
|
99cfa9f463
|
Merge pull request #25248 from matwey/missed_include_condition_variable
Add missed #include <condition_variable>
|
2021-06-13 22:55:10 +03:00 |
|
Matwey V. Kornilov
|
797b29d082
|
Add missed #include <condition_variable>
std::condition_variable is used for wait_table_finally_dropped
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
|
2021-06-13 22:14:05 +03:00 |
|
alexey-milovidov
|
05d1af153c
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-12 03:25:09 +03:00 |
|
alexey-milovidov
|
99f108d704
|
Merge pull request #25162 from kitaisreal/rewrite-function-to-subcolumn-visitor-add-into-ya-make
RewriteFunctionToSubcolumnVisitor add into ya.make
|
2021-06-12 02:58:53 +03:00 |
|
alexey-milovidov
|
320f253912
|
Merge pull request #25022 from amosbird/initialquerystarttimefix
Add initial_query_start_time to query log
|
2021-06-12 02:41:24 +03:00 |
|
Ivan Lezhankin
|
e6b9ab6261
|
Fix false-positive issue from clang-tidy
|
2021-06-11 21:05:45 +03:00 |
|
Ivan Lezhankin
|
f7979292d6
|
Merge branch 'ast-table-identifier-2' of github.com:abyss7/ClickHouse into ast-table-identifier-2
|
2021-06-11 18:29:04 +03:00 |
|
Ivan Lezhankin
|
4773c79300
|
Fix ANTLR grammar
|
2021-06-11 18:27:32 +03:00 |
|
Amos Bird
|
49db4dbe6a
|
Update comment
|
2021-06-11 23:24:38 +08:00 |
|
tavplubix
|
182c10826c
|
Update TableJoin.h
|
2021-06-11 17:47:30 +03:00 |
|
Amos Bird
|
7d9a1106b8
|
Add initial_query_start_time to query log
|
2021-06-11 22:24:53 +08:00 |
|