jackylk 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_r363096899
########## File path: store/CSDK/src/CarbonWriter.cpp ########## @@ -271,6 +285,22 @@ void CarbonWriter::withBlockletSize(int blockletSize) { } } +void CarbonWriter::withSchemaFile(char *schemaFilePath) { Review comment: Since this is interface exposed to user, please add comment to describe the function ---------------------------------------------------------------- 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