github-actions[bot] commented on code in PR #64123:
URL: https://github.com/apache/doris/pull/64123#discussion_r3357151588


##########
regression-test/data/query_p0/sql_functions/table_function/explode_unnest_prune.out:
##########
@@ -0,0 +1,124 @@
+-- This file is automatically generated. You should know what you did if you 
want to edit this
+-- !count_star --
+11
+
+-- !filter_on_value --
+3      101
+3      102
+3      103
+3      104
+6      200
+6      202
+
+-- !filter_on_value2 --
+101    3
+102    3
+103    3
+104    3
+200    6
+202    6
+
+-- !filter_on_value3 --
+3
+3
+3
+3
+6
+6
+
+-- !sum_value --
+951
+
+-- !id_only --
+1
+1
+1
+1
+2
+2
+2
+3
+3
+3
+3
+3
+6
+6
+6
+
+-- !value_only --
+\N
+0
+1
+2
+3
+10
+11
+12
+100
+101
+102
+103
+104
+200
+202
+
+-- !id_and_value --
+1      0
+1      1
+1      2
+1      3
+2      10
+2      11
+2      12
+3      100
+3      101
+3      102
+3      103
+3      104
+6      \N
+6      200
+6      202
+
+-- !lv_count_star --
+15
+
+-- !posexplode --
+1      0       0
+1      1       1
+1      2       2
+1      3       3
+2      0       10
+2      1       11
+2      2       12
+3      0       100
+3      1       101
+3      2       102
+3      3       103
+3      4       104
+6      0       200
+6      1       \N
+6      2       202
+
+-- !outer_count_star --
+17
+
+-- !outer_id_value --
+1      0
+1      1
+1      2
+1      3
+2      10
+2      11
+2      12
+3      100
+3      101
+3      102
+3      103
+3      104
+4      \N
+5      \N
+6      \N
+6      200
+6      202
+

Review Comment:
   `git diff --check` flags this as a new blank line at EOF. Please regenerate 
or trim the expected output so the file ends at the last result row (`6  202`) 
without the extra blank line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to