You could also follow the instructions from https://arrow.apache.org/docs/python/development.html
2018-07-05 23:42 GMT+02:00 Deepak Majeti <[email protected]>: > Hi Ben, > > By default, the CMake option PARQUET_BUILD_EXECUTABLES is set to ON. If you > are able to build the parquet-cpp library, the file > "/examples/low-level-api/reader-writer.cc" should be automatically built > and the corresponding binary "reader-writer" must be present in the build > folder. > > Are you able to build the parquet-cpp library with the default CMake > options? The instructions for this are present in the Build section of > README.md. > > > On Thu, Jul 5, 2018 at 11:12 AM Zhang Ben <[email protected]> wrote: > > > Hi there, > > > > Recently, I am exploring apache-parquet-cpp and will use it in my > project. > > I am unable to compile and run the > > /examples/low-level-api/reader-writer.cc. Is it supposed to be compiled > and > > run? If yes, could you please tell me the correct command? If no, what is > > the purpose for the examples and how should I spike them? There is no > > documents regarding this and I am totally new to C&C++. Looking forward > to > > your reply! > > > > Thanks, > > Ben > > > > > -- > regards, > Deepak Majeti >
