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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b84fa60150 [fix](partial update) remove CHECK on illegal number of 
partial columns (#22319)
     new 2aa4428e9c [enhancement](binlog) CreateTable inherit db binlog && Add 
some checks (#22293)
     new e81b04c826 [Bug](profile) add lock on add_filter_info #22355

The 2 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/vec/exec/scan/new_olap_scan_node.cpp        |  1 +
 be/src/vec/exec/scan/new_olap_scan_node.h          |  2 +
 .../apache/doris/alter/SchemaChangeHandler.java    |  1 -
 .../org/apache/doris/analysis/CreateTableStmt.java |  3 +
 .../org/apache/doris/catalog/BinlogConfig.java     |  4 +
 .../apache/doris/datasource/InternalCatalog.java   | 14 ++++
 .../apache/doris/analysis/CreateTableStmtTest.java |  8 +-
 .../test_create_table_with_binlog_config.groovy    | 88 ++++++++++++++++++++++
 8 files changed, 116 insertions(+), 5 deletions(-)
 create mode 100644 
regression-test/suites/ccr_syncer_p0/test_create_table_with_binlog_config.groovy


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

Reply via email to