Alexey Milovidov
|
405630d38e
|
Added test #8985
|
2020-02-16 14:58:54 +03:00 |
|
Alexey Milovidov
|
ecbc3c5f33
|
Fixed non-deterministic test
|
2020-02-16 11:54:41 +03:00 |
|
alexey-milovidov
|
76f09ec883
|
Merge pull request #9052 from oandrew/reinterpret-fixedstring-bugfix
Use correct implementation for reinterpretAsFixedString
|
2020-02-16 06:11:13 +03:00 |
|
Andrew Onyshchuk
|
55b9af60ca
|
Add test for reinterpretAsFixedString
|
2020-02-15 17:49:32 -06:00 |
|
alexey-milovidov
|
7f581fb555
|
Merge pull request #9135 from den-crane/test-for-6143
tests for #6143 and #2314
|
2020-02-15 02:57:20 +03:00 |
|
alexey-milovidov
|
38c4f3ed84
|
Merge pull request #9131 from ClickHouse/better_temporary_live_view_syntax
Better CREATE syntax for temporary LIVE VIEW
|
2020-02-15 02:55:37 +03:00 |
|
alexey-milovidov
|
4d0d32da23
|
Merge pull request #9091 from PerformanceVision/bit_on_bitset
Implement bit operations for FixedString datatype for doing bits operation on a bitset
|
2020-02-15 02:43:29 +03:00 |
|
Denis Zhuravlev
|
bef505a804
|
Merge branch 'test-for-6143' of github.com:den-crane/ClickHouse into test-for-6143
|
2020-02-14 16:43:41 -04:00 |
|
Denis Zhuravlev
|
cce9645848
|
test for #2314
|
2020-02-14 16:43:28 -04:00 |
|
Denis Zhuravlev
|
dada5cf6ca
|
Update 01080_engine_merge_prewhere_tupleelement_error.sql
optimize_move_to_prewhere=0
|
2020-02-14 16:17:29 -04:00 |
|
Denis Zhuravlev
|
eec35ce32d
|
test for #6143
|
2020-02-14 16:11:38 -04:00 |
|
Alexander Tokmakov
|
6889951396
|
better syntax for temporary LIVE VIEW
|
2020-02-14 21:20:20 +03:00 |
|
Guillaume Tassery
|
0a02eca9b7
|
update tests
|
2020-02-14 10:23:55 +01:00 |
|
Guillaume Tassery
|
59ed5f65b5
|
Add bitNot function
|
2020-02-14 09:17:32 +01:00 |
|
Guillaume Tassery
|
2c1dfab240
|
add tests for bitOr and bitXor
|
2020-02-14 05:41:25 +01:00 |
|
Anton Popov
|
7042bafda4
|
Update 01079_new_range_reader_segfault.sql
|
2020-02-14 01:58:30 +03:00 |
|
CurtizJ
|
7041e28077
|
fix segfault in MergeTreeRangeReader
|
2020-02-14 00:20:35 +03:00 |
|
alexey-milovidov
|
7aeb900922
|
Merge pull request #8436 from achulkov2/polygon-dict-basic-interface-improvements
[WIP] Basic interface for polygon dictionaries
|
2020-02-13 21:05:42 +03:00 |
|
alexey-milovidov
|
296621f757
|
Merge pull request #9076 from sundy-li/mysql-show-tables
Show Queries more like MySQL did
|
2020-02-13 16:50:12 +03:00 |
|
Guillaume Tassery
|
46bffd0564
|
add tests
|
2020-02-12 12:08:14 +01:00 |
|
Ivan
|
1f4ba36cbc
|
Fix some tests to support pytest with query tests (#9062)
|
2020-02-11 21:05:08 +03:00 |
|
Ilya Yatsishin
|
5b4b04e13b
|
Merge pull request #9050 from CurtizJ/fix-range-reader
Fix order of ranges in MergeTreeDataSelectExecutor
|
2020-02-11 18:31:34 +03:00 |
|
sundy-li
|
9ad7f3f0e1
|
Update tests
|
2020-02-11 22:52:09 +08:00 |
|
sundy
|
250475557d
|
Show Queries more like MySQL
|
2020-02-11 19:36:12 +08:00 |
|
alesapin
|
2734347cc0
|
More verbose logging in flacky test
|
2020-02-10 12:16:15 +03:00 |
|
tavplubix
|
4543177931
|
Merge pull request #9048 from ClickHouse/fix_mutation_order
Fix primary.idx corruption after delete mutation
|
2020-02-09 19:21:23 +03:00 |
|
CurtizJ
|
b9fc9b4569
|
fix order of ranges in MergeTreeDataSelectExecutor
|
2020-02-08 00:07:18 +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 |
|
alesapin
|
f3a35998e1
|
Fix primary.idx corruption after delete mutation
|
2020-02-07 16:54:17 +03:00 |
|
Alexander Tokmakov
|
47ad022a1f
|
disable parallel parsing for JSON in square brackets
|
2020-02-07 16:16:51 +03:00 |
|
Anton Popov
|
3e8179108b
|
Merge pull request #8892 from PerformanceVision/select_constants
DB::Exception: Parameters are out of bound when we have a constant on the SELECT clause
|
2020-02-07 14:05:16 +03:00 |
|
Anton Popov
|
9dc7577d15
|
Merge pull request #9038 from CurtizJ/fix-range-reader
Add test for #8914
|
2020-02-07 03:47:51 +03:00 |
|
Vitaly Baranov
|
7ebcd4b290
|
Merge pull request #8875 from vitlibar/RBAC-5
RBAC-5.1
|
2020-02-07 03:40:15 +03:00 |
|
Artem Zuikov
|
31948a063a
|
Trying to fix early constant folding (#9010)
add setting to disable early constant folding
|
2020-02-07 03:05:51 +03:00 |
|
CurtizJ
|
cdcaef9349
|
add test for #8914
|
2020-02-06 21:57:18 +03:00 |
|
Vitaly Baranov
|
02262e3b6e
|
Add one more test.
|
2020-02-06 18:12:53 +03:00 |
|
Vitaly Baranov
|
d2ff1e5dd4
|
Implement partial revokes.
|
2020-02-06 18:12:53 +03:00 |
|
Vitaly Baranov
|
3706b9d92a
|
Add tests.
|
2020-02-06 18:12:53 +03:00 |
|
Alexander Kuzmenkov
|
d9073f27b7
|
Revert "Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary"
This reverts commit 24bdad3768 , reversing
changes made to dad4f03a8f .
|
2020-02-06 15:18:19 +03:00 |
|
Nicolae Vartolomei
|
949b498d37
|
Always wait for all background INSERTs to finish to catch stuck queries
|
2020-02-06 11:44:15 +00:00 |
|
Nicolae Vartolomei
|
0939a9460f
|
Modify Materialized View query
|
2020-02-06 08:57:54 +00:00 |
|
alesapin
|
29a26a87b4
|
Merge pull request #9022 from ClickHouse/mutations_parts_to_do_fix
Fix mutations finalization task
|
2020-02-06 11:26:13 +03:00 |
|
CurtizJ
|
db47ef923c
|
fix prewhere
|
2020-02-05 19:42:27 +03:00 |
|
alesapin
|
1923930379
|
Fix mutations finalization task
|
2020-02-05 19:30:02 +03:00 |
|
Guillaume Tassery
|
a79a9cf078
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select_constants
|
2020-02-04 05:09:12 +01:00 |
|
alexey-milovidov
|
e24926d16e
|
Merge pull request #8952 from azat/getSerializedSize
Add blockSerializedSize() function (size on disk without compression)
|
2020-02-03 15:46:26 +03:00 |
|
alexey-milovidov
|
59ef2b2009
|
Merge pull request #8963 from millb/CRLF_in_TSV
CRLF in TSV output format
|
2020-02-03 15:44:59 +03:00 |
|
alexey-milovidov
|
5689bef818
|
Merge pull request #8967 from CurtizJ/attach-if-not-exists
Fix query 'ATTACH TABLE IF NOT EXISTS'
|
2020-02-03 15:41:57 +03:00 |
|
CurtizJ
|
a5b5cb2e94
|
fix query 'ATTACH TABLE IF NOT EXISTS'
|
2020-02-03 13:38:09 +03:00 |
|