[MXP-2662](https://jira.tools.sap/browse/MXP-2662). Remove caching lo… #174
Annotations
3 errors and 2 warnings
ArrowAdapterTest.java#L593
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:468)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:582)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1495)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1434)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1493)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1691)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1587)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:593)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:389)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:598)
... 6 more
|
task ':arrow:test'#L1
Execution failed for task ':arrow:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading