Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2807#discussion_r228570364
--- Diff: store/CSDK/main.cpp ---
@@ -168,9 +220,51 @@ bool readFromS3(JNIEnv *env, char *argv[]) {
printf("\n");
}
+ printf("\nread Schema from Index File from S3:\n");
+ CarbonSchemaReader carbonSchemaReader(env);
+ jobject schema = carbonSchemaReader.readSchemaInIndexFile(
+
"s3a://sdk/WriterOutput/carbondata/510199997055746_batchno0-0-null-510199277323454.carbonindex");
--- End diff --
no binaries files in repo, only in my local
---