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

    
https://github.com/apache/incubator-carbondata/pull/651#discussion_r105656073
  
    --- Diff: format/src/main/thrift/carbondata.thrift ---
    @@ -136,7 +136,7 @@ struct DataChunk2{
     * Represents a chunk of data. The chunk can be a single column stored in 
Column Major format or a group of columns stored in Row Major Format.
     **/
     struct DataChunk3{
    -    1: required list<DataChunk2> data_chunk_list; // list of data chunk
    +    1: required list<binary> data_chunk_list; // list of data chunk
    --- End diff --
    
    Ok, I added this to avoid two time serialization. I will update the same


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