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

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 73cc2da553b branch-4.1: [fix](test) sync Paimon external paths output 
(#68167)
73cc2da553b is described below

commit 73cc2da553bff38d2d52e8cc0ea74778031c0f35
Author: Socrates <[email protected]>
AuthorDate: Sat Sep 19 15:40:23 2026 +0800

    branch-4.1: [fix](test) sync Paimon external paths output (#68167)
    
    ### What problem does this PR solve?
    
    The expected output for test_paimon_write_external_paths was not updated
    when the test workload changed. The suite no longer inserts the p-bulk
    rows before external_round_robin_initial, but the golden file still
    expected them. The suite also added external_round_robin_roll without
    adding its result section.
    
    This causes the test to fail before comparing the valid Doris and Spark
    results.
    
    ### What is changed?
    
    - Remove the obsolete p-bulk rows from external_round_robin_initial.
    - Add the external_round_robin_roll aggregate result.
    - Remove the obsolete p-bulk rows from external_round_robin_changed.
    
    No product code or query assertions are changed.
    
    ### Validation
    
    - git diff --check
    - Verified all six assertDorisSparkRows tags have matching golden
    sections.
    - Independently verified sum(0..3999) is 7998000.
    - External Paimon regression environment was not available locally.
---
 .../write/test_paimon_write_external_paths.out     | 35 ++--------------------
 1 file changed, 3 insertions(+), 32 deletions(-)

diff --git 
a/regression-test/data/external_table_p0/paimon/write/test_paimon_write_external_paths.out
 
b/regression-test/data/external_table_p0/paimon/write/test_paimon_write_external_paths.out
index e5763fe6c94..bef26889e05 100644
--- 
a/regression-test/data/external_table_p0/paimon/write/test_paimon_write_external_paths.out
+++ 
b/regression-test/data/external_table_p0/paimon/write/test_paimon_write_external_paths.out
@@ -1,43 +1,14 @@
 -- This file is automatically generated. You should know what you did if you 
want to edit this
 -- !external_round_robin_initial --
-p-bulk 100     2048
-p-bulk 101     2048
-p-bulk 102     2048
-p-bulk 103     2048
-p-bulk 104     2048
-p-bulk 105     2048
-p-bulk 106     2048
-p-bulk 107     2048
-p-bulk 108     2048
-p-bulk 109     2048
-p-bulk 110     2048
-p-bulk 111     2048
-p-bulk 112     2048
-p-bulk 113     2048
-p-bulk 114     2048
-p-bulk 115     2048
 p1     1       3
 p1     2       3
 p2     3       5
 p2     4       4
 
+-- !external_round_robin_roll --
+4000   7998000 64      64
+
 -- !external_round_robin_changed --
-p-bulk 100     2048
-p-bulk 101     2048
-p-bulk 102     2048
-p-bulk 103     2048
-p-bulk 104     2048
-p-bulk 105     2048
-p-bulk 106     2048
-p-bulk 107     2048
-p-bulk 108     2048
-p-bulk 109     2048
-p-bulk 110     2048
-p-bulk 111     2048
-p-bulk 112     2048
-p-bulk 113     2048
-p-bulk 114     2048
-p-bulk 115     2048
 p-new-bulk     200     2048
 p-new-bulk     201     2048
 p-new-bulk     202     2048


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

Reply via email to