imay commented on a change in pull request #772: Be refactor new fix test bug
URL: https://github.com/apache/incubator-doris/pull/772#discussion_r266746837
##########
File path: be/src/olap/rowset/alpha_rowset_reader.cpp
##########
@@ -285,6 +286,11 @@ OLAPStatus
AlphaRowsetReader::_init_column_datas(RowsetReaderContext* read_conte
_row_cursors.push_back(row_cursor);
RowBlock* row_block = nullptr;
+ if (segment_group->empty()) {
+ LOG(INFO) << "segment group is empty";
Review comment:
useless log
----------------------------------------------------------------
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]