vdimir
|
13bf141e1d
|
Fix storage_join type inference
|
2021-09-01 15:05:47 +03:00 |
|
vdimir
|
c4ffc2879f
|
Perform join type inference for USING at ExpressionAnalyzer instead of TreeRewriter
|
2021-09-01 15:05:47 +03:00 |
|
vdimir
|
33ebdb283c
|
Split ExpressionAnalyzer::analyzeAggregation
|
2021-09-01 15:05:47 +03:00 |
|
vdimir
|
e8e26463bf
|
Change signature of ASTSelectQuery::arrayJoinExpressionList
|
2021-08-31 15:27:44 +03:00 |
|
vdimir
|
34b9bd7d33
|
Fix build: missing argument in inferJoinKeyCommonType
|
2021-08-31 15:27:44 +03:00 |
|
vdimir
|
3443b3b5c4
|
Separate functoin buildJoinedPlan, minor refactoring
|
2021-08-31 15:27:44 +03:00 |
|
vdimir
|
30e112d6a6
|
Do not convert join key columns for storage/dict join
|
2021-08-31 15:27:43 +03:00 |
|
vdimir
|
c4654d6b45
|
Add option to getMostSubtype/getLeastSupertype to not throw exception
|
2021-08-31 15:27:25 +03:00 |
|
vdimir
|
becd288cb9
|
Try to remove useless applyJoinKeyConvert
|
2021-08-31 15:18:44 +03:00 |
|
alexey-milovidov
|
ea84b939c2
|
Merge pull request #28333 from DimasKovas/try_to_fix_arcadia_2_30_08_2021
Try to fix arcadia build
|
2021-08-30 18:53:14 +03:00 |
|
Kseniia Sumarokova
|
00bea71610
|
Merge pull request #25251 from kssenii/disk-over-web-server
ClickHouse over web server with static files
|
2021-08-30 16:18:59 +03:00 |
|
tavplubix
|
b47f34aa17
|
Merge pull request #28313 from amosbird/fastload
Fast data parts loading by delaying table startup process
|
2021-08-30 13:53:55 +03:00 |
|
Dmitrii Kovalkov
|
2c8e2c6995
|
Fix arcadia build
|
2021-08-30 12:19:13 +03:00 |
|
Dmitrii Kovalkov
|
8acf0fa16a
|
run generate-ya-make
|
2021-08-30 10:57:40 +03:00 |
|
Amos Bird
|
de9e591619
|
Fast load by delaying table startup
|
2021-08-30 10:15:32 +08:00 |
|
zhongyuankai
|
72e05cda1f
|
Merge branch 'master' into add-system-of-table_views
|
2021-08-28 11:32:58 +08:00 |
|
tavplubix
|
481cc011c7
|
Merge pull request #28212 from azat/zookeeper_log-improvements
zookeeper_log improvements
|
2021-08-27 16:22:52 +03:00 |
|
Nikolai Kochetov
|
34f4bd3e72
|
Merge pull request #28178 from amosbird/projection-fix14
Projection bug fixes and refactoring.
|
2021-08-27 11:47:46 +03:00 |
|
Azat Khuzhin
|
5bb0a91f83
|
Fix system.zookeeper_log.address (Before it always contains "::")
|
2021-08-27 00:41:06 +03:00 |
|
Azat Khuzhin
|
f342acc2ad
|
Guard UDF container with a lock
Fixes TSAN report [1]:
WARNING: ThreadSanitizer: data race (pid=436)
Write of size 8 at 0x7b040076e450 by thread T240:
...
3 DB::UserDefinedFunctionFactory::registerFunction() obj-x86_64-linux-gnu/../src/Interpreters/UserDefinedFunctionFactory.cpp:30:56 (clickhouse+0x1500727f)
4 DB::InterpreterCreateFunctionQuery::execute() obj-x86_64-linux-gnu/../src/Interpreters/InterpreterCreateFunctionQuery.cpp:37:44 (clickhouse+0x14b1224a)
5 DB::executeQueryImpl() obj-x86_64-linux-gnu/../src/Interpreters/executeQuery.cpp:573:32 (clickhouse+0x15039241)
6 DB::executeQuery() obj-x86_64-linux-gnu/../src/Interpreters/executeQuery.cpp:934:30 (clickhouse+0x150376fa)
7 DB::TCPHandler::runImpl() obj-x86_64-linux-gnu/../src/Server/TCPHandler.cpp:291:24 (clickhouse+0x15a7af2a)
Previous read of size 8 at 0x7b040076e450 by thread T1370:
...
2 DB::UserDefinedFunctionFactory::tryGet() const obj-x86_64-linux-gnu/../src/Interpreters/UserDefinedFunctionFactory.cpp:65:45 (clickhouse+0x150078a4)
3 DB::UserDefinedFunctionsMatcher::tryToReplaceFunction() obj-x86_64-linux-gnu/../src/Interpreters/UserDefinedFunctionsVisitor.cpp:39:73 (clickhouse+0x15007cd0)
4 DB::UserDefinedFunctionsMatcher::visit() obj-x86_64-linux-gnu/../src/Interpreters/UserDefinedFunctionsVisitor.cpp:27:19 (clickhouse+0x15007ba8)
5 DB::InDepthNodeVisitor<>::visit() obj-x86_64-linux-gnu/../src/Interpreters/InDepthNodeVisitor.h:34:13 (clickhouse+0x14fbcba4)
..
24 DB::executeQueryImpl() obj-x86_64-linux-gnu/../src/Interpreters/executeQuery.cpp:543:28 (clickhouse+0x15038f3b)
[1]: https://clickhouse-test-reports.s3.yandex.net/0/df1fe27791f82c2a917390faa30716effbd32b8f/stress_test_(thread).html#fail1
|
2021-08-27 00:39:11 +03:00 |
|
zhongyuankai
|
042d17531c
|
system.views add columns type
|
2021-08-26 20:05:01 +08:00 |
|
Amos Bird
|
0169fce78e
|
Projection bug fixes and refactoring.
|
2021-08-26 19:09:31 +08:00 |
|
alesapin
|
47b995467e
|
Merge pull request #28080 from ClickHouse/some_renames_in_keeper
Clickhouse-keeper: renames and comments
|
2021-08-26 10:16:21 +03:00 |
|
alesapin
|
eaa49f56dd
|
Merge pull request #27019 from lthaooo/materialize_ttl_recalculate_only
Improvement of Materialize TTL
|
2021-08-25 19:10:20 +03:00 |
|
zhongyuankai
|
3e18e22cfb
|
update api
|
2021-08-25 20:20:05 +08:00 |
|
zhongyuankai
|
64efa917d8
|
review system.views
|
2021-08-25 18:11:40 +08:00 |
|
zhongyuankai
|
52570b1c80
|
Merge branch 'master' into add-system-of-table_views
|
2021-08-25 15:59:23 +08:00 |
|
Maksim Kita
|
dce3fc60ad
|
Fixed build
|
2021-08-24 19:13:38 +03:00 |
|
Maksim Kita
|
82ba24cd10
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-24 19:12:32 +03:00 |
|
alesapin
|
95cf0634dc
|
Clickhouse-keeper: renames and comments
|
2021-08-24 15:30:31 +03:00 |
|
OnePiece
|
17ba4c620e
|
Merge branch 'ClickHouse:master' into add-system-of-table_views
|
2021-08-24 20:20:24 +08:00 |
|
OnePiece
|
40673aa1f5
|
Update DatabaseCatalog.cpp
|
2021-08-24 20:05:29 +08:00 |
|
OnePiece
|
01f4e2e0e0
|
Update DatabaseCatalog.h
|
2021-08-24 20:03:49 +08:00 |
|
mergify[bot]
|
ae22bab2c4
|
Merge branch 'master' into materialize_ttl_recalculate_only
|
2021-08-24 08:49:19 +00:00 |
|
kssenii
|
b536653851
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-24 07:29:50 +00:00 |
|
Vladimir C
|
98acccbdcc
|
Merge branch 'master' into s3partitionedwrite
|
2021-08-24 10:03:57 +03:00 |
|
kssenii
|
5307d31924
|
Throw for alter and silence for drop
|
2021-08-23 23:48:53 +00:00 |
|
Vitaly Baranov
|
63e8bc1f20
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
|
Maksim Kita
|
010d72593f
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
|
Nikita Mikhaylov
|
fb6462d70a
|
Merge pull request #27886 from vitlibar/add-separate-constants-for-interfaces
Add separate constants for interfaces LOCAL and TCP_INTERSERVER.
|
2021-08-23 16:25:01 +03:00 |
|
Maksim Kita
|
2a6aa50d49
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-23 11:08:49 +03:00 |
|
Vladimir Chebotarev
|
c008eab31a
|
Review fixes.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
d1efe3afa7
|
Review fixes.
|
2021-08-23 09:22:13 +03:00 |
|
Vitaly Baranov
|
ba80e1c8cd
|
Merge pull request #27983 from vitlibar/fix-checking-grant-option-for-grant-with-replace-option-2
Fix checking access rights when executing GRANT WITH REPLACE OPTION on cluster
|
2021-08-22 21:59:06 +03:00 |
|
Vitaly Baranov
|
8e9173c21d
|
Fix checking access rights when executing GRANT WITH REPLACE OPTION on cluster.
|
2021-08-22 12:14:23 +03:00 |
|
alexey-milovidov
|
e620ea15bd
|
Merge pull request #27900 from amosbird/newf
getServerPort function
|
2021-08-21 22:40:25 +03:00 |
|
Amos Bird
|
997acdc39e
|
getPort function
|
2021-08-21 20:33:36 +08:00 |
|
alexey-milovidov
|
5ac6a99542
|
Merge pull request #27927 from ClickHouse/fix_27832
Сheck cluster name before creating Distributed
|
2021-08-21 10:40:23 +03:00 |
|
Kseniia Sumarokova
|
19afb22b4d
|
Merge pull request #27932 from amosbird/constkeys
Add a setting to bring back the old behavior of grouping by constant keys on empty set.
|
2021-08-21 08:02:30 +03:00 |
|
Kseniia Sumarokova
|
38a35c1d9e
|
Merge pull request #27530 from kssenii/col-identifier-as-col-number
Allow positional arguments for group by, order by, limit by
|
2021-08-20 21:08:58 +03:00 |
|