ClickHouse/dbms/tests/queries
Léo Ercolanelli 0d6094a3ea sumMap: return types less prone to oveflows
It used to be that sumMap would return the same type as the values
columns. If columns of Array(UInt8) were to be given, that would really
easily cause oveflow. It now uses `getWidenDataType` (and ultimately
`NearestFieldType`) in order to define the result type.
2019-01-25 14:29:45 +01:00
..
0_stateless sumMap: return types less prone to oveflows 2019-01-25 14:29:45 +01:00
1_stateful Fixed test 2019-01-20 01:43:49 +03:00
bugs Added test with all joins to bugs. 2019-01-22 19:21:55 +03:00
.gitignore
shell_config.sh 2443 Do not write preprocessed configs to /etc/ - Microfixes 2018-12-27 17:49:43 +03:00