yiguolei commented on code in PR #66825:
URL: https://github.com/apache/doris/pull/66825#discussion_r3849002895
##########
be/src/exec/operator/spill_iceberg_table_sink_operator.h:
##########
@@ -66,7 +68,7 @@ class SpillIcebergTableSinkOperatorX final
Status sink_impl(RuntimeState* state, Block* in_block, bool eos) override;
- size_t get_reserve_mem_size(RuntimeState* state, bool eos) override;
+ size_t get_reserve_mem_size(RuntimeState* state, bool eos, const Block*
block) override;
Review Comment:
eos 一般放在最后
--
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]