qidaye commented on code in PR #26983:
URL: https://github.com/apache/doris/pull/26983#discussion_r1395118899
##########
be/src/vec/functions/match.h:
##########
@@ -56,6 +56,8 @@ const std::string MATCH_PHRASE_FUNCTION = "match_phrase";
class FunctionMatchBase : public IFunction {
public:
+ bool use_default_implementation_for_nulls() const override { return false;
}
Review Comment:
Unused?
--
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]