Skip to content

[CALCITE-6744] Support getColumnOrigins for correlate in RelMdColumnOrigins #14375

[CALCITE-6744] Support getColumnOrigins for correlate in RelMdColumnOrigins

[CALCITE-6744] Support getColumnOrigins for correlate in RelMdColumnOrigins #14375

Triggered via pull request December 23, 2024 17:58
Status Failure
Total duration 42m 29s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
11m 56s
Windows (JDK 8)
Windows (JDK 17)
10m 46s
Windows (JDK 17)
Windows (JDK 21)
10m 0s
Windows (JDK 21)
Linux (JDK 8, oldest Guava, America/New_York Timezone)
11m 15s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Linux (JDK 8, latest Guava, America/New_York Timezone)
12m 5s
Linux (JDK 8, latest Guava, America/New_York Timezone)
Linux (JDK 11, Pacific/Chatham Timezone)
10m 34s
Linux (JDK 11, Pacific/Chatham Timezone)
Linux (JDK 17)
10m 32s
Linux (JDK 17)
Linux (JDK 21)
10m 35s
Linux (JDK 21)
Linux (JDK 23)
12m 22s
Linux (JDK 23)
Linux (JDK 11, Avatica main)
16m 43s
Linux (JDK 11, Avatica main)
macOS (JDK 21)
42m 19s
macOS (JDK 21)
ErrorProne (JDK 11, latest Guava)
6m 19s
ErrorProne (JDK 11, latest Guava)
CheckerFramework (JDK 11)
12m 40s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11, oldest Guava)
12m 57s
CheckerFramework (JDK 11, oldest Guava)
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
9m 4s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 11 warnings
Windows (JDK 21): org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate()#L1
0.0sec org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Windows (JDK 21): RelMetadataTest.java#L485
0.0sec org.apache.calcite.test.RelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485)
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
Windows (JDK 17): org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate()#L1
0.0sec org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Windows (JDK 17): RelMetadataTest.java#L485
0.0sec org.apache.calcite.test.RelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485)
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 8): org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate()#L1
0.1sec org.apache.calcite.test.ProxyingRelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Windows (JDK 8): RelMetadataTest.java#L485
0.0sec org.apache.calcite.test.RelMetadataTest > testColumnOriginsForCorrelate() java.lang.AssertionError: Expected: a string containing "LogicalProject(EXPR$0=[$9])\n LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}])\n LogicalTableScan(table=[[CATALOG, SALES, EMP]])\n LogicalAggregate(group=[{}], EXPR$0=[MAX($0)])\n LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)])\n LogicalFilter(condition=[=($cor1.DEPTNO, $0)])\n LogicalTableScan(table=[[CATALOG, SALES, DEPT]])" but: was "LogicalProject(EXPR$0=[$9]) LogicalCorrelate(correlation=[$cor1], joinType=[left], requiredColumns=[{1, 7}]) LogicalTableScan(table=[[CATALOG, SALES, EMP]]) LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject($f0=[||(||($1, '_'), $cor1.ENAME)]) LogicalFilter(condition=[=($cor1.DEPTNO, $0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.RelMetadataTest.testColumnOriginsForCorrelate(RelMetadataTest.java:485)
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
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/rel/metadata/RelColumnOrigin.java#L126
[Task :core:compileJava] [dereference.of.nullable] dereference of possibly-null reference other.getOriginTable() return originTable.getQualifiedName().equals(other.getOriginTable().getQualifiedName()); ^
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/rel/metadata/RelColumnOrigin.java#L126
[Task :core:compileJava] [dereference.of.nullable] dereference of possibly-null reference other.getOriginTable() return originTable.getQualifiedName().equals(other.getOriginTable().getQualifiedName()); ^
ErrorProne (JDK 11, latest Guava)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Druid Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 11, Pacific/Chatham Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 8, oldest Guava, America/New_York Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 8, latest Guava, America/New_York Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CheckerFramework (JDK 11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CheckerFramework (JDK 11, oldest Guava)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 11, Avatica main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636