yiguolei commented on code in PR #60772:
URL: https://github.com/apache/doris/pull/60772#discussion_r2809222391
##########
be/src/vec/olap/vgeneric_iterators.h:
##########
@@ -87,12 +87,13 @@ class VStatisticsIterator : public RowwiseIterator {
class VMergeIteratorContext {
public:
VMergeIteratorContext(RowwiseIteratorUPtr&& iter, int sequence_id_idx,
bool is_unique,
- bool is_reverse, std::vector<uint32_t>*
read_orderby_key_columns)
+ bool is_reverse, std::vector<uint32_t>*
read_orderby_key_columns,
+ const Schema* output_schema)
Review Comment:
为什么要传递裸指针,不是直接使用shared ptr?
--
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]