xubo245 commented on a change in pull request #3224: [CARBONDATA-3379] thrift 
file-format support generate c++ code
URL: https://github.com/apache/carbondata/pull/3224#discussion_r285837925
 
 

 ##########
 File path: store/CSDK/test/README.md
 ##########
 @@ -0,0 +1,25 @@
+# Example of generate c++ code for file-format using thrift compiler
+
+### File List
+* build_carbondata_test.sh - Generate c++ code and compile
+* carbondata_test.cpp - Parsing .carbonindex using generated c++ code
+
+### Dependencies
+* thrfit 0.9.3
+* gcc 5.4
+* pkg-config
+
+### Usage
+1. build the carbondata_test
+
+```shell
+    sh build_carbondata_test.sh
 
 Review comment:
   It's ok after add '-std=c++11' in CFLAGS:
   export CFLAGS=`pkg-config --cflags thrift`" -g3 -O0 -std=c++11".
   
   Please validate it in your side. Please add it in this PR if your side is ok 
too.

----------------------------------------------------------------
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