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

    https://github.com/apache/carbondata/pull/2792#discussion_r228386311
  
    --- Diff: store/CSDK/src/CarbonReader.h ---
    @@ -35,6 +40,13 @@ class CarbonReader {
          */
         jobject carbonReaderObject;
     
    +public:
    +
    +    /**
    +     * jni env
    +     */
    +    JNIEnv *jniEnv;
    +
         /**
          * create a CarbonReaderBuilder object for building carbonReader,
          * CarbonReaderBuilder object  can configure different parameter
    --- End diff --
    
    ok, done


---

Reply via email to