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

SQLQuerySuite error

2014-07-24 Thread Stephen Boesch
Are other developers seeing the following error for the recently added substr() method? If not, any ideas why the following invocation of tests would be failing for me - i.e. how the given invocation would need to be tweaked? mvn -Pyarn -Pcdh5 test -pl sql/core -DwildcardSuites=org.apache.spark.