Alexander Tokmakov
20770a9745
check if some tests fail
2019-09-04 23:27:13 +03:00
Alexander Tokmakov
52fb9585d4
improvements
2019-09-04 22:59:08 +03:00
Alexander Tokmakov
8936f854be
better checking of types of literals
2019-09-04 19:54:20 +03:00
Alexander Tokmakov
b9eb992320
Merge branch 'master' into merging_values_with_expressions
2019-09-02 19:54:56 +03:00
Alexander Tokmakov
ec5fbf525d
remove ValuesRowInputFormat
2019-09-02 19:33:58 +03:00
Alexander Tokmakov
d31358a280
change ValuesBlockInputStream to ValuesBlockInputFormat
2019-09-02 19:26:22 +03:00
Denis Zhuravlev
14e16c7a41
Doc change. Example of another approach to collapsing (using negative numbers). ( #6751 )
...
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
2019-09-02 18:11:45 +03:00
alexey-milovidov
167deee647
Merge pull request #6764 from yandex/add-test-for-deadlock-system-tables
...
Fixed very rare deadlocks
2019-09-02 18:09:58 +03:00
Alexey Milovidov
7bf411548f
Merge branch 'master' of github.com:yandex/ClickHouse into add-test-for-deadlock-system-tables
2019-09-02 18:04:15 +03:00
alexey-milovidov
a71a1693f0
Merge pull request #6777 from yandex/fix-pvs-warning-in-pipeline-executor
...
Fix PVS warning in PipelineExecutor.
2019-09-02 17:53:28 +03:00
alexey-milovidov
3f5d0ef2a8
Merge pull request #6775 from yandex/aku/pvs-warning
...
Remove a redundant condition (found by PVS Studio).
2019-09-02 17:52:25 +03:00
Alexander Tokmakov
8adf13047b
fix build
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
3b6a038604
Tests
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
d42a4323f6
Fixes
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
e32ed075c8
Force disable interpreting expressions without template to check if some tests fail
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
46effbd7f6
Template for functions with constant arguments
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
00fc04d852
Fix
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
1629f0a166
Simple heuristic to generate new template in case of failure
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
a5f194cae9
Add setting to enable/disable template deduction for Values
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
dd45f3c2bd
Check types of numeric literals
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
c7e311bac8
Use AST to generate template
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
2322a88ef0
Store TokenIterators in ASTLiteral
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
dfebedfb70
Fix expression with Array and ColumnConst
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
41166f0618
Fix
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
6e06658363
Improvements
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
6fd1319bba
Fixes
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
3e214ced62
PeekableReadBuffer
2019-09-02 17:33:10 +03:00
Alexander Tokmakov
d3ee3a693c
Batch insert Values with expressions (draft)
2019-09-02 17:33:09 +03:00
Alexander Tokmakov
804c911d3f
ValuesRowInputStream changed to ValuesBlockInputStream
2019-09-02 17:33:09 +03:00
alexey-milovidov
0967ecf03b
Merge pull request #6727 from yandex/merging_template_format
...
Merging Template format
2019-09-02 17:25:43 +03:00
Alexey Milovidov
dcdd8c6e3c
Merge branch 'master' into add-test-for-deadlock-system-tables
2019-09-02 16:39:26 +03:00
Nikolai Kochetov
2eecd35d27
Fix PVS warning in PipelineExecutor.
2019-09-02 16:30:51 +03:00
Alexander Kuzmenkov
ab2bd54022
Remove a redundant condition (found by PVS-Studio).
2019-09-02 16:17:14 +03:00
alexey-milovidov
e2dbff73f6
Merge pull request #6771 from yandex/remove-recursive-rwlock-by-thread
...
Remove recursive rwlock by thread
2019-09-02 14:17:02 +03:00
Alexander Tokmakov
3da233ef42
fix build
2019-09-02 13:47:06 +03:00
Alexander Tokmakov
e2928481a3
Merge branch 'master' into merging_template_format
2019-09-02 12:41:34 +03:00
Alexey Milovidov
27e17929ce
Merge branch 'add-test-for-deadlock-system-tables' of github.com:yandex/ClickHouse into add-test-for-deadlock-system-tables
2019-09-02 04:08:55 +03:00
Alexey Milovidov
85f45747a5
Fixed test
2019-09-02 04:04:41 +03:00
Alexey Milovidov
951079c457
Updated test
2019-09-02 04:00:58 +03:00
Alexey Milovidov
32adf456d8
Remove support for recursive-by-thread RWLocks because it makes no sense
2019-09-02 03:59:27 +03:00
Alexey Milovidov
e5ad85ba26
Fixed test
2019-09-02 03:21:42 +03:00
Alexey Milovidov
2d331fb992
Fixed possible deadlock in RWLock
2019-09-02 03:12:01 +03:00
Alexey Milovidov
de2586cd15
Merge branch 'master' into add-test-for-deadlock-system-tables
2019-09-02 00:59:25 +03:00
alexey-milovidov
6cf5327269
Merge pull request #6770 from yandex/temporary-remove-live-view-tests
...
Temporarily remove all LIVE VIEW tests
2019-09-02 00:50:00 +03:00
Alexey Milovidov
7d1b1de895
Temporarily remove all LIVE VIEW tests
2019-09-02 00:49:11 +03:00
Alexey Milovidov
ba1c70add0
Merge branch 'add-test-for-deadlock-system-tables' of github.com:yandex/ClickHouse into add-test-for-deadlock-system-tables
2019-09-01 22:21:22 +03:00
Alexey Milovidov
de44330cfa
Updated exception message
2019-09-01 22:21:00 +03:00
Alexey Milovidov
45a9b4e184
Merge branch 'master' into add-test-for-deadlock-system-tables
2019-09-01 22:20:04 +03:00
alexey-milovidov
4155771106
Merge pull request #6769 from yandex/disable-query-profiler-with-sanitizers
...
Disable query profiler with sanitizers
2019-09-01 22:18:10 +03:00
Alexey Milovidov
a1a00b2001
Merge remote-tracking branch 'origin/disable-query-profiler-with-sanitizers' into add-test-for-deadlock-system-tables
2019-09-01 19:27:45 +03:00