mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
be2cf70da8
Use writeBinary/readBinary to serialize/deserialize the denominator of Average functions. Previously it would be transmitted as an unsigned int, which means its value would get corrupted when doing an avgWeighted over a floating point number. Note: this commit is not backwards compatible! Signed-off-by: Baudouin Giard <bgiard@bloomberg.net> |
||
---|---|---|
.. | ||
0_stateless | ||
1_stateful | ||
bugs | ||
__init__.py | ||
.gitignore | ||
conftest.py | ||
query_test.py | ||
server.py | ||
shell_config.sh |