chaoyli commented on a change in pull request #887: Fix BE unit tests
URL: https://github.com/apache/incubator-doris/pull/887#discussion_r272911212
 
 

 ##########
 File path: be/src/runtime/vectorized_row_batch.h
 ##########
 @@ -139,7 +139,7 @@ class VectorizedRowBatch {
     void dump_to_row_block(RowBlock* row_block);
 
 private:
-    const TabletSchema* _schema;
+    const std::vector<TabletColumn>* _schema;
 
 Review comment:
   Only in RowCursor, I must to use std::vector<TabletColumn>. Because there 
exists a situation it only partial TabletColumn. Otherwise, TabletSchema is 
only parameter can be imported.

----------------------------------------------------------------
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