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

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


    from c41618a0b6 [fix](planner)VecNotImplException thrown when query need 
rewrite and some slot cannot changed to nullable (#9589)
     new ca952c91bb [Bug][Vectorized] Fix insert bimmap column with nullable 
column (#9408)
     new b20df704b1 [fix] fix bug that replica can not be repaired duo to 
DECOMMISSION state (#9424)
     new 66b50f1106 [config] Remove some old config and session variable (#9495)
     new db2d9d160d [improment](planner) push down predicate past two phase 
aggregate (#9498)
     new 9c00587a57 [Bug][Vectorized] Fix BE crash with delete condition and 
enable_storage_vectorization (#9547)
     new f97b9d9387 [Improvement] reduce string size in serialization (#9550)
     new 4315dc8493 [fix](storage-vectorized) fix VMergeIterator core dump 
(#9564)
     new 0562bab929 [fix](storage) low_cardinality_optimize core dump when is 
null predicate (#9586)
     new 3c414e75b8 [BUG] fix information_schema.columns results not correctly 
on vec engine (#9612)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/olap/comparison_predicate.cpp               |   7 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  27 +-
 be/src/vec/columns/column_dictionary.h             |  30 +--
 be/src/vec/columns/column_string.cpp               |   4 +-
 be/src/vec/exec/vmysql_scan_node.cpp               |   1 +
 be/src/vec/exec/vodbc_scan_node.cpp                |   1 +
 be/src/vec/exec/vschema_scan_node.cpp              |  10 +-
 be/src/vec/olap/vgeneric_iterators.cpp             |   4 +-
 be/src/vec/sink/vtablet_sink.cpp                   | 209 +++++++-------
 be/src/vec/sink/vtablet_sink.h                     |   6 +-
 docs/en/administrator-guide/config/fe_config.md    |  26 +-
 .../load-data/binlog-load-manual.md                |   4 -
 docs/zh-CN/administrator-guide/config/fe_config.md |  26 +-
 .../load-data/binlog-load-manual.md                |   6 +-
 .../doris/analysis/CreateDataSyncJobStmt.java      |   6 -
 .../doris/analysis/CreateMaterializedViewStmt.java |   4 -
 .../org/apache/doris/analysis/LateralViewRef.java  |   4 -
 .../org/apache/doris/catalog/TableProperty.java    |  11 +-
 .../org/apache/doris/clone/TabletSchedCtx.java     |  24 ++
 .../org/apache/doris/clone/TabletScheduler.java    |  38 +--
 .../main/java/org/apache/doris/common/Config.java  |  12 -
 .../apache/doris/planner/SingleNodePlanner.java    | 299 ++++++++++++---------
 .../java/org/apache/doris/qe/SessionVariable.java  |  11 -
 .../java/org/apache/doris/alter/AlterTest.java     |   1 -
 .../org/apache/doris/alter/RollupJobV2Test.java    |   5 +-
 .../doris/analysis/CreateDataSyncJobStmtTest.java  |   6 +-
 .../analysis/CreateMaterializedViewStmtTest.java   |   5 +-
 .../planner/MaterializedViewFunctionTest.java      |   2 +-
 .../java/org/apache/doris/planner/PlannerTest.java |   1 -
 .../doris/planner/TableFunctionPlanTest.java       |   1 -
 .../java/org/apache/doris/utframe/DorisAssert.java |   7 -
 .../data/account/test_information_schema.out       |  31 +++
 .../test_delete.out}                               |  17 +-
 33 files changed, 442 insertions(+), 404 deletions(-)
 create mode 100644 regression-test/data/account/test_information_schema.out
 copy regression-test/data/{correctness/test_select_variance_agg.out => 
delete/test_delete.out} (58%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to