Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2792#discussion_r226562555
--- 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");
carbonReaderClass.build();
+ printf("\nRead data from local without projection:\n");
--- End diff --
ok, done
---