chaoyli commented on a change in pull request #887: Fix BE unit tests
URL: https://github.com/apache/incubator-doris/pull/887#discussion_r272909075
##########
File path: be/src/olap/row_block.h
##########
@@ -186,7 +189,8 @@ class RowBlock {
uint32_t _capacity;
RowBlockInfo _info;
const TabletSchema* _schema; // 内部保存的schema句柄
-
+ const std::vector<TabletColumn>* _columns;
Review comment:
Why do you need _columns?
----------------------------------------------------------------
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]