What version of java / OS / maven do you have ? What is your maven command ?
Things pass for me on MacOS X java 8,9 and 10. On Sun, Jul 29, 2018 at 2:05 PM Julian Hyde <[email protected]> wrote: > I'm seeing the following error when I run the tests on bd0e14002 > origin/master. Anyone else see it? > > [INFO] Running org.apache.calcite.test.CassandraAdapterTest > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time > elapsed: 0.001 s <<< FAILURE! - in > org.apache.calcite.test.CassandraAdapterTest > [ERROR] org.apache.calcite.test.CassandraAdapterTest Time elapsed: > 0.001 s <<< ERROR! > java.lang.ExceptionInInitializerError > at > org.apache.calcite.test.CassandraAdapterTest.initCassandraIfEnabled(CassandraAdapterTest.java:106) > at > org.apache.calcite.test.CassandraAdapterTest.<clinit>(CassandraAdapterTest.java:56) > Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, end -1, > length 5 > at > org.apache.calcite.test.CassandraAdapterTest.initCassandraIfEnabled(CassandraAdapterTest.java:106) > at > org.apache.calcite.test.CassandraAdapterTest.<clinit>(CassandraAdapterTest.java:56) >
