Re: Java-C++ integration tests -- on the home stretch

2016-12-12 Thread Bryan Cutler
This is great, nice job guys! On Fri, Dec 9, 2016 at 2:15 PM, Jason Altekruse wrote: > Congrats guys, great work! > > On Fri, Dec 9, 2016 at 2:14 PM, Julien Le Dem wrote: > > > Woot! > > 🎉 > > > > On Fri, Dec 9, 2016 at 2:07 PM, Wes McKinney > wrote: > > > > > We just got the integration test

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Jason Altekruse
Congrats guys, great work! On Fri, Dec 9, 2016 at 2:14 PM, Julien Le Dem wrote: > Woot! > 🎉 > > On Fri, Dec 9, 2016 at 2:07 PM, Wes McKinney wrote: > > > We just got the integration test suite (binary compatibility between > > Java and C++) passing in Travis CI today! > > > > https://travis-ci.

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Julien Le Dem
Woot! 🎉 On Fri, Dec 9, 2016 at 2:07 PM, Wes McKinney wrote: > We just got the integration test suite (binary compatibility between > Java and C++) passing in Travis CI today! > > https://travis-ci.org/wesm/arrow/builds/182725476 > > Big team effort, congrats on all the hard work! > > On Fri, Dec

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Wes McKinney
We just got the integration test suite (binary compatibility between Java and C++) passing in Travis CI today! https://travis-ci.org/wesm/arrow/builds/182725476 Big team effort, congrats on all the hard work! On Fri, Dec 2, 2016 at 10:50 AM, Wes McKinney wrote: > We're close to having the integ

Re: Java-C++ integration tests -- on the home stretch

2016-12-02 Thread Wes McKinney
We're close to having the integration tests all passing -- Julien and I have been hammering out the lingering nuances between the Java and C++ implementations. There's a number of JIRAs remaining linked to from this issue: https://github.com/apache/arrow/pull/219 On Mon, Nov 21, 2016 at 8:55 PM,

Re: Java-C++ integration tests -- on the home stretch

2016-11-21 Thread Wes McKinney
hey Ted On Mon, Nov 21, 2016 at 8:20 PM, Ted Dunning wrote: > Wes, > > This is awesome. > > Does it, however, imply that to run the tests that a C programmer will need > a working Java environment and a Java programmer will need a C environment? > > Is there any way around that? Possibly by stori

Re: Java-C++ integration tests -- on the home stretch

2016-11-21 Thread Ted Dunning
Wes, This is awesome. Does it, however, imply that to run the tests that a C programmer will need a working Java environment and a Java programmer will need a C environment? Is there any way around that? Possibly by storing golden bits for the in-memory images somewhere? On Mon, Nov 21, 201

Re: Java-C++ integration tests -- on the home stretch

2016-11-21 Thread Julien Le Dem
Great! Looking at your PR and opening JIRAs. On Mon, Nov 21, 2016 at 2:05 PM, Wes McKinney wrote: > hi folks, > > After a long road, we're getting very close to having tests proving > that the Java and C++ Arrow implementations are binary compatible -- > this will be an exciting major milestone

Java-C++ integration tests -- on the home stretch

2016-11-21 Thread Wes McKinney
hi folks, After a long road, we're getting very close to having tests proving that the Java and C++ Arrow implementations are binary compatible -- this will be an exciting major milestone for the project. If you haven't been following along recent JIRAs, the way these tests work is as follows: 1)