cambyzju commented on code in PR #10946:
URL: https://github.com/apache/doris/pull/10946#discussion_r922927976
##########
be/src/olap/rowset/rowset_reader_context.h:
##########
@@ -64,6 +64,7 @@ struct RowsetReaderContext {
int batch_size = 1024;
bool is_vec = false;
bool is_unique = false;
+ uint64_t* merged_rows;
Review Comment:
```suggestion
uint64_t* merged_rows = nullptr;
```
--
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]