Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2888#discussion_r230270097
--- Diff: docs/sdk-guide.md ---
@@ -686,6 +695,16 @@ Find example code at
[CarbonReaderExample](https://github.com/apache/carbondata/
public static Schema readSchemaInIndexFile(String indexFilePath);
```
+```
+ /**
+ * This method return the version details in formatted string by reading
from carbondata file
+ * @param dataFilePath complete path including carbondata file name
+ * @return string with information of who has written this file in which
carbondata project version
--- End diff --
done
---