You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/09/10 02:05:52 UTC

[incubator-doris] branch master updated (30b54ca -> 4f74433)

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

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


    from 30b54ca  [bug] Fix dataTables bootstrap js version differ. (#6591)
     add 4f74433  fix some core in local test: (#6594)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.h                            |   2 +-
 be/src/exec/partitioned_aggregation_node.cc        |  30 +++---
 be/src/exprs/runtime_filter.cpp                    |   2 +
 be/src/olap/aggregate_func.h                       |   1 -
 be/src/olap/bloom_filter_predicate.cpp             |   3 +-
 be/src/olap/delete_handler.cpp                     |   3 +-
 be/src/olap/field.h                                |   1 -
 be/src/olap/push_handler.cpp                       | 105 +++++++++++----------
 be/src/runtime/buffered_tuple_stream3.cc           |  14 +--
 be/src/runtime/buffered_tuple_stream3.h            |   6 --
 be/src/runtime/row_batch.cpp                       |  10 +-
 be/src/runtime/row_batch.h                         |   3 +-
 be/src/runtime/string_value.hpp                    |  25 ++---
 be/src/runtime/string_value_ir.cpp                 |   2 +-
 .../doriswriter/README => be/src/util/sse2neo.h    |   0
 fe/fe-core/src/main/cup/sql_parser.cup             |  12 ++-
 .../apache/doris/alter/SchemaChangeHandler.java    |  17 ----
 .../org/apache/doris/analysis/CreateTableStmt.java |   8 --
 .../java/org/apache/doris/catalog/ColumnType.java  |   7 +-
 .../java/org/apache/doris/catalog/FunctionSet.java |  12 +--
 .../org/apache/doris/catalog/PrimitiveType.java    |   2 +
 .../java/org/apache/doris/catalog/ScalarType.java  |   8 +-
 .../main/java/org/apache/doris/common/Config.java  |  17 ----
 fe/fe-core/src/main/jflex/sql_scanner.flex         |   2 +
 gensrc/thrift/PlanNodes.thrift                     |   3 +-
 25 files changed, 130 insertions(+), 165 deletions(-)
 copy extension/DataX/doriswriter/README => be/src/util/sse2neo.h (100%)

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