mrhhsg commented on code in PR #56430:
URL: https://github.com/apache/doris/pull/56430#discussion_r2378004154
##########
be/src/vec/functions/function_coalesce.cpp:
##########
@@ -193,7 +198,7 @@ class FunctionCoalesce : public IFunction {
}
}
- if (!is_string_result) {
+ if (!cannot_random_write) {
Review Comment:
逻辑上,我们可以断言这些类型不能随机写入,但是无法确保这些类型之外都支持随机写入
--
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]