yiguolei commented on code in PR #50290: URL: https://github.com/apache/doris/pull/50290#discussion_r2057392188
########## be/src/pipeline/exec/scan_operator.cpp: ########## @@ -508,20 +518,28 @@ std::string ScanLocalState<Derived>::debug_string(int indentation_level) const { template <typename Derived> bool ScanLocalState<Derived>::_ignore_cast(SlotDescriptor* slot, vectorized::VExpr* expr) { - if (slot->type().is_string_type() && expr->type().is_string_type()) { + if (is_string_type(slot->type()->get_primitive_type()) && Review Comment: 这里为啥不remove null? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org