Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2274#discussion_r189478703 --- Diff: docs/sdk-writer-guide.md --- @@ -347,6 +349,39 @@ public Schema(Field[] fields); public static Schema parseJson(String json); ``` +### Class org.apache.carbondata.core.util.CarbonProperties + +``` +/** + * This method will be responsible to get the instance of CarbonProperties class --- End diff -- please optimize the Scala Style: indent
---