Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
Alexander Kuzmenkov
|
f51ecf8a72
|
Merge pull request #23769 from vdimir/issue-20309
Add qualified names for right columns for storage join
|
2021-06-01 14:42:49 +03:00 |
|
alesapin
|
c3321bef30
|
Merge branch 'master' into limited_fetches
|
2021-06-01 13:09:02 +03:00 |
|
Maksim Kita
|
a21d0bc5c6
|
Merge pull request #24812 from ClickHouse/fix-typo-3
Fix typo. Remove the "allow_experimental_bigint_types" setting.
|
2021-06-01 10:55:37 +03:00 |
|
Maksim Kita
|
7aee971799
|
Merge pull request #24813 from kitaisreal/expression-jit-remove-unnecessary-logging
ExpressionJIT remove unncecessary logging
|
2021-06-01 10:50:31 +03:00 |
|
Maksim Kita
|
0093ee17b0
|
ExpressionJIT remove unnecessary logging
|
2021-05-31 23:17:40 +03:00 |
|
tavplubix
|
e9ff0b6d70
|
Merge pull request #23657 from kssenii/poco-file-to-std-fs
Poco::File to std::filesystem
|
2021-05-31 23:17:02 +03:00 |
|
Anton Popov
|
b24f65e1ad
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-31 23:04:52 +03:00 |
|
Alexey Milovidov
|
4187aa444b
|
Fix typo. Remove "allow_experimental_bigint_types" setting.
|
2021-05-31 22:21:28 +03:00 |
|
Ivan Lezhankin
|
54a385d1b0
|
More fixes
|
2021-05-31 18:00:04 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
Alexander Kuzmenkov
|
104f9bf6de
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-05-29 16:12:34 +03:00 |
|
Alexander Kuzmenkov
|
73c2ca7da5
|
fixes
|
2021-05-29 16:12:18 +03:00 |
|
Alexander Kuzmenkov
|
d270731e9f
|
Merge pull request #24732 from ClickHouse/aku/immutable-context-1
remove mutable references to Context from IFunction interface
|
2021-05-29 14:07:43 +03:00 |
|
kssenii
|
db9f4762eb
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-29 01:15:43 +03:00 |
|
kssenii
|
0a3589524e
|
File movement
|
2021-05-29 00:57:53 +03:00 |
|
kssenii
|
2a631aaf08
|
Final fixes
|
2021-05-29 00:34:44 +03:00 |
|
Maksim Kita
|
6aa3137c86
|
ExecuteScalarSubqueriesVisitor fix error code style check
|
2021-05-28 23:58:41 +03:00 |
|
Alexander Kuzmenkov
|
3824ba656c
|
Merge pull request #24576 from ClickHouse/aku/inherit-window
allow inheriting from a named window in window definition
|
2021-05-28 23:43:35 +03:00 |
|
Maksim Kita
|
15da5eb88d
|
Merge branch 'master' into nv/scalar-subquery-exception
|
2021-05-28 21:38:27 +03:00 |
|
Alexander Kuzmenkov
|
40b1dc1812
|
support expressions in window frame -- draft
|
2021-05-28 20:49:47 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
Pavel Kruglov
|
42d57138f2
|
replace all isDateOrDateTime invocations to explicit calls to isDate and isDateTime and isDateTime64
|
2021-05-28 15:34:49 +03:00 |
|
Alexander Kuzmenkov
|
28ae6bcc7b
|
Update ExpressionAnalyzer.cpp
|
2021-05-28 13:08:45 +03:00 |
|
Alexander Kuzmenkov
|
d870e9c6d5
|
Merge pull request #24580 from ClickHouse/aku/distirbuted-window-order
fix ORDER BY after window fuctions over Distributed
|
2021-05-28 13:07:13 +03:00 |
|
Alexander Kuzmenkov
|
6cccb0992a
|
fix ORDER BY after window fuctions over Distributed
|
2021-05-27 19:06:37 +03:00 |
|
Alexander Kuzmenkov
|
cce04ce9c9
|
fix ORDER BY after window fuctions over Distributed
|
2021-05-27 19:05:49 +03:00 |
|
Alexander Kuzmenkov
|
7c6399d82d
|
fixes
|
2021-05-27 17:45:40 +03:00 |
|
Alexander Kuzmenkov
|
1d0b61dd0e
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-05-27 15:59:00 +03:00 |
|
Alexander Kuzmenkov
|
23e6b6fc48
|
parent window spec - tmp
|
2021-05-27 15:58:50 +03:00 |
|
Ivan Lezhankin
|
06a0ab12bc
|
Merge remote-tracking branch 'upstream/master' into ast-table-identifier-2
|
2021-05-27 15:57:59 +03:00 |
|
alesapin
|
2985def91d
|
Add tests
|
2021-05-27 15:54:47 +03:00 |
|
kssenii
|
a0d8d689d3
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-27 15:44:12 +03:00 |
|
Maksim Kita
|
5e65aff3fd
|
Merge pull request #24466 from kitaisreal/dictionaries-update-file-paths-restrictions
Dictionaries update file path restrictions
|
2021-05-27 13:46:47 +03:00 |
|
alesapin
|
6924dd51a2
|
Merge branch 'master' into limited_fetches
|
2021-05-27 11:17:36 +03:00 |
|
Maksim Kita
|
4ca651838c
|
Merge pull request #24550 from kitaisreal/jit_example_update
Update jit_example
|
2021-05-27 01:02:31 +03:00 |
|
Maksim Kita
|
b26783b308
|
Dictionaries update file path restrictions
|
2021-05-27 00:17:45 +03:00 |
|
alesapin
|
42b2383e01
|
Basic throttler implementation
|
2021-05-26 23:37:44 +03:00 |
|
kssenii
|
73f16ee9ee
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-26 23:08:08 +03:00 |
|
Nicolae Vartolomei
|
be95a425d6
|
Avoid hiding errors like Limit for rows or bytes to read exceeded for subqueries
|
2021-05-26 16:45:05 +01:00 |
|
Maksim Kita
|
d56dc82784
|
Merge pull request #24468 from kitaisreal/compile-expressions-cached-functions-with-context-fix
CompileExpression cached functions with context fix
|
2021-05-26 10:52:22 +03:00 |
|
kssenii
|
940eab6924
|
Review fixes
|
2021-05-26 09:26:19 +03:00 |
|
Alexey Milovidov
|
20f59ffbb9
|
Merge branch 'master' into issue-16775
|
2021-05-26 03:46:43 +03:00 |
|
tavplubix
|
84f9d38620
|
Merge pull request #24321 from amosbird/fixdroppartition
Fix drop partition in rare case
|
2021-05-26 01:34:22 +03:00 |
|
Maksim Kita
|
c79f480e46
|
Fix expression compilation without cache
|
2021-05-25 23:53:46 +03:00 |
|
Maksim Kita
|
0eabdc7241
|
CompileExpression cached functions with context fix
|
2021-05-25 21:46:40 +03:00 |
|
Maksim Kita
|
315994f686
|
Merge pull request #24442 from kitaisreal/actions-dag-compile-expressions-update
ActionsDAG compile expressions update
|
2021-05-25 21:44:23 +03:00 |
|
Alexander Tokmakov
|
4849ea2e03
|
fix unexpected behavior in mutation finalization
|
2021-05-25 14:10:45 +03:00 |
|
Nikolai Kochetov
|
d4998909b6
|
Merge pull request #24463 from ClickHouse/fix-24024
Fix header mismatch for UNION.
|
2021-05-25 12:04:45 +03:00 |
|
Maksim Kita
|
ba43fe784c
|
Updated tests
|
2021-05-25 11:50:40 +03:00 |
|
Maksim Kita
|
f9f1ac165c
|
Update jit_example
|
2021-05-25 10:22:25 +03:00 |
|
Maksim Kita
|
0628fb8b1b
|
Merge pull request #24417 from kitaisreal/function-constant-result-with-nonconstant-arguments
Function constant result with nonconstant arguments
|
2021-05-24 23:16:47 +03:00 |
|
Nikolai Kochetov
|
79a0029843
|
Fix header mismatch for UNION.
|
2021-05-24 21:09:00 +03:00 |
|
Anton Popov
|
a36c1793d0
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-24 15:57:43 +03:00 |
|
Anton Popov
|
d1b9dcdcec
|
fix build
|
2021-05-24 15:57:03 +03:00 |
|
Maksim Kita
|
7af4d5b86d
|
Fixed tests
|
2021-05-24 14:25:02 +03:00 |
|
Amos Bird
|
7bc13f7ae8
|
Add initial_query_start_time to query log
|
2021-05-24 17:06:40 +08:00 |
|
Maksim Kita
|
b128221cf0
|
ActionsDAG compile expressions update
|
2021-05-24 11:59:27 +03:00 |
|
Maksim Kita
|
1a725d916b
|
Upated LogicalFunctions
|
2021-05-24 10:16:12 +03:00 |
|
Maksim Kita
|
72fbb2dd54
|
Fixed tests
|
2021-05-24 10:16:12 +03:00 |
|
Maksim Kita
|
ed443c8941
|
Function constant result with nonconstant arguments
|
2021-05-24 10:16:12 +03:00 |
|
Alexey Milovidov
|
d32819f068
|
Mark false positives for PVS-Studio
|
2021-05-24 06:59:12 +03:00 |
|
Alexey Milovidov
|
54f0591aa5
|
Allow to ATTACH a table with experimental codecs
|
2021-05-24 06:47:00 +03:00 |
|
Alexey Milovidov
|
6f70feed2f
|
Merge branch 'master' into issue-16775
|
2021-05-24 05:56:57 +03:00 |
|
Alexey Milovidov
|
ff7b5d34bb
|
Mark false positives for PVS-Studio
|
2021-05-24 02:56:03 +03:00 |
|
kssenii
|
866b29fb5a
|
Return list fds with Poco, more canonical
|
2021-05-23 10:56:13 +03:00 |
|
Maksim Kita
|
518552c866
|
Fixed tests
|
2021-05-23 01:37:54 +03:00 |
|
kssenii
|
1c43b333ea
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-22 21:26:48 +03:00 |
|
alexey-milovidov
|
1ed30f7246
|
Merge branch 'master' into issue-16775
|
2021-05-22 17:14:23 +03:00 |
|
Maksim Kita
|
42e91df363
|
Updated submodule to llvm12
|
2021-05-22 15:22:38 +03:00 |
|
Anton Popov
|
e3ca1cf94d
|
Merge remote-tracking branch 'upstream/master' into rewrite-functions-to-subcolumns
|
2021-05-22 03:06:36 +03:00 |
|
Anton Popov
|
75adbd8e23
|
optimize some functions to subcolumns
|
2021-05-22 02:22:22 +03:00 |
|
alexey-milovidov
|
a25f1910cc
|
Merge pull request #24320 from ClickHouse/remove-auto-array
Remove AutoArray
|
2021-05-22 02:19:59 +03:00 |
|
kssenii
|
096d117f68
|
Review fixes
|
2021-05-22 00:12:46 +03:00 |
|
Anton Popov
|
13cfedd188
|
optimize some functions to subcolumns
|
2021-05-21 21:48:19 +03:00 |
|
mergify[bot]
|
970243850f
|
Merge branch 'master' into ast-table-identifier-2
|
2021-05-21 12:56:49 +00:00 |
|
mergify[bot]
|
96e22c1926
|
Merge branch 'master' into issue-23351
|
2021-05-21 10:31:40 +00:00 |
|
Alexey Milovidov
|
ea30bb7abf
|
Improve implementation
|
2021-05-21 04:17:18 +03:00 |
|
kssenii
|
3dee003f9b
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-20 19:20:09 +03:00 |
|
Maksim Kita
|
cf5f36b70e
|
LLVM JIT support AARCH64
|
2021-05-20 14:09:32 +00:00 |
|
Maksim Kita
|
af78649e56
|
Merge pull request #24023 from kitaisreal/compile-expressions-comparison-function-constant-case-with-alias-fix
CompileExpressions comparison function constant case fix
|
2021-05-20 10:58:38 +03:00 |
|
Maksim Kita
|
b0476c1fa2
|
Merge pull request #24273 from kitaisreal/expression-actions-compile-only-necessary-places
ExpressionActions compile only necessary places
|
2021-05-20 10:53:30 +03:00 |
|
Nikolai Kochetov
|
d09f3bcd0d
|
Merge pull request #24252 from ClickHouse/try-fix-group-by-shard-num-in-another-way
Try to fix GROUP BY _shard_num in a different way
|
2021-05-20 10:49:45 +03:00 |
|
alesapin
|
cf94bc9b8c
|
Merge pull request #24059 from ClickHouse/standalone_keeper
Standalone keeper server
|
2021-05-20 10:10:51 +03:00 |
|
Alexey Milovidov
|
1006a970f7
|
Remove AutoArray
|
2021-05-20 09:30:13 +03:00 |
|
Maksim Kita
|
c50909468f
|
Updated ExpressionActionSettings
|
2021-05-19 17:32:07 +03:00 |
|
Maksim Kita
|
218f534a6f
|
Merge pull request #24100 from Enmk/fix_DateTime64_vs_DateTime_in_WHERE
Fix DateTime64 column vs DateTime value in where
|
2021-05-19 17:27:28 +03:00 |
|
Alexander Kuzmenkov
|
e9b69bbd70
|
Merge pull request #23906 from azat/fix-distributed_group_by_no_merge
distributed_group_by_no_merge fixes
|
2021-05-19 16:16:08 +03:00 |
|
Maksim Kita
|
9699299083
|
Fix build
|
2021-05-19 16:11:38 +03:00 |
|
Nikolai Kochetov
|
9f28d0966a
|
Fix typos.
|
2021-05-19 15:43:10 +03:00 |
|
vdimir
|
4fcc901be9
|
Merge branch 'master' into issue-23351
|
2021-05-19 15:33:47 +03:00 |
|
Nikolai Kochetov
|
c07043fd97
|
Try fix more cases.
|
2021-05-19 15:16:18 +03:00 |
|
Nikolai Kochetov
|
9d152a3c4d
|
Update src/Interpreters/ClusterProxy/SelectStreamFactory.cpp
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
|
2021-05-19 13:40:46 +03:00 |
|
Maksim Kita
|
3d94798d9d
|
Remove comment
|
2021-05-19 11:45:31 +03:00 |
|
Maksim Kita
|
150a88d647
|
ExpressionActions compile only necessary places
|
2021-05-19 11:43:16 +03:00 |
|
Nikolai Kochetov
|
85c0844439
|
Update SelectStreamFactory.cpp
Fix typo
|
2021-05-18 19:19:16 +03:00 |
|
Nikolai Kochetov
|
57f5e33464
|
Try to fix GROUP BY _shard_num
|
2021-05-18 18:17:19 +03:00 |
|
alesapin
|
31181095e7
|
Review fixes
|
2021-05-18 17:08:56 +03:00 |
|
kssenii
|
5f083b779d
|
A little better, fix checks
|
2021-05-18 14:25:19 +03:00 |
|
Maksim Kita
|
40d8d95fd2
|
Merge pull request #24067 from azat/buffer-destroy-first
Flush Buffer tables before shutting down tables (within one database)
|
2021-05-18 09:07:28 +03:00 |
|
Maksim Kita
|
f5b9007d63
|
Small code simplification
|
2021-05-17 23:26:25 +03:00 |
|
kssenii
|
9b8df78fdd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-17 17:42:05 +03:00 |
|
vdimir
|
392148ba86
|
Handle incorrect type of column in JoinCommon::removeColumnNullability
|
2021-05-17 14:24:34 +03:00 |
|
vdimir
|
80466427ad
|
Correct cardinality in MergeJoin (same as in input)
|
2021-05-17 14:18:03 +03:00 |
|
Maksim Kita
|
d923d9e6ef
|
Function move file
|
2021-05-17 10:30:42 +03:00 |
|
Nikolai Kochetov
|
98e6c27a95
|
Merge pull request #24168 from amosbird/projection-fix3
Fix distributed processing when using projection
|
2021-05-17 09:45:39 +03:00 |
|
vdimir
|
d266050b23
|
Merge branch 'master' into issue-23351
|
2021-05-17 09:42:59 +03:00 |
|
Maksim Kita
|
20cced0a4c
|
Merge pull request #24155 from kitaisreal/function-refactoring
IFunction refactoring
|
2021-05-17 09:26:57 +03:00 |
|
Maksim Kita
|
843aa1ae28
|
Merge pull request #24169 from ucasFL/style
fix tiny code style
|
2021-05-16 18:20:34 +03:00 |
|
Amos Bird
|
07b1be5a76
|
Fix distributed processing when using projection
|
2021-05-16 22:40:06 +08:00 |
|
feng lv
|
fb3a627bd3
|
fix tiny code style
|
2021-05-16 14:14:59 +00:00 |
|
Azat Khuzhin
|
5a8d61954a
|
Call IStorage::flush() for each table on DETACH DATABASE before shutdown
|
2021-05-16 13:28:35 +03:00 |
|
Azat Khuzhin
|
23981ffd0e
|
Introduce IStorage::flushAndShutdown()
|
2021-05-16 13:23:53 +03:00 |
|
Nikolai Kochetov
|
093b7e120a
|
Merge pull request #24062 from amosbird/projection-fix1
Fix empty key projection query analysis
|
2021-05-16 07:37:03 +03:00 |
|
Maksim Kita
|
947f28d430
|
IFunction refactoring
|
2021-05-15 20:33:15 +03:00 |
|
Kseniia Sumarokova
|
99e2f83c69
|
Merge pull request #23548 from ucasFL/table-comment
Implement table comments
|
2021-05-15 19:56:16 +03:00 |
|
vdimir
|
8dddcebe8c
|
Handle correct nullability with low card in HashJoin
|
2021-05-15 17:09:51 +03:00 |
|
vdimir
|
9091bba3d6
|
Restore correct cardinality in HashJoin
|
2021-05-15 14:39:13 +03:00 |
|
vdimir
|
be966f0e8c
|
Revert "Try to not remove lowcard in merge join"
This reverts commit 35bbbd05b6 .
|
2021-05-15 14:26:59 +03:00 |
|
Maksim Kita
|
0b4b5eb808
|
FunctionComparison remove constant result for non constant arguments optimization
|
2021-05-15 00:03:26 +03:00 |
|
Maksim Kita
|
18894005ac
|
Update ExpressionJIT.cpp
|
2021-05-15 00:03:26 +03:00 |
|
Maksim Kita
|
f42b25e65c
|
Update ExpressionJIT.cpp
|
2021-05-15 00:03:26 +03:00 |
|
Maksim Kita
|
26be39f419
|
CompileExpressions comparison function constant case fix
|
2021-05-15 00:03:26 +03:00 |
|
feng lv
|
8c82e3f1b9
|
fix style
fix
|
2021-05-14 15:50:05 +00:00 |
|
Amos Bird
|
a113acc40c
|
Fix empty key
|
2021-05-14 22:54:14 +08:00 |
|
Ivan Lezhankin
|
bd16dd22b9
|
Merge remote-tracking branch 'upstream/master' into ast-table-identifier-2
|
2021-05-14 15:40:33 +03:00 |
|
vdimir
|
35bbbd05b6
|
Try to not remove lowcard in merge join
|
2021-05-14 15:10:56 +03:00 |
|
Nikolai Kochetov
|
bb11cde871
|
Merge pull request #24108 from ClickHouse/actions-dag-calc-header
Calculate header from ActionsDAG
|
2021-05-14 13:55:00 +03:00 |
|
Nikolai Kochetov
|
782f02b1dc
|
Review fixes.
|
2021-05-14 13:01:27 +03:00 |
|
Nikolai Kochetov
|
a1e9202b93
|
Review fixes.
|
2021-05-14 12:30:32 +03:00 |
|
kssenii
|
db849eb3e5
|
Remaining poco
|
2021-05-14 11:02:17 +03:00 |
|
kssenii
|
f33a517d33
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-14 02:58:26 +03:00 |
|
Azat Khuzhin
|
aeb2c5d88a
|
Preserve dictionaries until storage shutdown
v2: Context::loadEmbeddedDictionaries()
v3: Context::loadDictionaries()
|
2021-05-13 22:03:00 +03:00 |
|
Nikolai Kochetov
|
bc4ccdece6
|
Fix tests.
|
2021-05-13 21:07:47 +03:00 |
|
Vasily Nemkov
|
1330ef7567
|
Fixed converting const DateTime to DateTime64 in WHERE
|
2021-05-13 20:16:00 +03:00 |
|
Nikolai Kochetov
|
d78be51fb4
|
Calculate header for ActionsDAG
|
2021-05-13 16:38:18 +03:00 |
|
feng lv
|
c6f8ab9826
|
fix
|
2021-05-13 02:05:53 +00:00 |
|
Alexander Kuzmenkov
|
833f48751a
|
Merge pull request #24048 from ClickHouse/aku/insert-select-bytes
for trivial INSERT SELECT, adjust block size in bytes as well
|
2021-05-12 22:33:35 +03:00 |
|
kssenii
|
0527f0ea33
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-12 16:54:18 +03:00 |
|
Alexander Kuzmenkov
|
2536247754
|
Update src/Interpreters/InterpreterInsertQuery.cpp
|
2021-05-12 12:42:21 +03:00 |
|
Alexander Kuzmenkov
|
70d4ee3cde
|
for trivial INSERT SELECT, adjust block size in bytes as well
|
2021-05-12 12:40:39 +03:00 |
|
Maksim Kita
|
ffdc2b22a5
|
Merge pull request #24022 from amosbird/fixalias
Make `prefer_column_name_to_alias` setting more standard
|
2021-05-12 09:54:04 +03:00 |
|
Nikolai Kochetov
|
a1ba67e029
|
Merge pull request #20202 from amosbird/projection
Projections
|
2021-05-12 09:38:07 +03:00 |
|
kssenii
|
81797393f1
|
fs::last_write_time, fs::space
|
2021-05-12 09:19:11 +03:00 |
|
alexey-milovidov
|
d422e0199b
|
Merge pull request #24019 from Avogar/rename-uniq-theta
Rename uniqThetaSketch to uniqTheta
|
2021-05-12 01:17:18 +03:00 |
|
Amos Bird
|
62153e7030
|
Fix
|
2021-05-12 02:30:16 +08:00 |
|
Maksim Kita
|
72d46beca0
|
Merge pull request #23979 from azat/dict-preallocate
Reimplement preallocate for hashed/sparse_hashed dictionaries
|
2021-05-11 20:15:46 +03:00 |
|
feng lv
|
9035e3a643
|
fix test and conflict
|
2021-05-11 16:22:24 +00:00 |
|
kssenii
|
3439492700
|
fs::last_write_time
|
2021-05-11 19:14:58 +03:00 |
|
Pavel Kruglov
|
704bbe0aeb
|
Raname uniqThetaSketch to uniqTheta
|
2021-05-11 17:39:35 +03:00 |
|