Github user jackylk commented on a diff in the pull request:

    
https://github.com/apache/incubator-carbondata/pull/631#discussion_r105151684
  
    --- Diff: format/src/main/thrift/carbondata.thrift ---
    @@ -178,16 +178,27 @@ struct FileFooter{
         5: required list<BlockletIndex> blocklet_index_list;   // blocklet 
index of all blocklets in this file
         6: optional list<BlockletInfo> blocklet_info_list;     // Information 
about blocklets of all columns in this file
         7: optional list<BlockletInfo2> blocklet_info_list2;   // Information 
about blocklets of all columns in this file
    -    8: optional list<BlockletInfo3> blocklet_info_list3;   // Information 
about blocklets of all columns in this file
    -    9: optional dictionary.ColumnDictionaryChunk dictionary; // blocklet 
local dictionary
    +    8: optional dictionary.ColumnDictionaryChunk dictionary; // blocklet 
local dictionary
    +}
    +
    +/**
    +* Footer for indexed carbon file
    --- End diff --
    
    I mean, can you mention in this comment that this struct is for V3 carbon 
file only


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to