Vitaly Baranov
|
7aad2eff28
|
Add more test cases for JSON functions.
|
2019-07-11 11:39:30 +03:00 |
|
alesapin
|
9a17a461ea
|
Review fixes and better tests
|
2019-07-09 12:02:52 +03:00 |
|
alesapin
|
6a3b543e10
|
Merge branch 'master' of github.com:yandex/ClickHouse into fix_fetch_of_existing_part
|
2019-07-09 11:21:44 +03:00 |
|
alexey-milovidov
|
ef3c06b3d0
|
Merge pull request #5943 from yandex/ubsan-fixes-5
Fixed ubsan report in fuzz test
|
2019-07-09 04:12:49 +03:00 |
|
alexey-milovidov
|
d6afdd5a8d
|
Merge pull request #5941 from 4ertus2/bugs
Fix wrong array_join_columns calculation
|
2019-07-09 03:58:36 +03:00 |
|
Alexey Milovidov
|
f748efbb5b
|
Fixed ubsan report in fuzz test
|
2019-07-09 01:30:30 +03:00 |
|
chertus
|
ef41b16a44
|
fix wrong ExpressionAnalyzer.array_join_columns calculation
|
2019-07-08 23:06:17 +03:00 |
|
Alexey Milovidov
|
26f91c4a96
|
Added a test
|
2019-07-08 20:05:38 +03:00 |
|
Alexey Milovidov
|
f9f85b4c65
|
Added test
|
2019-07-08 05:03:01 +03:00 |
|
Alexey Milovidov
|
d362ffb3ee
|
Added test for #5909
|
2019-07-08 04:01:52 +03:00 |
|
alexey-milovidov
|
8d4358f19c
|
Merge pull request #5919 from dimarub2000/master
startsWith now uses PK index
|
2019-07-08 02:06:05 +03:00 |
|
dimarub2000
|
2693ce27ff
|
startsWith now uses PK index
|
2019-07-07 18:48:34 +03:00 |
|
alexey-milovidov
|
bf4ace06e8
|
Merge pull request #5911 from yandex/quantile-timing-float
Returned back support for floating point argument in function quantileTiming
|
2019-07-07 04:27:34 +03:00 |
|
Alexey Milovidov
|
99334d0451
|
Added a test #5614
|
2019-07-07 03:39:45 +03:00 |
|
Alexey Milovidov
|
e8b6ac3fad
|
Returned back support for floating point argument in function quantileTiming
|
2019-07-07 02:15:14 +03:00 |
|
alexey-milovidov
|
758de14138
|
Merge pull request #5902 from yandex/fix-visit-param-extract-raw
Fixed buffer underflow in visitParamExtractRaw
|
2019-07-06 20:34:46 +03:00 |
|
alexey-milovidov
|
f25a3fd230
|
Merge pull request #5886 from dimarub2000/master
Enum data type as a synonim for Enum8 or Enum16.
|
2019-07-05 23:59:36 +03:00 |
|
alexey-milovidov
|
eb2ffccaf3
|
Merge pull request #5874 from nikitamikhaylov/master
Add data checksums to system.parts_columns table. #5151
|
2019-07-05 23:58:58 +03:00 |
|
Alexey Milovidov
|
6b357421fc
|
Added another test just in case
|
2019-07-05 21:47:59 +03:00 |
|
Alexey Milovidov
|
1c2e422797
|
Fixed buffer underflow in visitParamExtractRaw
|
2019-07-05 21:23:14 +03:00 |
|
Nikita Mikhaylov
|
afdd45fd85
|
checksum added to system_parts
|
2019-07-05 18:32:55 +03:00 |
|
dimarub2000
|
6537016abe
|
minor test change
|
2019-07-05 17:10:24 +03:00 |
|
Nikita Mikhaylov
|
375932678b
|
new test with table creation
|
2019-07-05 16:33:28 +03:00 |
|
Nikita Mikhaylov
|
98f218c7ef
|
another test with constant result on diffrent machines
|
2019-07-05 16:02:48 +03:00 |
|
dimarub2000
|
e8f6497f74
|
tests
|
2019-07-05 15:44:15 +03:00 |
|
Nikita Mikhaylov
|
1ffa488be4
|
lowercase added~
|
2019-07-05 14:45:47 +03:00 |
|
alexey-milovidov
|
8b62c96989
|
Merge pull request #5859 from 4ertus2/joins
Fix FULL|RIGHT JOIN with nulls in right table's keys
|
2019-07-05 14:23:35 +03:00 |
|
Nikita Mikhaylov
|
f8dde20dcb
|
easier code
|
2019-07-05 13:13:44 +03:00 |
|
Nikita Mikhaylov
|
0e25190433
|
checksums now output in the same way + tests are better
|
2019-07-05 12:00:19 +03:00 |
|
alexey-milovidov
|
101b317efa
|
Merge pull request #5850 from PerformanceVision/top_k_weighted_fix
Add element on SpaceSaving set if the last element has a lower value compared to the last one
|
2019-07-05 10:57:11 +03:00 |
|
Nikita Mikhaylov
|
fc75c8f62e
|
done
|
2019-07-04 21:27:14 +03:00 |
|
chertus
|
4d6757a7dc
|
add test for #3495 (already fixed)
|
2019-07-04 16:21:56 +03:00 |
|
Guillaume Tassery
|
85151b339b
|
Add test on topKWeighted function
|
2019-07-04 15:15:08 +02:00 |
|
chertus
|
4759e8632e
|
fix crash and update test results
|
2019-07-04 14:50:32 +03:00 |
|
alesapin
|
65437d2289
|
Fix final mark and tests
|
2019-07-04 13:21:14 +03:00 |
|
chertus
|
73d6784c59
|
join right table nulls
|
2019-07-03 22:06:34 +03:00 |
|
alexey-milovidov
|
50c22ef71a
|
Merge pull request #5628 from yandex/index_granularity_by_default
Enable adaptive index granularity by default
|
2019-07-03 02:15:33 +03:00 |
|
alexey-milovidov
|
d81ae49f2c
|
Merge pull request #5755 from 4ertus2/bugs
Fix wrong ColumnConst.isColumnNullable()
|
2019-07-03 02:06:07 +03:00 |
|
alexey-milovidov
|
7ea33203d7
|
Merge pull request #5742 from 4ertus2/t64
T64 full bit-transpose variant
|
2019-07-03 01:56:34 +03:00 |
|
alexey-milovidov
|
aea3fc661a
|
Merge pull request #5824 from Enmk/double_delta_fix
Fixed DoubleDelta codec edge case
|
2019-07-02 12:52:40 +03:00 |
|
Vasily Nemkov
|
c5b2ba2a25
|
Fixed DoubleDelta codec edge case
Casused by mistreating negative double delta value as HUGE unsigned value, crippling compression ratio.
|
2019-07-02 07:58:03 +03:00 |
|
Alexey Milovidov
|
4e41e8a572
|
Preparation for #4828: adapted test for build without libunwind
|
2019-07-02 02:33:15 +03:00 |
|
alexey-milovidov
|
bf8c154d3d
|
Merge pull request #5819 from CurtizJ/fix-segfault-ttl
Fix segfault in TTL merge with non-physical columns in block.
|
2019-07-01 20:28:26 +03:00 |
|
Alexey Milovidov
|
2acaebb288
|
Added test
|
2019-07-01 17:28:39 +03:00 |
|
chertus
|
13fa9a07e5
|
Merge branch 'master' into t64
|
2019-07-01 16:40:32 +03:00 |
|
CurtizJ
|
c0a63801fc
|
fix segfault in ttl merge with non-physical columns in block
|
2019-07-01 15:50:50 +03:00 |
|
chertus
|
5df4ad0f28
|
Merge branch 'master' into bugs
|
2019-07-01 14:49:01 +03:00 |
|
chertus
|
0c634129da
|
add IColumn.isNullable()
|
2019-07-01 14:44:19 +03:00 |
|
Alexey Milovidov
|
f6c2815134
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-07-01 02:54:07 +03:00 |
|
Alexey Milovidov
|
22948ba508
|
Fixed test
|
2019-07-01 02:53:56 +03:00 |
|