ClickHouse/dbms/tests
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
..
external_dictionaries Implement dictGet[OrDefault] 2018-11-15 21:48:00 +08:00
external_models/catboost Added multiclass model test. 2018-12-28 21:22:39 +03:00
instructions Add sample instruction on how to test Kafka with ClickHouse locally 2019-01-15 15:57:06 +03:00
integration Better code and tests for bad cases 2019-01-19 23:17:19 +03:00
perf_drafts
performance Replace untrusted hits_1000m with hits_1000m_single in performance test 2019-01-23 15:48:15 +03:00
queries sumMap: return types less prone to oveflows 2019-01-25 14:29:45 +01:00
.gitignore
clickhouse-client.xml
clickhouse-test Fix wrong code in clickhouse-test 2019-01-24 14:03:33 +03:00
clickhouse-test-server Better tests (#3535) 2018-11-07 14:00:46 +03:00
client-test.xml
CMakeLists.txt Fix build and tests on Fedora (#3496) 2018-10-30 17:05:44 +03:00
CTestCustom.cmake
server-test.xml Fix unavailable shard's host:port for testing. 2018-12-17 21:06:50 +03:00
tsan_suppressions.txt Added suppressions list for TSan 2018-12-30 04:28:07 +03:00
users.xml