Nikolai Kochetov
|
1fb81631ad
|
Fix style.
|
2021-03-11 21:00:55 +03:00 |
|
Nikolai Kochetov
|
a5a8a70e6f
|
Remove commented code.
|
2021-03-11 20:03:39 +03:00 |
|
Nikolai Kochetov
|
78b7137877
|
Try fix last tests.
|
2021-03-11 17:13:36 +03:00 |
|
Nikolai Kochetov
|
7a4dafe106
|
Fix filter push down columns order.
|
2021-03-11 13:34:15 +03:00 |
|
Nikolai Kochetov
|
3ee771c600
|
Remove debug output.
|
2021-03-10 21:50:34 +03:00 |
|
Nikolai Kochetov
|
7b341c3749
|
Remove debug output.
|
2021-03-10 19:05:37 +03:00 |
|
Nikolai Kochetov
|
3a050286f7
|
Try fix other tests.
|
2021-03-10 18:12:34 +03:00 |
|
Nikolai Kochetov
|
5ef5ec4e05
|
Fix build.
|
2021-03-10 13:48:08 +03:00 |
|
Nikolai Kochetov
|
4f133ae036
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-10 12:40:55 +03:00 |
|
Nikolai Kochetov
|
3dbd351c9e
|
Fix style
|
2021-03-10 12:33:23 +03:00 |
|
Nikolai Kochetov
|
5ef9d87790
|
Fix some other tests.
|
2021-03-10 11:41:24 +03:00 |
|
Vladimir
|
33dce1296b
|
Merge pull request #20392 from vdimir/cross-to-inner-join-rewrite
|
2021-03-10 09:53:55 +03:00 |
|
Nikolai Kochetov
|
f3cfc67fa3
|
Fix other tests.
|
2021-03-10 00:41:10 +03:00 |
|
Nikolai Kochetov
|
4d697c27e4
|
Fix some tests.
|
2021-03-09 19:54:06 +03:00 |
|
Maksim Kita
|
43ba554191
|
Merge pull request #20595 from kitaisreal/cache-dictionaries-lru-cache
Cache dictionaries lru cache
|
2021-03-09 19:14:30 +03:00 |
|
vdimir
|
36006a7e96
|
Merge branch 'master' into cross-to-inner-join-rewrite
|
2021-03-09 09:36:15 +03:00 |
|
Vladimir
|
6ec19b2632
|
Merge pull request #19885 from ClickHouse/vdimir/join-cast-types-v2
|
2021-03-09 09:30:50 +03:00 |
|
vdimir
|
cc770ad441
|
Fixes for join key inferring
Fix error with wrong right column type in aggregate with nulls
Add logging inferred type for join keys
Add test for join_use_nulls
|
2021-03-08 17:21:50 +03:00 |
|
vdimir
|
354757d94d
|
Add logging for need_analyze_again in InterpreterSelectQuery
|
2021-03-08 09:33:30 +03:00 |
|
Maksim Kita
|
b6e72334ef
|
Fixed DefaultHash for StringRef
|
2021-03-06 14:36:37 +03:00 |
|
alexey-milovidov
|
af2135ef9d
|
Merge pull request #21477 from ClickHouse/fix_mutation_deadlock
Fix deadlock in delete mutations when predicate contains table itself
|
2021-03-06 02:08:00 +03:00 |
|
tavplubix
|
9f04683923
|
Merge pull request #21461 from ClickHouse/just_another_fix_for_ddl_worker
Just another fix for DDLWorker
|
2021-03-05 19:44:59 +03:00 |
|
Nikolai Kochetov
|
a669f7d641
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-05 18:21:14 +03:00 |
|
vdimir
|
4a8708fbb2
|
Clean subqueries_for_sets before second analyze in InterpreterSelectQuery
|
2021-03-05 17:43:26 +03:00 |
|
vdimir
|
5c18bbeb43
|
Clean converting-related fields in TableJoin::resetCollected
|
2021-03-05 17:41:39 +03:00 |
|
vdimir
|
b0f6f30298
|
Revert "Refactor join: make IJoin implementations independent from TableJoin"
This reverts commit e6406c3f4c .
|
2021-03-05 17:34:43 +03:00 |
|
Nikolai Kochetov
|
fc415952ce
|
Try fix test.
|
2021-03-05 16:56:44 +03:00 |
|
vdimir
|
e6406c3f4c
|
Refactor join: make IJoin implementations independent from TableJoin
|
2021-03-05 16:38:49 +03:00 |
|
tavplubix
|
35a770a7f6
|
add comment
|
2021-03-05 15:50:10 +03:00 |
|
alesapin
|
aff86b1da2
|
Fix deadlock in delete mutations when predicate contains table itself
|
2021-03-05 15:32:55 +03:00 |
|
Nikolai Kochetov
|
c481401b0b
|
Fix build.
|
2021-03-05 12:54:17 +03:00 |
|
Alexander Tokmakov
|
614e0d9ba0
|
just another fix for ddl worker
|
2021-03-05 04:17:51 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Azat Khuzhin
|
456cbaf747
|
Distributed: Hide private part of the interface
|
2021-03-03 23:29:11 +03:00 |
|
Azat Khuzhin
|
8531431bbc
|
getClusterName: Use std::string over String (since it includes only <string>)
|
2021-03-03 23:29:11 +03:00 |
|
Nikolai Kochetov
|
15921fbfcb
|
Remove index by name from ActionsDAG
|
2021-03-03 23:01:07 +03:00 |
|
Anton Popov
|
a4c00ab5dc
|
Merge pull request #21303 from ucasFL/forbid
Forbid to drop a column if it's referenced by materialized view
|
2021-03-03 02:55:06 +03:00 |
|
alexey-milovidov
|
33bb77f777
|
Merge pull request #21367 from amosbird/mysqlfix
mysql client compatibility
|
2021-03-03 02:13:58 +03:00 |
|
Nikolai Kochetov
|
8e6fa404c4
|
Merge pull request #21246 from ucasFL/union-distinct-improve
Improve Normalization of ASTSelectWithUnionQuery
|
2021-03-02 21:37:07 +03:00 |
|
Nikolai Kochetov
|
4775ea305e
|
Remove index by name from ActionsDAG
|
2021-03-02 20:51:54 +03:00 |
|
Nikolai Kochetov
|
ffaf9da2db
|
Remove index by name from ActionsDAG
|
2021-03-02 20:08:59 +03:00 |
|
Amos Bird
|
ad4fd75fb4
|
mycli compatibility
|
2021-03-02 18:53:06 +08:00 |
|
Nikolai Kochetov
|
ffbea93b10
|
Merge pull request #19576 from traceon/row-policy-with-prewhere
Allow row policies with PREWHERE
|
2021-03-02 13:51:37 +03:00 |
|
Nikolai Kochetov
|
59a2c45555
|
Update executeQuery.cpp
|
2021-03-02 13:09:29 +03:00 |
|
tavplubix
|
d305b23338
|
Merge pull request #21079 from azat/distributed_ddl_pool_size-zk-fix
Fix various issues in DDLWorker (SIGSEGV and others)
|
2021-03-02 11:59:30 +03:00 |
|
Anton Popov
|
c98e6bb1ad
|
Merge pull request #20550 from ClickHouse/fix-number-of-threads-in-subqueries
Fix number of threads in subqueries
|
2021-03-01 15:49:38 +03:00 |
|
Nikolai Kochetov
|
976dbe8077
|
Merge pull request #20341 from ClickHouse/filter-push-down
Filter push down
|
2021-03-01 12:35:06 +03:00 |
|
vdimir
|
b7c7c97d10
|
Merge branch 'master' into join-cast-types-v2
|
2021-03-01 11:42:21 +03:00 |
|
Nikolai Kochetov
|
eb42896e26
|
Merge branch 'master' into ucasFL-union-distinct-improve
|
2021-03-01 10:43:39 +03:00 |
|
Denis Glazachev
|
eb80c189e4
|
Merge branch 'master' into row-policy-with-prewhere
|
2021-02-28 20:14:31 +04:00 |
|