xubo245 commented on a change in pull request #3526: [CARBONDATA-3627] C++ SDK 
support write data withSchemaFile
URL: https://github.com/apache/carbondata/pull/3526#discussion_r363102983
 
 

 ##########
 File path: store/CSDK/src/CarbonWriter.cpp
 ##########
 @@ -271,6 +285,22 @@ void CarbonWriter::withBlockletSize(int blockletSize) {
     }
 }
 
+void CarbonWriter::withSchemaFile(char *schemaFilePath) {
 
 Review comment:
   Already describe it in interface:
   
   ```
       /**
        * To set the path of carbon schema file
        * @param schemaFilePath The path of carbon schema file
        */
       void withSchemaFile(char *schemaFilePath);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to