Re: Migrating parquet-cpp to gitbox

2017-10-29 Thread Lars Volker
+1, repos in GitBox seem much easier to maintain. Thank you for doing this! On Sun, Oct 29, 2017 at 5:31 PM, Wes McKinney wrote: > hi folks, > > I would like to migrate apache/parquet-cpp to the ASF's GitBox system, > which has a number of benefits for maintainers (being

Migrating parquet-cpp to gitbox

2017-10-29 Thread Wes McKinney
hi folks, I would like to migrate apache/parquet-cpp to the ASF's GitBox system, which has a number of benefits for maintainers (being able to edit PR metadata, pushing to contributor branches, etc.). Any objections? We just did this in Apache Arrow and so far it's been great. Thanks Wes

Windows Static Libs

2017-10-29 Thread Sam Thomsen
I'm looking for instructions to build Parquet windows static libs that do not require the MSVC runtime DLLs (MD->MT, MDd->MTd). I have been able to hack a solution for the Arrow lib, but I can't get Parquet to build. Can this be done? Are there instructions? We develop a single binary exe and