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


##########
be/src/vec/exec/scan/new_olap_scan_node.cpp:
##########
@@ -642,4 +642,32 @@ bool NewOlapScanNode::_is_key_column(const std::string& 
key_name) {
     return res != _olap_scan_node.key_column_name.end();
 }
 
+void NewOlapScanNode::updata_filter(int id, const std::array<int64_t, 3>& 
update_info) {
+    static std::vector<std::string> PredicateTypeName(20, "Unkonw");

Review Comment:
   `Unknow` , maybe we only need show bloomfilter and bimap



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

Reply via email to