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

    https://github.com/apache/carbondata/pull/2396#discussion_r197472622
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/CarbonDimension.java
 ---
    @@ -51,6 +51,16 @@
        */
       private int complexTypeOrdinal;
     
    +  /**
    +   * to store the Ordinal of the Complex Parent Column.
    +   */
    +  private int parentOrdinal = -1;
    --- End diff --
    
    Please remove it as we can get the information from `complexParentDimension`


---

Reply via email to