[pipelineX](fix) fix external table scan operator (#25166)

This commit is contained in:
Gabriel
2023-10-09 16:33:27 +08:00
committed by GitHub
parent e1b9854f90
commit af707e5244

View File

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