Skip to content

[CALCITE-6690] Refactor the Arrow adapter type system #14151

[CALCITE-6690] Refactor the Arrow adapter type system

[CALCITE-6690] Refactor the Arrow adapter type system #14151

Triggered via pull request November 25, 2024 15:20
Status Cancelled
Total duration 12m 30s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
7m 43s
Windows (JDK 8)
Windows (JDK 17)
7m 41s
Windows (JDK 17)
Windows (JDK 21)
7m 39s
Windows (JDK 21)
Linux (JDK 8, oldest Guava, America/New_York Timezone)
3m 5s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Linux (JDK 8, latest Guava, America/New_York Timezone)
3m 12s
Linux (JDK 8, latest Guava, America/New_York Timezone)
Linux (JDK 11, Pacific/Chatham Timezone)
3m 17s
Linux (JDK 11, Pacific/Chatham Timezone)
Linux (JDK 17)
3m 7s
Linux (JDK 17)
Linux (JDK 21)
5m 14s
Linux (JDK 21)
Linux (JDK 23)
3m 5s
Linux (JDK 23)
Linux (JDK 11, Avatica main)
5m 59s
Linux (JDK 11, Avatica main)
macOS (JDK 21)
7m 42s
macOS (JDK 21)
ErrorProne (JDK 11, latest Guava)
3m 12s
ErrorProne (JDK 11, latest Guava)
CheckerFramework (JDK 11)
7m 41s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11, oldest Guava)
7m 39s
CheckerFramework (JDK 11, oldest Guava)
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
7m 10s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 18 warnings
Linux (JDK 23): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 23): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 23)
Unknown error
Linux (JDK 8, oldest Guava, America/New_York Timezone): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 8, oldest Guava, America/New_York Timezone): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 17): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 17): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 17)
Unknown error
ErrorProne (JDK 11, latest Guava): task ':arrow:compileJava'#L1
Execution failed for task ':arrow:compileJava': org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:61) at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:41) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:98) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:52) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:38) at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:52) at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:38) at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:46) at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:36) at org.gradle.jvm.toolchain.internal.DefaultToolchainJavaCompiler.execute(DefaultToolchainJavaCompiler.java:57) at org.gradle.api.tasks.compile.JavaCompile.lambda$createToolchainCompiler$3(JavaCompile.java:202) at org.gradle.api.internal.tasks.compile.CleaningJavaCompiler.execute(CleaningJavaCompiler.java:53) at org.gradle.api.internal.tasks.compile.incremental.IncrementalCompilerFactory.lambda$createRebuildAllCompiler$0(IncrementalCompilerFactory.java:52) at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:70) at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:44) at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:66) at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:52) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$1.call(CompileJavaBuildOperationReportingCompiler.java:64) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$1.call(CompileJavaBuildOperationReportingCompiler.java:48) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler.execute(CompileJavaBuildOperationReportingCompiler.java:48) at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:220) at org.gradle.api.tasks.compile.JavaCompile.performIncrementalCompilation(JavaCompile.java:161) at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:146) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.
ErrorProne (JDK 11, latest Guava)
Execution failed for task ':arrow:compileJava'. > Compilation failed; see the compiler error output for details.
Linux (JDK 8, latest Guava, America/New_York Timezone): ArrowAdapterDataTypesTest.java#L161
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject() java.lang.AssertionError: Conversion to relational algebra failed to preserve datatypes: validated type: RecordType(DECIMAL(12, 2) decimalField) NOT NULL converted type: RecordType(DECIMAL(12, 3) decimalField) NOT NULL rel: LogicalProject(decimalField=[$8]) ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]) at org.apache.calcite.sql2rel.SqlToRelConverter.checkConvertedType(SqlToRelConverter.java:521) at org.apache.calcite.sql2rel.SqlToRelConverter.convertQuery(SqlToRelConverter.java:640) at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:257) at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:220) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475) at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=select "decimalField" from arrowdatatype at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 8, latest Guava, America/New_York Timezone): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 8, latest Guava, America/New_York Timezone): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 11, Pacific/Chatham Timezone): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 11, Pacific/Chatham Timezone): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 11, Pacific/Chatham Timezone)
Unknown error
Linux (JDK 21): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 21): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 21)
Unknown error
Linux (JDK 11, Avatica main): ArrowAdapterTest.java#L962
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectFieldsWithIsUnknownFilter() java.lang.AssertionError: Expected: a string containing "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]])\n\n" but: was "PLAN=ArrowToEnumerableConverter\n ArrowProject(booleanField=[$7])\n ArrowFilter(condition=[IS NULL($7)])\n ArrowTableScan(table=[[ARROW, ARROWDATATYPE]], fields=[[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]])\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:472) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:587) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1721) at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1617) at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectFieldsWithIsUnknownFilter(ArrowAdapterTest.java:962) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=1, sql=explain plan for select "booleanField" from arrowdatatype where "booleanField" is unknown at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603) ... 6 more
Linux (JDK 11, Avatica main): task ':arrow:test'#L1
Execution failed for task ':arrow:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
Linux (JDK 11, Avatica main)
Unknown error
CheckerFramework (JDK 11, oldest Guava)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
CheckerFramework (JDK 11, oldest Guava)
The operation was canceled.
CheckerFramework (JDK 11)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
CheckerFramework (JDK 11)
The operation was canceled.
Windows (JDK 17)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
Windows (JDK 17)
The operation was canceled.
macOS (JDK 21)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
macOS (JDK 21)
The operation was canceled.
Windows (JDK 21)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
Windows (JDK 21)
The operation was canceled.
Windows (JDK 8)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4052/merge' exists
Windows (JDK 8)
The operation was canceled.
Linux (JDK 23)
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/
Linux (JDK 23)
The following actions use a deprecated Node.js version 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/
Linux (JDK 8, oldest Guava, America/New_York Timezone)
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/
Linux (JDK 8, oldest Guava, America/New_York Timezone)
The following actions use a deprecated Node.js version 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/
Linux (JDK 17)
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/
Linux (JDK 17)
The following actions use a deprecated Node.js version 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/
ErrorProne (JDK 11, latest Guava)
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/
ErrorProne (JDK 11, latest Guava)
The following actions use a deprecated Node.js version 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/
Linux (JDK 8, latest Guava, America/New_York Timezone)
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/
Linux (JDK 8, latest Guava, America/New_York Timezone)
The following actions use a deprecated Node.js version 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/
Linux (JDK 11, Pacific/Chatham Timezone)
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/
Linux (JDK 11, Pacific/Chatham Timezone)
The following actions use a deprecated Node.js version 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/
Linux (JDK 21)
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/
Linux (JDK 21)
The following actions use a deprecated Node.js version 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/
Linux (JDK 11, Avatica main)
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/
Linux (JDK 11, Avatica main)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Druid Tests
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/
Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, actions/checkout@v3, 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/