You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/09/21 06:39:04 UTC

[incubator-doris] branch master updated (74d6d04 -> 93fe10a)

This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 74d6d04  Fix two digit year bug in to_days function (#1839)
     add 93fe10a  Reduce size of HyperLogLog struct (#1845)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.h             |   1 +
 be/src/exprs/hll_function.cpp       |  14 +-
 be/src/exprs/hll_hash_function.cpp  |   9 +-
 be/src/olap/aggregate_func.h        |   6 +-
 be/src/olap/hll.cpp                 | 306 ++++++++++++++++++++++--------------
 be/src/olap/hll.h                   | 145 ++++++++---------
 be/src/olap/olap_common.h           |   9 --
 be/test/exprs/hll_function_test.cpp |   8 +-
 be/test/olap/CMakeLists.txt         |   1 +
 be/test/olap/hll_test.cpp           | 146 +++++++++++++++++
 run-ut.sh                           |   1 +
 11 files changed, 420 insertions(+), 226 deletions(-)
 create mode 100644 be/test/olap/hll_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org