I’m seeing it too. I think it’s another manifestation of https://issues.apache.org/jira/browse/CALCITE-1789.
I’ll disable the test. I’d love it if someone who knows more than me about CSS could fix the bug. Julian > On Jun 5, 2017, at 2:43 PM, MinJi Kim <[email protected]> wrote: > > Hi, I was just curious if anybody else is also seeing build failure in > Calcite File module. I am seeing it on master branch (commit 32747d7). If > it is just me, let me know if I need to change something in my environment or > something. Thanks! -Minji > > > Running org.apache.calcite.adapter.file.SqlTest > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.633 sec - > in org.apache.calcite.adapter.file.SqlTest > Running org.apache.calcite.adapter.file.FileReaderTest > /Users/minji/code/minji/calcite/file > Tests run: 12, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.923 sec > <<< FAILURE! - in org.apache.calcite.adapter.file.FileReaderTest > testFileReaderUrlFetch(org.apache.calcite.adapter.file.FileReaderTest) Time > elapsed: 1.312 sec <<< ERROR! > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > at > org.apache.calcite.adapter.file.FileReaderTest.testFileReaderUrlFetch(FileReaderTest.java:86) > > > Results : > > Tests in error: > FileReaderTest.testFileReaderUrlFetch:86 » IndexOutOfBounds Index: 0, Size: 0 > >
