This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch auto-pick-47121-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from ad743d308aa fix add e32ea57a092 branch-3.0: [fix](inverted index) fix case test_index_ddl_fault_injection #47253 (#47255) add 80f2d83a259 branch-3.0: [Test](index) fix the index property inconsistency for check_before_quit #46854 (#47207) add 0fbba02e3fc branch-3.0: [fix](ccr) Wrong tosql for alt tbl enable feature #46620 (#47208) add dc493c74641 branch-3.0: [fix](sql) Wrong result of tosql for drop column with rollup #47153 (#47205) add 1ea44506c8a branch-3.0: [fix](date_function) fix str_to_date function return wrong microsecond issue #47129 (#47261) add 6958086fce5 Merge branch 'branch-3.0' into auto-pick-47121-branch-3.0 No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/AlterTableStmt.java | 7 ++- .../org/apache/doris/analysis/DateLiteral.java | 5 ++ .../apache/doris/analysis/DropColumnClause.java | 2 +- .../executable/DateTimeExtractAndTransform.java | 4 +- .../expressions/functions/scalar/StrToDate.java | 3 +- .../apache/doris/analysis/AlterTableStmtTest.java | 21 ++++++++ .../doris/analysis/DropColumnClauseTest.java | 2 +- .../test_binlog_config_change.groovy | 8 +-- .../inverted_index/test_get_binlog.groovy | 10 ++-- .../inverted_index/test_ingest_binlog.groovy | 8 +-- .../inverted_index/test_multi_buckets.groovy | 8 +-- .../inverted_index/test_backup_restore.groovy | 8 +-- .../suites/datatype_p0/scalar_types/load.groovy | 6 +-- .../test_index_bkd_writer_fault_injection.groovy | 2 +- .../test_index_compaction_fault_injection.groovy | 4 +- ...index_compound_directory_fault_injection.groovy | 2 +- .../test_index_ddl_fault_injection.groovy | 2 +- .../test_index_fault_injection.groovy | 4 +- .../test_index_compaction_unique_keys_arr.groovy | 2 +- .../index_change/test_index_change_1.groovy | 8 +-- .../index_change/test_index_change_2.groovy | 4 +- .../index_change/test_index_change_3.groovy | 4 +- .../index_change/test_index_change_4.groovy | 4 +- .../test_index_compaction_dup_keys.groovy | 2 +- .../test_index_compaction_null.groovy | 4 +- .../test_index_compaction_unique_keys.groovy | 2 +- .../storage_format/test_storage_format_v1.groovy | 2 +- .../storage_format/test_storage_format_v2.groovy | 2 +- .../inverted_index_p0/test_count_on_index.groovy | 4 +- .../test_index_equal_select.groovy | 2 +- .../test_index_key_match_select.groovy | 2 +- .../test_index_like_select.groovy | 4 +- .../test_index_match_phrase.groovy | 4 +- .../test_index_match_select.groovy | 8 +-- .../test_index_no_need_read_data.groovy | 2 +- .../test_index_range_between_select.groovy | 4 +- ...test_index_range_bigger_and_equal_select.groovy | 2 +- .../test_index_range_bigger_select.groovy | 2 +- .../test_index_range_in_select.groovy | 4 +- .../test_index_range_not_in_select.groovy | 4 +- ...est_index_range_smaller_and_equal_select.groovy | 2 +- .../test_index_range_smaller_select.groovy | 2 +- .../test_inverted_index_mor.groovy | 2 +- .../test_inverted_index_null.groovy | 2 +- .../test_inverted_index_null_ram_dir.groovy | 2 +- .../test_inverted_index_v2_file_size.groovy | 2 +- .../suites/inverted_index_p0/test_lowercase.groovy | 2 +- .../test_pk_no_need_read_data.groovy | 2 +- .../test_mow_with_null_sequence.groovy | 4 +- .../suites/inverted_index_p2/test_show_data.groovy | 6 +-- .../test_date_function_v2.groovy | 60 ++++++++++++++++++++++ .../suites/nereids_syntax_p0/match.groovy | 6 +-- .../test_auto_partition_behavior.groovy | 2 +- 53 files changed, 184 insertions(+), 92 deletions(-) create mode 100644 regression-test/suites/nereids_p0/sql_functions/datetime_functions/test_date_function_v2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org