vdimir
|
36963e0eba
|
Minor fix
|
2021-01-27 18:17:42 +03:00 |
|
bharatnc
|
db8975c38f
|
remove redundant strcpy call
|
2021-01-25 17:38:55 -08:00 |
|
bharatnc
|
fc8e22075e
|
refactor code to not use strings
|
2021-01-25 17:38:55 -08:00 |
|
bharatnc
|
7abedaeaa0
|
simplify logic flow
|
2021-01-25 17:38:55 -08:00 |
|
bharatnc
|
562d01e8d8
|
fix code and rebase
|
2021-01-25 17:38:55 -08:00 |
|
bharatnc
|
9152a7a4be
|
init - make toIPv6 parse IPv4 addresses
|
2021-01-25 17:38:55 -08:00 |
|
Anton Popov
|
f203a33a8f
|
Merge pull request #19515 from hexiaoting/map_functions_fix
Bug fix : support const column processing in mapContains, mapKeys, mapValues functions
|
2021-01-25 17:30:59 +03:00 |
|
alexey-milovidov
|
ba3e064a63
|
Merge pull request #19371 from kssenii/test-coverage-with-factories
test coverage with factories
|
2021-01-25 07:11:09 +03:00 |
|
alexey-milovidov
|
77af612bc5
|
Merge pull request #19466 from azat/UBsan-report-fixes
UBsan report fixes (arraySlice, addMinutes/addHours/addWeeks/addDays, sumWithOverflow(Decimal))
|
2021-01-24 22:27:15 +03:00 |
|
hexiaoting
|
0f05b0ac9a
|
Add Const column test cases for mapContains/Keys/Values
|
2021-01-23 22:53:08 +08:00 |
|
hexiaoting
|
143b84240e
|
Add const column test case for mapKeys and mapValues
|
2021-01-23 22:48:14 +08:00 |
|
kssenii
|
a98c6d333c
|
Make sure not to log non-existent objects
|
2021-01-23 12:05:37 +00:00 |
|
alexey-milovidov
|
c3fc1d83dc
|
Merge branch 'master' into aes-fix-strange-code
|
2021-01-23 12:14:17 +03:00 |
|
alexey-milovidov
|
4fdb86cccf
|
Merge pull request #19467 from ClickHouse/aes-remove-complications
Remove complications from FunctionsAES
|
2021-01-23 12:04:16 +03:00 |
|
alexey-milovidov
|
40c9b0ae1b
|
Merge pull request #19461 from ClickHouse/great-circle-distance-ubsan
Avoid UBSan report in greatCircleDistance
|
2021-01-23 12:03:02 +03:00 |
|
alexey-milovidov
|
bbaa0786d9
|
Merge pull request #19460 from ClickHouse/running-difference-ubsan
Fix UBSan report in runningDifference
|
2021-01-23 12:02:48 +03:00 |
|
alexey-milovidov
|
474ff29ded
|
Merge pull request #19459 from ClickHouse/array-slice-ubsan
Fix UBSan report in arraySlice and substring
|
2021-01-23 12:02:34 +03:00 |
|
Maksim Kita
|
f5deb6d523
|
Merge pull request #19354 from kitaisreal/accurate-cast-or-null-fixed-unitialized-values
Function accurateCastOrNull fixed unitialized values for numeric cast
|
2021-01-23 10:58:52 +03:00 |
|
Azat Khuzhin
|
86ead0f0a9
|
Suppress UBsan for addMinutes/addHours/addWeeks with inf
https://clickhouse-test-reports.s3.yandex.net/19466/bb6f775b89da564cff9892a2443332a758e884c0/fuzzer_ubsan/report.html#fail1
|
2021-01-23 08:31:20 +03:00 |
|
alexey-milovidov
|
feebf64cb1
|
Merge pull request #19397 from ClickHouse/aes-msan
Fix MSan report in AES functions
|
2021-01-23 04:47:36 +03:00 |
|
Alexey Milovidov
|
9a28823041
|
Additions
|
2021-01-23 03:14:16 +03:00 |
|
Alexey Milovidov
|
f7db6e10d3
|
Fix very strange code in AES functions
|
2021-01-23 02:35:40 +03:00 |
|
Alexey Milovidov
|
bbe3c54f34
|
Merge branch 'aes-msan' into aes-remove-complications
|
2021-01-23 00:48:45 +03:00 |
|
Alexey Milovidov
|
9ee9d7293a
|
Remove complications from FunctionsAES
|
2021-01-23 00:48:03 +03:00 |
|
Azat Khuzhin
|
bb6f775b89
|
Fix UBsan report in arraySlice (with INT64_MIN as offset)
- arraySlice([], INT64_MIN) -- FunctionArraySlice::executeImpl
Found with fuzzer [1].
[1]: https://clickhouse-test-reports.s3.yandex.net/19378/2c42600cf9bd8e9962b5b5a0ebb4bf11a10887ea/fuzzer_ubsan/report.html#fail1
v2: removed fixes that is already included into #19459
- arraySlice(groupArray([]), INT64_MIN) -- sliceDynamicOffsetUnbounded
|
2021-01-23 00:25:50 +03:00 |
|
Azat Khuzhin
|
f2910deec2
|
Fix UBsan report in date functions
Found with fuzzer [1]:
[1]: https://clickhouse-test-reports.s3.yandex.net/19381/95c9e57ec13e450ec6535cf723f504a2e68e3e2c/fuzzer_ubsan/report.html#fail1
|
2021-01-23 00:25:49 +03:00 |
|
Alexey Milovidov
|
0528ca60d6
|
Avoid UBSan report in greatCircleDistance
|
2021-01-23 00:03:59 +03:00 |
|
Alexey Milovidov
|
4047542b61
|
Fix UBSan report in runningDifference
|
2021-01-22 23:46:51 +03:00 |
|
Alexey Milovidov
|
ae8de8259f
|
Fix UBSan report in substring
|
2021-01-22 23:40:04 +03:00 |
|
Alexey Milovidov
|
fb71a0704e
|
Fix UBSan report in arraySlice
|
2021-01-22 23:35:16 +03:00 |
|
alexey-milovidov
|
3431e39587
|
Merge pull request #19393 from ClickHouse/extract-all-groups-fail-fast
Fail fast in incorrect usage of extractAllGroups
|
2021-01-22 17:24:13 +03:00 |
|
Maksim Kita
|
d712748304
|
Function accurateCastOrNull fixed unitialized values for numeric cast
|
2021-01-22 16:24:51 +03:00 |
|
kssenii
|
6dc32ae4cb
|
More correct for functions and aggr. functions
|
2021-01-22 11:58:29 +00:00 |
|
Alexander Kuzmenkov
|
8b9105bf39
|
Merge pull request #18446 from azat/constant-folding
Fix constant folding when the result is unknown
|
2021-01-22 13:26:24 +03:00 |
|
Nikolai Kochetov
|
90e9c63fa4
|
Merge pull request #19316 from ClickHouse/fix-now64
Refactor now64
|
2021-01-22 13:21:16 +03:00 |
|
kssenii
|
bb91005356
|
Fix failing stateless test
|
2021-01-22 09:02:58 +00:00 |
|
Alexey Milovidov
|
56d09886e2
|
Fix MSan report in AES functions
|
2021-01-22 04:08:10 +03:00 |
|
Alexey Milovidov
|
e38ff3517d
|
Fail fast in incorrect usage of extractAllGroups
|
2021-01-22 02:48:26 +03:00 |
|
kssenii
|
daab2c91bb
|
Better
|
2021-01-21 21:15:11 +00:00 |
|
alexey-milovidov
|
37c345f55e
|
Merge pull request #19347 from ClickHouse/array-element-ubsan
Avoid UBSan report in arrayElement
|
2021-01-21 23:34:19 +03:00 |
|
Azat Khuzhin
|
ea7528b853
|
identity: mark it as non suitable for constant folding
|
2021-01-21 21:22:23 +03:00 |
|
Azat Khuzhin
|
82f6c642ae
|
identity: simple functions in oneline (coding style)
|
2021-01-21 21:22:23 +03:00 |
|
Nikita Mikhaylov
|
b93732e441
|
Merge pull request #18788 from hexiaoting/map_functions
Introduce mapContains, mapKeys, mapValues functions for Map data type
|
2021-01-21 21:02:03 +03:00 |
|
Nikita Mikhaylov
|
e8a9768bd0
|
Update map.cpp
|
2021-01-21 20:47:57 +03:00 |
|
kssenii
|
c1702f34ee
|
Add factories info into system.query_log
|
2021-01-21 15:46:37 +00:00 |
|
Alexey Milovidov
|
4968f1733e
|
Annotations for DateLUT
|
2021-01-21 15:01:24 +03:00 |
|
Alexey Milovidov
|
2cd04e8923
|
Fix UBSan report in arraySum
|
2021-01-21 14:43:33 +03:00 |
|
Nikolai Kochetov
|
9ae3628b66
|
Fix test.
|
2021-01-21 11:49:40 +03:00 |
|
Nikolai Kochetov
|
0d20b4575d
|
Fix test.
|
2021-01-21 11:41:32 +03:00 |
|
Alexey Milovidov
|
110089086b
|
Fix UBSan report in GatherUtils #19287
|
2021-01-21 11:41:19 +03:00 |
|