This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 3a1c5e7ed2 [fix](planner)shouldn't change the child type to assignmentCompatible Type if it's INVALID_TYPE (#22844) new 31c54db5b6 [fix](forward) fix MissingFormatArgumentException when failed to forward stmt to Master (#22142) new 5baf889336 [bugfix](array) fix element revert on error in DataTypeArray::from_string (#16434) new eeaa0d2702 [Fix](Planner) fix create view tosql not include partition (#22482) new c007617d30 [typo](kerberos)support read jdk auth creds and add some krb tips in FAQ (#22535) new 54af007cb7 [fix](planner) fix bug of push conjuncts through second phase agg (#22417) new f6092806f3 [Fix](Planner) fix window function in aggregation (#22603) new b7f163e4d6 [fix](agg) fix coredump caused by push down count aggregation (#22699) The 7 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/data_types/data_type_array.cpp | 6 +- conf/be.conf | 5 +- conf/fe.conf | 5 +- docs/en/docs/lakehouse/multi-catalog/faq.md | 80 ++++++++++++++++++++++ docs/zh-CN/docs/lakehouse/multi-catalog/faq.md | 75 ++++++++++++++++++++ .../java/org/apache/doris/analysis/SelectStmt.java | 10 +++ .../java/org/apache/doris/analysis/TableRef.java | 14 ++-- .../apache/doris/planner/SingleNodePlanner.java | 3 +- .../java/org/apache/doris/qe/MasterOpExecutor.java | 6 +- .../load/insert/test_array_insert_into_select.out | 13 ++++ .../test_aggregate_push_down_agg.out} | 2 +- .../suites/correctness_p0/test_distinct_agg.groovy | 14 ++++ .../suites/ddl_p0/test_create_view.groovy | 42 ++++++++++++ .../insert/test_array_insert_into_select.groovy | 65 ++++++++++++++++++ .../test_aggregate_push_down_agg.groovy} | 50 +++++++------- .../window_functions/test_window_fn.groovy | 23 +++++++ 16 files changed, 366 insertions(+), 47 deletions(-) create mode 100644 regression-test/data/load/insert/test_array_insert_into_select.out copy regression-test/data/{datatype_p0/date/test_default_current_timestamp.out => query_p0/sql_functions/aggregate_functions/test_aggregate_push_down_agg.out} (98%) create mode 100644 regression-test/suites/load/insert/test_array_insert_into_select.groovy copy regression-test/suites/query_p0/{aggregate/agg_on_view.groovy => sql_functions/aggregate_functions/test_aggregate_push_down_agg.groovy} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org