yiguolei commented on code in PR #15917:
URL: https://github.com/apache/doris/pull/15917#discussion_r1115188859
##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -181,7 +190,10 @@ Status SegmentIterator::init(const StorageReadOptions&
opts) {
_output_columns = *(opts.output_columns);
}
- _remaining_vconjunct_root = opts.remaining_vconjunct_root;
+ _remaining_vconjunct_ctx = opts.remaining_vconjunct_ctx;
Review Comment:
any difference between _remaining_vconjunct_ctx and
_remaining_vconjunct_root?
--
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]