Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2792#discussion_r228039418
--- Diff: docs/csdk-guide.md ---
@@ -68,20 +68,42 @@ JNIEnv *initJVM() {
bool readFromLocalWithoutProjection(JNIEnv *env) {
CarbonReader carbonReaderClass;
- carbonReaderClass.builder(env, "../resources/carbondata", "test");
+ carbonReaderClass.builder(env, "../resources/carbondata");
--- End diff --
Already main.cpp has these same examples. Please give a link to that file
and remove from here.
Because if any future change happens, we need not have to change at two
places and keep duplicate code samples.
---