Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/3035#discussion_r244946154
  
    --- Diff: store/CSDK/test/main.cpp ---
    @@ -546,7 +546,7 @@ bool testWriteData(JNIEnv *env, char *path, int argc, 
char *argv[]) {
             writer.withCsvInput(jsonSchema);
             writer.withLoadOption("complex_delimiter_level_1", "#");
             writer.writtenBy("CSDK");
    -        writer.taskNo(185);
    +        writer.taskNo(15541554.81);
    --- End diff --
    
    There are some different  between CPP and java: java taskNo don't support 
double, but CPP will convert double to long.


---

Reply via email to