imay commented on a change in pull request #2632: [Rowset Reader] Improve the 
merge read efficiency of alpha rowsets
URL: https://github.com/apache/incubator-doris/pull/2632#discussion_r362319571
 
 

 ##########
 File path: be/src/olap/rowset/alpha_rowset_reader.cpp
 ##########
 @@ -326,4 +382,8 @@ RowsetSharedPtr AlphaRowsetReader::rowset() {
     return std::static_pointer_cast<Rowset>(_rowset);
 }
 
+bool RowCursorWithOrdinalComparator::operator () (const RowCursorWithOrdinal 
&x, const RowCursorWithOrdinal &y) const {
 
 Review comment:
   ```suggestion
   bool RowCursorWithOrdinalComparator::operator () (const 
RowCursorWithOrdinal& x, const RowCursorWithOrdinal& y) const {
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to