Re: SQLQuerySuite error

2014-07-24 Thread Michael Armbrust
Thanks for reporting back. I was pretty confused trying to reproduce the error :) On Thu, Jul 24, 2014 at 1:09 PM, Stephen Boesch wrote: > OK I did find my error. The missing step: > > mvn install > > I should have republished (mvn install) all of the other modules . > > The mvn -pl will r

Re: SQLQuerySuite error

2014-07-24 Thread Stephen Boesch
OK I did find my error. The missing step: mvn install I should have republished (mvn install) all of the other modules . The mvn -pl will rely on the modules locally published and so the latest code that I had git pull'ed was not being used (except the sql/core module code). The tests are