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

 ##########
 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:
   I think block_index is a better name for data_offset

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