You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ka...@apache.org on 2020/02/19 06:33:16 UTC

[incubator-doris] branch master updated (87a84a7 -> a76f2b8)

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

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


    from 87a84a7  Add more doc content about hdfs broker auth and config detail (#2935)
     add a76f2b8  bitmap_union_count support window function (#2902)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   |   6 ++
 be/src/exprs/bitmap_function.h                     |   3 +
 be/src/exprs/hll_function.h                        |   2 +-
 be/test/exprs/bitmap_function_test.cpp             |  22 +++++
 .../java/org/apache/doris/analysis/InsertStmt.java |  40 ++------
 .../java/org/apache/doris/catalog/FunctionSet.java |   4 +-
 .../org/apache/doris/planner/BrokerScanNode.java   |   2 +-
 .../org/apache/doris/planner/LoadScanNode.java     |  19 ++--
 .../java/org/apache/doris/planner/Planner.java     |   6 +-
 .../apache/doris/planner/StreamLoadScanNode.java   |   2 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |   3 -
 .../apache/doris/utframe/BitmapFunctionTest.java   | 108 +++++++++++++++++++++
 .../org/apache/doris/utframe/UtFrameUtils.java     |  17 +++-
 13 files changed, 177 insertions(+), 57 deletions(-)
 create mode 100644 fe/src/test/java/org/apache/doris/utframe/BitmapFunctionTest.java


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