You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an assertion expects more columns than the result set contains, it fails with the following exception:
java.lang.AssertionError: Unable to read actual result set value in row 1, column 6: java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 5
at com.exasol.matcher.ResultSetStructureMatcher.matchValuesInRow(ResultSetStructureMatcher.java:266)
at com.exasol.matcher.ResultSetStructureMatcher.matchRowsInOrder(ResultSetStructureMatcher.java:143)
at com.exasol.matcher.ResultSetStructureMatcher.matchesSafely(ResultSetStructureMatcher.java:132)
at com.exasol.matcher.ResultSetStructureMatcher.matchesSafely(ResultSetStructureMatcher.java:19)
at org.hamcrest.TypeSafeMatcher.matches(TypeSafeMatcher.java:65)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:12)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at com.exasol.AbstractLuaVirtualSchemaIT.assertQueryWithUser(AbstractLuaVirtualSchemaIT.java:146)
....
Caused by: java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 5
at com.exasol.jdbc.EXAResultSet.ex(EXAResultSet.java:160)
at com.exasol.jdbc.EXAResultSet.getObject(EXAResultSet.java:1109)
at com.exasol.matcher.ResultSetStructureMatcher.readCellValue(ResultSetStructureMatcher.java:272)
at com.exasol.matcher.ResultSetStructureMatcher.matchValuesInRow(ResultSetStructureMatcher.java:256)
... 80 more
The text was updated successfully, but these errors were encountered:
When an assertion expects more columns than the result set contains, it fails with the following exception:
The text was updated successfully, but these errors were encountered: