This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from f2aa87d797 Add ctas support config key type ut and doc. (#12327) add 86fa0e38e2 [fix](join) hash join should use children's output tuple ids not output tableref ids (#12261) No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/AggregateInfo.java | 12 +- .../org/apache/doris/planner/HashJoinNode.java | 23 +-- .../org/apache/doris/planner/QueryPlanTest.java | 6 +- .../test_outer_join_with_grouping.groovy | 162 +++++++++++++++++++++ .../tpch_sf1_p1/tpch_sf1/explain/test_q10.groovy | 4 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q11.groovy | 6 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q12.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q13.groovy | 4 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q14.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q15.groovy | 4 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q17.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q18.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q19.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q2.groovy | 6 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q22.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q3.groovy | 4 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q5.groovy | 4 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q7.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q8.groovy | 2 +- .../tpch_sf1_p1/tpch_sf1/explain/test_q9.groovy | 2 +- 20 files changed, 195 insertions(+), 58 deletions(-) create mode 100644 regression-test/suites/correctness_p0/test_outer_join_with_grouping.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org