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


##########
regression-test/data/nereids_function_p0/scalar_function/Array1.out:
##########
@@ -23137,7 +23137,7 @@ NaN
 \N
 \N
 0E-56
-329042925341109538642.54940061644684653763274585062761879968415992086870360064
+329042925341109538642.5494006164468465376327458506276187996841599208687036006�

Review Comment:
   These `sql_array_sum_decimal256` expected rows were corrupted while 
refreshing this output: the previous value ended with `...70360064`, but this 
patch replaces the final `4` with a NUL byte (`^@`). The same unrelated 
corruption appears again at line 47112, and this file is now detected as binary 
data rather than text. Since this PR only changes `split_by_string` behavior 
and does not change the Array1 suite query or decimal array-sum logic, please 
restore/regenerate these decimal expected rows so the `.out` only contains the 
legitimate `split_by_string` updates.



-- 
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