Revert "[CALCITE-6519] Non-aggregate query that uses measure in ORDER… #238
main.yml
on: push
Windows (JDK 8)
10m 48s
Windows (JDK 17)
11m 31s
Windows (JDK 21)
13m 0s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
7m 43s
Linux (JDK 8, latest Guava, America/New_York Timezone)
9m 29s
Linux (JDK 11, Pacific/Chatham Timezone)
9m 51s
Linux (JDK 17)
9m 48s
Linux (JDK 21)
7m 35s
Linux (JDK 23)
7m 37s
Linux (JDK 11, Avatica main)
10m 17s
macOS (JDK 21)
25m 5s
ErrorProne (JDK 11, latest Guava)
5m 8s
CheckerFramework (JDK 11)
13m 12s
CheckerFramework (JDK 11, oldest Guava)
13m 6s
Linux (JDK 8) Slow Tests
0s
Druid Tests
6m 56s
Annotations
52 errors and 30 warnings
ErrorProne (JDK 11, latest Guava):
task ':core:compileJava'#L1
Execution failed for task ':core: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.j
|
ErrorProne (JDK 11, latest Guava)
Execution failed for task ':core:compileJava'.
> Compilation failed; see the compiler error output for details.
|
Linux (JDK 21):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 21):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 21)
Unknown error
|
Linux (JDK 23):
RelOptRulesTest.java#L6931
0.2sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 23):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 23):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 23)
Unknown error
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Unknown error
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Unknown error
|
Linux (JDK 17):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 17):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 17):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 17)
Unknown error
|
Linux (JDK 11, Pacific/Chatham Timezone):
RelOptRulesTest.java#L6931
0.2sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 11, Pacific/Chatham Timezone):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 11, Pacific/Chatham Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 11, Pacific/Chatham Timezone)
Unknown error
|
Linux (JDK 11, Avatica main):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Linux (JDK 11, Avatica main):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Linux (JDK 11, Avatica main):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 11, Avatica main)
Unknown error
|
Windows (JDK 8):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Windows (JDK 8):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff D:\a\calcite\calcite\core\build\diffrepo\test\org\apache\calcite\test\RelOptRulesTest_actual.xml D:\a\calcite\calcite\core\src\test\resources\org\apache\calcite\test\RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Windows (JDK 8):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 8)
Unknown error
|
Windows (JDK 17):
RelOptRulesTest.java#L6931
0.1sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Windows (JDK 17):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff D:\a\calcite\calcite\core\build\diffrepo\test\org\apache\calcite\test\RelOptRulesTest_actual.xml D:\a\calcite\calcite\core\src\test\resources\org\apache\calcite\test\RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Windows (JDK 17):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 17)
Unknown error
|
Windows (JDK 21):
RelOptRulesTest.java#L6931
0.3sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
Windows (JDK 21):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff D:\a\calcite\calcite\core\build\diffrepo\test\org\apache\calcite\test\RelOptRulesTest_actual.xml D:\a\calcite\calcite\core\src\test\resources\org\apache\calcite\test\RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
Windows (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 21)
Unknown error
|
CheckerFramework (JDK 11, oldest Guava):
task ':core:compileJava'#L1
Execution failed for task ':core: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.daemon.AbstractIsolatedCompilerWorkerExecutor$CompilerWorkAction.execute(AbstractIsolatedCompilerWorkerExecutor.java:78)
at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:54)
at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:48)
at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
at org.gradle.workers.internal.AbstractClassLoaderWorker.executeInClassLoader(AbstractClassLoaderWorker.java:48)
at org.gradle.workers.internal.FlatClassLoaderWorker.run(FlatClassLoaderWorker.java:32)
at org.gradle.workers.internal.FlatClassLoaderWorker.run(FlatClassLoaderWorker.java:22)
at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:102)
at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:71)
at org.gradle.process.internal.worker.request.WorkerAction$1.call(WorkerAction.java:146)
at org.gradle.process.internal.worker.child.WorkerLogEventListener.withWorkerLoggingProtocol(WorkerLogEventListener.java:41)
at org.gradle.process.internal.worker.request.WorkerAction.lambda$run$0(WorkerAction.java:143)
at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
at org.gradle.process.internal.worker.request.WorkerAction.run(WorkerAction.java:135)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
|
CheckerFramework (JDK 11, oldest Guava)
Execution failed for task ':core:compileJava'.
> Compilation failed; see the compiler error output for details.
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/jdbc/CalciteMetaColumnFactoryImpl.java#L60
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter decimalDigits of MetaColumn.
decimalDigits,
^
found : @initialized @nullable Integer
|
CheckerFramework (JDK 11):
task ':core:compileJava'#L1
Execution failed for task ':core: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.daemon.AbstractIsolatedCompilerWorkerExecutor$CompilerWorkAction.execute(AbstractIsolatedCompilerWorkerExecutor.java:78)
at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:54)
at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:48)
at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
at org.gradle.workers.internal.AbstractClassLoaderWorker.executeInClassLoader(AbstractClassLoaderWorker.java:48)
at org.gradle.workers.internal.FlatClassLoaderWorker.run(FlatClassLoaderWorker.java:32)
at org.gradle.workers.internal.FlatClassLoaderWorker.run(FlatClassLoaderWorker.java:22)
at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:102)
at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:71)
at org.gradle.process.internal.worker.request.WorkerAction$1.call(WorkerAction.java:146)
at org.gradle.process.internal.worker.child.WorkerLogEventListener.withWorkerLoggingProtocol(WorkerLogEventListener.java:41)
at org.gradle.process.internal.worker.request.WorkerAction.lambda$run$0(WorkerAction.java:143)
at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
at org.gradle.process.internal.worker.request.WorkerAction.run(WorkerAction.java:135)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
|
CheckerFramework (JDK 11)
Execution failed for task ':core:compileJava'.
> Compilation failed; see the compiler error output for details.
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/jdbc/CalciteMetaColumnFactoryImpl.java#L60
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter decimalDigits of MetaColumn.
decimalDigits,
^
found : @initialized @nullable Integer
|
macOS (JDK 21):
RelOptRulesTest.java#L6931
0.8sec org.apache.calcite.test.RelOptRulesTest > testAggregateMerge9()
java.lang.AssertionError: planBefore
Expected: is "${planBefore}"
but: was "\nLogicalAggregate(group=[{}], EXPR$0=[SUM($1)])\n LogicalAggregate(group=[{1}], DEPTNO=[SUM($0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:509)
at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:371)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:334)
at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:318)
at org.apache.calcite.test.RelOptRulesTest.testAggregateMerge9(RelOptRulesTest.java:6931)
|
macOS (JDK 21):
RelOptRulesTest.java#L213
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError
java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content.
diff /Users/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /Users/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
761a762,770
> <TestCase name="testAggregateMerge9">
> <Resource name="sql">
> <![CDATA[SELECT sum(deptno)
> FROM (
> SELECT sum(deptno) AS deptno
> FROM dept
> GROUP BY name)]]>
> </Resource>
> </TestCase>
at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:269)
at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:213)
|
macOS (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///Users/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
macOS (JDK 21)
Unknown error
|
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/
|
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/
|
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 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 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 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/
|
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 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/
|
Windows (JDK 8)
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/
|
Windows (JDK 8)
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/
|
Windows (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/
|
Windows (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/
|
Windows (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/
|
Windows (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/
|
CheckerFramework (JDK 11, oldest 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/
|
CheckerFramework (JDK 11, oldest 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/
|
CheckerFramework (JDK 11)
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/
|
CheckerFramework (JDK 11)
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/
|
macOS (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/
|
macOS (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/
|