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/11/05 10:20:48 UTC

[incubator-doris] branch master updated (ccc1b9d -> 65c3b09)

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 ccc1b9d  Optimize percentile_approx through radix sort (#2102) (#2107)
     add 65c3b09  Support aggregation type of REPLACE_IF_NOT_NULL (#2127)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/aggregate_func.cpp                     | 14 +++++++
 be/src/olap/aggregate_func.h                       | 48 ++++++++++++++++++++++
 be/src/olap/field.h                                |  1 +
 be/src/olap/olap_common.h                          |  4 +-
 be/src/olap/rowset/segment_reader.cpp              | 10 +++--
 be/src/olap/tablet_schema.cpp                      |  5 +++
 .../sql-statements/Data Definition/CREATE TABLE.md |  9 ++--
 .../Data Definition/CREATE TABLE_EN.md             |  6 ++-
 fe/src/main/cup/sql_parser.cup                     |  8 +++-
 .../java/org/apache/doris/alter/RollupHandler.java |  3 +-
 .../apache/doris/alter/SchemaChangeHandler.java    |  6 ++-
 .../java/org/apache/doris/analysis/ColumnDef.java  | 12 ++++++
 .../org/apache/doris/catalog/AggregateType.java    |  6 +++
 .../apache/doris/common/util/PropertyAnalyzer.java |  3 +-
 fe/src/main/jflex/sql_scanner.flex                 |  1 +
 .../org/apache/doris/analysis/ColumnDefTest.java   | 18 ++++++++
 gensrc/thrift/Types.thrift                         |  3 +-
 17 files changed, 142 insertions(+), 15 deletions(-)


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