CurtizJ
ddb3a55f67
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-02-14 13:15:16 +03:00
Artem Zuikov
bd6d9a427b
Some InterpreterSelectQuery refactoring ( #9035 )
...
move ExpressionActionsChain logic out of InterpreterSelectQuery
2020-02-10 18:50:12 +03:00
tavplubix
c6a8e4d67e
Merge pull request #8958 from ClickHouse/json-each-row-array-fix
...
Fixed error in JSONEachRow when data is in array.
2020-02-07 21:44:21 +03:00
Nikita Mikhaylov
1324f3946e
Merge pull request #8988 from nvartolomei/nv/alter-mv-modify-query
...
Modify Materialized View query
2020-02-07 21:28:27 +03:00
Alexander Tokmakov
47ad022a1f
disable parallel parsing for JSON in square brackets
2020-02-07 16:16:51 +03:00
Nicolae Vartolomei
0939a9460f
Modify Materialized View query
2020-02-06 08:57:54 +00:00
CurtizJ
a0635ed390
better marks reading
2020-02-03 19:02:54 +03:00
CurtizJ
2d7ff400ed
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-02-03 13:46:00 +03:00
Alexey Milovidov
d11f3cb78f
Changed thread_id to UInt64 to support more OS
2020-02-02 23:01:13 +03:00
Alexey Milovidov
f9eb4e79f6
Using OS tid everywhere #7477
2020-02-02 05:28:14 +03:00
Baudouin Giard
fbbf026277
String keys in SummingMergeTree maps
...
Accept String or FixedString data types as key for maps in the
SummingMergeTree now that sumMap supports these two types (introduced in
bc0fbd688a
).
Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-01-31 14:37:28 +00:00
Nikolai Kochetov
6cb86cef24
Added AddingMissedTransform.
2020-01-29 18:35:43 +03:00
Nikolai Kochetov
8ce6040306
Merge pull request #7796 from ClickHouse/processors-4.3
...
Processors and system.numbers
2020-01-29 13:11:13 +03:00
Nikolai Kochetov
733df795a3
Fix IBlockInputStream
2020-01-27 20:12:55 +03:00
Nikolai Kochetov
43455d79b4
Add time limit to SourceWithProgress.
2020-01-27 19:58:25 +03:00
Alexey Milovidov
5d52261266
Remove useless files
2020-01-26 18:25:58 +03:00
alexey-milovidov
196ed889b9
Merge branch 'master' into joins
2020-01-26 00:03:56 +03:00
alexey-milovidov
9f3bbea6eb
Merge pull request #8806 from ClickHouse/vzakaznikov-issue_7878_3
...
Reworking fix for issue 7878 (version 4)
2020-01-25 23:39:49 +03:00
alexey-milovidov
dc90d42e1e
Merge pull request #8305 from ClickHouse/Vxider-parallel-insert
...
Vxider parallel insert
2020-01-25 20:30:50 +03:00
Nikolai Kochetov
0b43bd53a4
fix 01019_materialized_view_select_extra_columns
2020-01-24 10:48:22 +03:00
alexey-milovidov
105b61b2af
Merge pull request #8800 from CurtizJ/fix-alter-with-ttl
...
Fix alters if there is set TTL for table.
2020-01-24 06:30:45 +03:00
Nikolai Kochetov
5a8932488d
Romve commented code.
2020-01-23 21:02:13 +03:00
Nikolai Kochetov
50f66433e0
Update PushingToViewsBlockOutputStream
2020-01-23 20:51:43 +03:00
Azat Khuzhin
88bfb788a9
Add ability to use multiple disks/volumes for temporary data
...
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.
Also tmp_policy has some limitations:
- move_factor is ignored
- keep_free_space_bytes is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
Nikolai Kochetov
9635c8d5c5
Update PushingToViewsBlockOutputStream
2020-01-23 20:11:49 +03:00
Nikolai Kochetov
7d4d063f38
Try to remove some code.
2020-01-23 18:53:58 +03:00
Nikolai Kochetov
25ea3d83e2
Merge branch 'issue_7878_2' of https://github.com/vzakaznikov/ClickHouse into vzakaznikov-issue_7878_2
2020-01-23 18:45:24 +03:00
Nikolai Kochetov
4a4de82648
Merged with master
2020-01-23 18:44:26 +03:00
CurtizJ
b5d8baee71
fix alters if ttl is set
2020-01-23 16:04:06 +03:00
Vitaliy Zakaznikov
024dce32d8
Fixing NameOrDefault mode in ConvertingBlockInputStream.
2020-01-23 12:40:27 +01:00
Vitaliy Zakaznikov
76af9dedc5
Going back to NameOrDefault mode in ConvertingBlockInputStream
...
as the other approach caused test regressions. This time we just
erase the columns that need to be set to the default value or expression.
2020-01-22 22:26:08 +01:00
Vitaliy Zakaznikov
54c8234379
Reworking fix for missing columns.
2020-01-22 16:15:42 +01:00
Vitaliy Zakaznikov
78ab3127ce
Trying to fix issue with calculating default expressions. (Not working yet)
2020-01-22 14:34:00 +01:00
alesapin
0d484be01a
Merge pull request #8767 from ClickHouse/aku/null-format
...
Fix sending no data to client with Null format.
2020-01-22 13:06:16 +03:00
Alexander Kuzmenkov
c7b94c70e8
Fix sending no data to client with Null format.
...
Looks like before it could only work accidentally due to some mighty
NRVO.
2020-01-21 20:48:08 +03:00
Vitaliy Zakaznikov
507609b611
Fixing styling issues.
2020-01-21 11:18:41 -05:00
Vitaliy Zakaznikov
b2bfa6f938
Removing code used for debugging.
2020-01-21 17:11:21 +01:00
Vitaliy Zakaznikov
1b5f6e37cb
First attempt to fix issue https://github.com/ClickHouse/ClickHouse/issues/7878
2020-01-21 17:02:40 +01:00
chertus
0669eff031
version with processors
2020-01-20 17:17:55 +03:00
chertus
61a7e84cae
Merge branch 'master' into joins
2020-01-16 15:14:19 +03:00
chertus
39f2653663
rewrite with cursor position
2020-01-15 23:33:29 +03:00
CurtizJ
27750f0cd4
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-01-15 19:36:35 +03:00
chertus
8ab68e2c77
change iface for one-to-many blocks expressions calculation
2020-01-13 21:00:32 +03:00
Nikolai Kochetov
a6fc528805
Merge branch 'master' into Vxider-parallel-insert
2020-01-13 20:59:42 +03:00
Alexander Tokmakov
9389c83d4d
Merge branch 'master' into table_name_in_istorage
2020-01-13 14:41:42 +03:00
alexey-milovidov
836ac810a7
Merge pull request #8613 from ClickHouse/azat-SimpleAggregateFunction-LowCardinality-merge-fix-v2
...
SimpleAggregateFunction(LowCardinality) fix (continuation)
2020-01-11 19:14:15 +03:00
Nikolai Kochetov
d939cef9d1
Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream.
2020-01-10 17:51:30 +03:00
Nikolai Kochetov
87377431f4
Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream.
2020-01-10 17:01:24 +03:00
Alexander Tokmakov
45d0089d3f
fix defaults mismatch size
2020-01-09 22:24:29 +03:00
Alexander Tokmakov
9b75ee2378
Merge branch 'master' into table_name_in_istorage
2020-01-09 17:33:58 +03:00