imay commented on a change in pull request #1413: Add short key index builder, 
decoder, iterator
URL: https://github.com/apache/incubator-doris/pull/1413#discussion_r299369366
 
 

 ##########
 File path: be/src/olap/olap_index.h
 ##########
 @@ -87,13 +83,11 @@ struct OLAPIndexOffset {
 
 // 唯一标识一个RowBlock在Data文件和Index文件中的位置
 struct RowBlockPosition {
-    RowBlockPosition() : segment(0), block_size(0), data_offset(0), 
index_offset(0) {}
+    RowBlockPosition() : segment(0), data_offset(0) {}
 
 Review comment:
   this is used by many other classes which may be conflict with be_refactor.
   We can modify it later

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to