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

    https://github.com/apache/carbondata/pull/2738#discussion_r220448815
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -506,6 +506,10 @@
        * File separator
        */
       public static final String FILE_SEPARATOR = "/";
    +  /**
    +   * ARRAY separator
    +   */
    +  public static final String ARRAY_SEPARATOR = "\001";
    --- End diff --
    
    Can you put this in C code as it is not used in Java side


---

Reply via email to