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_r285836859
##########
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:
my laptop is max, and have gcc,
```
localhost:pycarbon xubo$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
```
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services