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

    https://github.com/apache/carbondata/pull/2244#discussion_r184914866
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/blocklet/DataFileFooter.java
 ---
    @@ -52,7 +52,7 @@
       /**
        * Information about leaf nodes of all columns in this file
        */
    -  private List<BlockletInfo> blockletList;
    +  private transient List<BlockletInfo> blockletList;
    --- End diff --
    
    why transient is required here?


---

Reply via email to