Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2807#discussion_r228406676
--- Diff: docs/CSDK-guide.md ---
@@ -126,12 +126,39 @@ bool readFromS3(JNIEnv *env, char *argv[]) {
reader.close();
}
-// 3. destory JVM
+// 3. read schema
+/**
--- End diff --
This can be removed.
As after #2792. we just put link to main.cpp. No need to duplicate the code---
