[Pipeline](load) fix may oom in pipeline load (#27714)
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
OlapTableSinkOperator(OperatorBuilderBase* operator_builder, DataSink* sink)
|
||||
: DataSinkOperator(operator_builder, sink) {}
|
||||
|
||||
bool can_write() override { return true; } // TODO: need use mem_limit
|
||||
bool can_write() override { return _sink->can_write(); }
|
||||
};
|
||||
|
||||
class OlapTableSinkOperatorX;
|
||||
|
||||
Reference in New Issue
Block a user