alexey-milovidov
|
2b6a28f617
|
Merge pull request #6279 from yandex/remove-cat-boost-pool
Removed table function "catBoostPool" and storage "CatBoostPool"
|
2019-08-03 04:59:55 +03:00 |
|
alexey-milovidov
|
7dc891e244
|
Merge pull request #6302 from yandex/more-performance-tests-gcc-clang
Added performance test to show degradation of performance in gcc-9 in more isolated way.
|
2019-08-03 04:58:07 +03:00 |
|
alexey-milovidov
|
5537b151d9
|
Merge pull request #6305 from yandex/fix-fpe-in-yandex-consistent-hash
Fix FPE in yandexConsistentHash function
|
2019-08-03 04:05:38 +03:00 |
|
alexey-milovidov
|
0ee60229ea
|
Merge pull request #6303 from yandex/part-name-more-checks
More validation of part_name
|
2019-08-03 02:27:06 +03:00 |
|
alexey-milovidov
|
9a0c3f4b82
|
Merge pull request #6271 from a-rodin/bad-request-for-malformed-inserts
Return Bad Request for INCORRECT_DATA and TYPE_MISMATCH errors
|
2019-08-03 01:56:26 +03:00 |
|
alexey-milovidov
|
9af4542230
|
Merge pull request #6278 from yandex/fix_bool_settings_parsing
Fix bool settings parsing
|
2019-08-03 01:55:42 +03:00 |
|
alexey-milovidov
|
149ed67462
|
Merge pull request #6281 from yandex/fix-low-cardinality-aggregate-arguments
Fix LowCardinality arguments conversion in AggregateFunctionFactory
|
2019-08-03 01:50:21 +03:00 |
|
Alexey Milovidov
|
9cdbc6c663
|
Added a test
|
2019-08-03 01:45:25 +03:00 |
|
Alexey Milovidov
|
7394d3e73a
|
Fixed exception message
|
2019-08-03 01:42:21 +03:00 |
|
Alexey Milovidov
|
62053314bb
|
Fixed FPE in yandexConsistentHash
|
2019-08-03 01:40:28 +03:00 |
|
Alexey Milovidov
|
5774ef1ed1
|
Removed test
|
2019-08-03 00:49:50 +03:00 |
|
Alexey Milovidov
|
21cb7de777
|
More validation of part_name
|
2019-08-02 23:21:31 +03:00 |
|
Alexey Milovidov
|
2fb71013af
|
Added performance test to show degradation of performance in gcc-9 in more isolated way
|
2019-08-02 23:18:03 +03:00 |
|
Alexey Milovidov
|
5e942d2d79
|
Added performance test to show degradation of performance in gcc-9 in more isolated way
|
2019-08-02 23:16:02 +03:00 |
|
alexey-milovidov
|
f149e3b436
|
Merge pull request #6277 from yandex/aku/pairnoinit
Make PairNoInit a simple struct.
|
2019-08-02 22:56:12 +03:00 |
|
alexey-milovidov
|
f8980e691e
|
Merge pull request #6274 from CurtizJ/ttl-old-parts
TTL improvements.
|
2019-08-02 22:51:28 +03:00 |
|
alexey-milovidov
|
12a8bf20eb
|
Merge pull request #6297 from 4ertus2/bugs
Fix crash on CAST exotic types to Decimal
|
2019-08-02 22:47:27 +03:00 |
|
alexey-milovidov
|
3e0ce7df58
|
Merge pull request #6249 from 4ertus2/joins
Fix join_use_nulls. Nulls in JOIN keys issue
|
2019-08-02 22:07:03 +03:00 |
|
Alexey Milovidov
|
a5105f85cf
|
Removed table function "catBoostPool" and storage "CatBoostPool"
|
2019-08-02 21:52:43 +03:00 |
|
chertus
|
fcc6a2c2be
|
fix crash on CAST exotic types to decimal
|
2019-08-02 17:31:55 +03:00 |
|
Nikolai Kochetov
|
77ca4acf67
|
Remove LowCardinality in AggregatingSortedBlockInputStream.
|
2019-08-02 13:54:40 +03:00 |
|
Nikolai Kochetov
|
5a9a4b23c3
|
Remove LowCardinality in AggregatingSortedBlockInputStream.
|
2019-08-02 13:50:42 +03:00 |
|
Nikolai Kochetov
|
f71ce27a70
|
Remove LowCardinality in AggregatingSortedBlockInputStream.
|
2019-08-02 13:49:52 +03:00 |
|
alesapin
|
ac5daf964e
|
Fix buggy tests
|
2019-08-02 11:09:23 +03:00 |
|
alesapin
|
46a6a78e7b
|
Merge branch 'master' into fix_bool_settings_parsing
|
2019-08-02 10:51:42 +03:00 |
|
BayoNet
|
7015e5ca7d
|
Link fix. (#6288)
|
2019-08-02 10:11:40 +03:00 |
|
Alexander Rodin
|
68487d512a
|
Merge if branches with the same status code
|
2019-08-02 05:11:02 +00:00 |
|
Alexander Rodin
|
5c5b4f4de2
|
Revert "Replace ifs by cases"
This reverts commit 0c70f78fcb .
|
2019-08-02 05:07:10 +00:00 |
|
Šimon Podlipský
|
e3f7dbd7d4
|
Update aggregatingmergetree.md (#6276)
|
2019-08-01 23:33:26 +03:00 |
|
Alexey Milovidov
|
07273c7914
|
Instrumented ThreadPool
|
2019-08-01 23:09:38 +03:00 |
|
chertus
|
c5a661a05c
|
undo wrong changes
|
2019-08-01 22:56:29 +03:00 |
|
chertus
|
94813b21ba
|
restore names deduplication
|
2019-08-01 22:48:21 +03:00 |
|
chertus
|
479a0a9c8e
|
fix case with several same keys in join
|
2019-08-01 22:39:39 +03:00 |
|
alesapin
|
af5cabd740
|
Fix changed logic
|
2019-08-01 22:30:00 +03:00 |
|
alexey-milovidov
|
5cf2f5f301
|
Merge pull request #6265 from nikitamikhaylov/query_log_enum
system.query_log: change data type of `type` column to Enum.
|
2019-08-01 22:21:43 +03:00 |
|
CurtizJ
|
d169f42b36
|
fix build
|
2019-08-01 22:07:31 +03:00 |
|
Nikolai Kochetov
|
c11e04f9d9
|
Added test.
|
2019-08-01 21:44:23 +03:00 |
|
Nikolai Kochetov
|
a8378e8ef0
|
Fix LowCardinality arguments conversion for AggregateFunctionFactory.
|
2019-08-01 21:22:38 +03:00 |
|
alesapin
|
ca3796f0a3
|
Less branches
|
2019-08-01 20:46:37 +03:00 |
|
alesapin
|
7c37450c3d
|
Better code and tests
|
2019-08-01 20:43:10 +03:00 |
|
chertus
|
4072214b5d
|
fix UB in join keys order
|
2019-08-01 20:27:51 +03:00 |
|
alesapin
|
5b4b875497
|
Fix bool settings parsing in config
|
2019-08-01 20:03:34 +03:00 |
|
Alexander Kuzmenkov
|
011150fa8a
|
Make PairNoInit a simple struct.
|
2019-08-01 19:54:33 +03:00 |
|
Nikita Mikhaylov
|
241751542e
|
CamelCase
|
2019-08-01 19:37:50 +03:00 |
|
CurtizJ
|
82f304f81e
|
add query 'SYSTEM STOP TTL MERGES'
|
2019-08-01 18:36:12 +03:00 |
|
Alexander Rodin
|
0c70f78fcb
|
Replace ifs by cases
|
2019-08-01 15:23:20 +00:00 |
|
Alexander Rodin
|
44b3dbb23b
|
Return Bad Request for INCORRECT_DATA and TYPE_MISMATCH errors
|
2019-08-01 13:16:09 +00:00 |
|
Ivan Blinkov
|
7bb387496a
|
Add meetup in Moscow to front page (#6270)
|
2019-08-01 16:08:55 +03:00 |
|
Nikita Mikhaylov
|
9dbb758133
|
better style
|
2019-08-01 15:40:12 +03:00 |
|
Ivan Blinkov
|
9bd4d1ed3b
|
Add meetup in Moscow
|
2019-08-01 15:33:13 +03:00 |
|