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)