Add partition key to enumerable code gen #18
main.yml
on: push
Windows (JDK 8)
6m 36s
Windows (JDK 17)
6m 13s
Windows (JDK 21)
5m 45s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
4m 21s
Linux (JDK 8, latest Guava, America/New_York Timezone)
5m 25s
Linux (JDK 11, Pacific/Chatham Timezone)
4m 11s
Linux (JDK 17)
3m 50s
Linux (JDK 21)
3m 44s
Linux (JDK 23)
3m 52s
Linux (JDK 11, Avatica main)
7m 27s
macOS (JDK 21)
12m 14s
ErrorProne (JDK 11, latest Guava)
2m 34s
CheckerFramework (JDK 11)
10m 32s
CheckerFramework (JDK 11, oldest Guava)
10m 31s
Linux (JDK 8) Slow Tests
0s
Druid Tests
7m 7s
Annotations
44 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):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 17):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 23):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 23)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 11, Pacific/Chatham Timezone):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 11, Pacific/Chatham Timezone)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Windows (JDK 21):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Windows (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\main\java\org\apache\calcite\sql2rel\RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Windows (JDK 17):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\main\java\org\apache\calcite\sql2rel\RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Windows (JDK 8):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\main\java\org\apache\calcite\sql2rel\RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 11, Avatica main):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 11, Avatica main)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
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/sql2rel/SqlToRelConverter.java#L1311
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of create.
rexBuilder.makeLiteral(true), null, ImmutableSet.of(), JoinRelType.INNER);
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L3339
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
createJoin(fromBlackboard, leftRel, rightRel, condition, partitionByExpr,
^
found : @initialized @nullable RexNode
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L4699
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L5288
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3164
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of join.
return join(joinType, and(conditions),null,
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3170
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of join.
return join(joinType, condition, null,ImmutableSet.of());
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3318
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11, oldest Guava):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3356
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
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/sql2rel/SqlToRelConverter.java#L1311
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of create.
rexBuilder.makeLiteral(true), null, ImmutableSet.of(), JoinRelType.INNER);
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L3339
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
createJoin(fromBlackboard, leftRel, rightRel, condition, partitionByExpr,
^
found : @initialized @nullable RexNode
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L4699
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L5288
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3164
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of join.
return join(joinType, and(conditions),null,
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3170
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of join.
return join(joinType, condition, null,ImmutableSet.of());
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3318
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
CheckerFramework (JDK 11):
core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L3356
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter partitionBy of createJoin.
null,
^
found : null (NullType)
|
macOS (JDK 21):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
macOS (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java
@@ -16,8 +16,6 @@
*/
package org.apache.calcite.sql2rel;
-import com.google.common.collect.ImmutableSet;
-
import org.apache.calcite.linq4j.Ord;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptUtil;
@@ -78,6 +76,7 @@
import org.apache.calcite.util.mapping.Mappings;
import com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableSet;
import org.checkerframework.checker.nullness.qual.Nullable;
Run './gradlew autostyleApply' to fix the violations.
|
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 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 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 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 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 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/
|
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/
|
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 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/
|
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 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/
|
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/
|