GitHub user ion2014 reopened a pull request:
https://github.com/apache/hawq/pull/1400
HAWQ-1674. add cpp compile support for orc_format
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ion2014/hawq plug_orc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hawq/pull/1400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1400
----
commit 6fb3b7c61c493898f8637b9c165a240c86a28ff6
Author: ion2014 <long.ziyang@...>
Date: 2018-11-08T07:27:36Z
HAWQ-1671. Add compile support for orc formatter and wrapper
Changed Makefile in contrib/orc
Add folder format and cwrapper for split compilation
Add dummy code for testing the Makefile
commit 883f7d387d36ed5c07dae8bf455a4815731aa4ac
Author: ion2014 <long.ziyang@...>
Date: 2018-11-09T07:19:11Z
HAWQ-1674. Add support for compiling CPP projects in orc_format.
add cwrapper.cpp to generate interface code for C/C++ link.
changed Makefile to support cpp compiling.
----
---