HappenLee commented on a change in pull request #6866: URL: https://github.com/apache/incubator-doris/pull/6866#discussion_r738900712
########## File path: be/src/olap/merger.cpp ########## @@ -34,7 +34,7 @@ OLAPStatus Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, Merger::Statistics* stats_output) { TRACE_COUNTER_SCOPE_LATENCY_US("merge_rowsets_latency_us"); - Reader reader; + TupleReader reader; Review comment: Now `reader` is just a interface. All place use `reader` shoule use the `tuplereader` or `block reader` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org