[pipelineX](fix) fix external table scan operator (#25166)
This commit is contained in:
@ -238,7 +238,7 @@ protected:
|
||||
}
|
||||
virtual bool _should_push_down_common_expr() { return false; }
|
||||
|
||||
virtual bool _storage_no_merge() { return true; }
|
||||
virtual bool _storage_no_merge() { return false; }
|
||||
virtual bool _is_key_column(const std::string& col_name) { return false; }
|
||||
virtual vectorized::VScanNode::PushDownType _should_push_down_bloom_filter() {
|
||||
return vectorized::VScanNode::PushDownType::UNACCEPTABLE;
|
||||
|
||||
Reference in New Issue
Block a user