HappenLee commented on code in PR #66145:
URL: https://github.com/apache/doris/pull/66145#discussion_r3849395684


##########
be/src/exec/operator/olap_scan_operator.cpp:
##########
@@ -53,6 +54,26 @@
 #include "util/to_string.h"
 
 namespace doris {
+namespace {
+
+bool late_runtime_filter_requires_full_materialization(const VExprSPtr& expr) {
+    DORIS_CHECK(expr != nullptr);

Review Comment:
   这里加了很多乱七八槽的防御性判断,根本不会出现这个空指针的,把这些都删掉。比如impl,data_type



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