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

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


    from d926041cc3c [fix](scanner) Fix deadlock when scanner submit failed 
(#40495)
     new db3016dfe58 [chore](Nereids) remove variable enable_nereids_dml 
(#39753)
     new 805a33f7686 [Fix](partial update) Fix wrongly update autoinc column in 
partial update (#39996)

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:
 .../apache/doris/analysis/NativeInsertStmt.java    |   12 +-
 .../doris/job/extensions/insert/InsertTask.java    |    1 -
 .../java/org/apache/doris/mtmv/MTMVPlanUtil.java   |    1 -
 .../trees/plans/commands/CreateTableCommand.java   |    8 -
 .../trees/plans/commands/DeleteFromCommand.java    |    8 -
 .../trees/plans/commands/UpdateCommand.java        |    8 -
 .../insert/BatchInsertIntoTableCommand.java        |    9 -
 .../commands/insert/InsertIntoTableCommand.java    |    9 -
 .../insert/InsertOverwriteTableCommand.java        |    9 -
 .../trees/plans/commands/insert/InsertUtils.java   |   16 +-
 .../apache/doris/planner/StreamLoadPlanner.java    |   23 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |    8 +-
 .../doris/analysis/BulkLoadDataDescTest.java       |    1 -
 .../datasource/hive/HiveDDLAndDMLPlanTest.java     |    1 -
 .../data/json_p0/test_json_load_and_function.out   | 1660 ++--
 .../data/jsonb_p0/test_jsonb_load_and_function.out | 1176 +--
 .../data/nereids_p0/json_p0/test_json.csv          |   25 -
 .../json_p0/test_json_load_and_function.out        | 6325 ---------------
 .../test_json_load_unique_key_and_function.out     | 4282 ----------
 .../nereids_p0/json_p0/test_json_unique_key.csv    |   75 -
 .../data/nereids_p0/jsonb_p0/test_jsonb.csv        |   25 -
 .../jsonb_p0/test_jsonb_load_and_function.out      | 8402 --------------------
 .../test_jsonb_load_unique_key_and_function.out    | 5869 --------------
 .../nereids_p0/jsonb_p0/test_jsonb_unique_key.csv  |   75 -
 .../partial_update/partial_update_autoinc1.csv     |    2 +
 .../partial_update/partial_update_autoinc2.csv     |    2 +
 .../partial_update/partial_update_autoinc3.csv     |    2 +
 .../partial_update/partial_update_autoinc4.csv     |    2 +
 .../test_partial_update_auto_inc.out               |   70 +-
 .../duplicate/storage/test_duplicate_bitmap.groovy |    2 -
 .../duplicate/storage/test_duplicate_hll.groovy    |    2 -
 .../storage/test_duplicate_quantile_state.groovy   |    2 -
 .../data_model_p0/unique/test_unique_bitmap.groovy |    2 -
 .../data_model_p0/unique/test_unique_hll.groovy    |    2 -
 .../unique/test_unique_quantile_state.groovy       |    2 -
 .../unique/test_unique_table_auto_inc.groovy       |    2 -
 .../unique/test_unique_table_new_sequence.groovy   |    2 -
 .../unique/test_unique_table_sequence.groovy       |    2 -
 .../suites/datatype_p0/decimalv3/test_load.groovy  |    2 +-
 .../suites/delete_p0/test_delete_on_mor.groovy     |    2 -
 .../test_delete_from_timeout.groovy                |    2 +-
 .../test_disable_move_memtable.groovy              |    9 -
 .../insert_p0/insert_group_commit_into.groovy      |   12 +-
 ...nsert_group_commit_into_max_filter_ratio.groovy |    3 +-
 .../insert_group_commit_into_unique.groovy         |    9 +-
 ...nsert_group_commit_into_unique_sync_mode.groovy |    9 +-
 .../insert_group_commit_with_exception.groovy      |    6 +-
 .../insert_group_commit_with_large_data.groovy     |    3 +-
 .../suites/insert_p0/insert_with_null.groovy       |    3 +-
 .../insert_p0/test_array_insert_overflow.groovy    |   49 -
 .../test_group_commit_data_bytes_property.groovy   |    3 +-
 .../test_group_commit_interval_ms_property.groovy  |    3 +-
 .../json_p0/test_json_load_and_function.groovy     |   48 +-
 .../test_json_load_unique_key_and_function.groovy  |   44 -
 .../jsonb_p0/test_jsonb_load_and_function.groovy   |   50 +-
 .../test_jsonb_load_unique_key_and_function.groovy |   45 -
 .../insert/test_insert_default_value.groovy        |   10 +-
 .../nereids_function_p0/scalar_function/J.groovy   |   45 -
 .../json_p0/test_json_load_and_function.groovy     |  481 --
 .../test_json_load_unique_key_and_function.groovy  |  412 -
 .../jsonb_p0/test_jsonb_load_and_function.groovy   |  555 --
 .../test_jsonb_load_unique_key_and_function.groovy |  484 --
 .../test_partial_update_auto_inc.groovy            |  123 +-
 .../test_partial_update_case_insensitivity.groovy  |    2 -
 .../test_partial_update_native_insert_stmt.groovy  |    2 -
 65 files changed, 1609 insertions(+), 28931 deletions(-)
 delete mode 100644 regression-test/data/nereids_p0/json_p0/test_json.csv
 delete mode 100644 
regression-test/data/nereids_p0/json_p0/test_json_load_and_function.out
 delete mode 100644 
regression-test/data/nereids_p0/json_p0/test_json_load_unique_key_and_function.out
 delete mode 100644 
regression-test/data/nereids_p0/json_p0/test_json_unique_key.csv
 delete mode 100644 regression-test/data/nereids_p0/jsonb_p0/test_jsonb.csv
 delete mode 100644 
regression-test/data/nereids_p0/jsonb_p0/test_jsonb_load_and_function.out
 delete mode 100644 
regression-test/data/nereids_p0/jsonb_p0/test_jsonb_load_unique_key_and_function.out
 delete mode 100644 
regression-test/data/nereids_p0/jsonb_p0/test_jsonb_unique_key.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/partial_update_autoinc1.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/partial_update_autoinc2.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/partial_update_autoinc3.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/partial_update_autoinc4.csv
 delete mode 100644 
regression-test/suites/insert_p0/test_array_insert_overflow.groovy
 delete mode 100644 
regression-test/suites/nereids_p0/json_p0/test_json_load_and_function.groovy
 delete mode 100644 
regression-test/suites/nereids_p0/json_p0/test_json_load_unique_key_and_function.groovy
 delete mode 100644 
regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy
 delete mode 100644 
regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_unique_key_and_function.groovy


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

Reply via email to