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

    https://github.com/apache/carbondata/pull/2804#discussion_r231060332
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonSchemaReader.java 
---
    @@ -144,4 +246,28 @@ public static Schema readSchemaInIndexFile(String 
indexFilePath) throws IOExcept
         }
       }
     
    +  /**
    +   * This method return the version details in formatted string by reading 
from carbondata file
    +   *
    +   * @param dataFilePath
    +   * @return
    +   * @throws IOException
    +   */
    +  public static String getVersionDetails(String dataFilePath) throws 
IOException {
    --- End diff --
    
    This complete method is displayed as removed and added again. Is it 
possible to avoid?


---

Reply via email to