fix(EXPB-7545): CALCULATIONVIEW hint is not considered in Views #275
main.yml
on: push
Windows (JDK 8)
6m 51s
Windows (JDK 17)
7m 6s
Windows (JDK 21)
7m 35s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
3m 54s
Linux (JDK 8, latest Guava, America/New_York Timezone)
3m 59s
Linux (JDK 11, Pacific/Chatham Timezone)
3m 55s
Linux (JDK 17)
3m 39s
Linux (JDK 21)
3m 39s
Linux (JDK 23)
3m 44s
Linux (JDK 11, Avatica main)
4m 42s
macOS (JDK 21)
15m 1s
ErrorProne (JDK 11, latest Guava)
2m 31s
CheckerFramework (JDK 11)
11m 6s
CheckerFramework (JDK 11, oldest Guava)
11m 15s
Linux (JDK 8) Slow Tests
Druid Tests
6m 59s
Annotations
60 errors and 103 warnings
|
ErrorProne (JDK 11, latest Guava)
Execution failed for task ':linq4j:compileJava'.
> Compilation failed; see the compiler error output for details.
|
|
ErrorProne (JDK 11, latest Guava):
task ':linq4j:compileJava'#L0
Execution failed for task ':linq4j: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
|
|
Linux (JDK 17)
Unknown error
|
|
Linux (JDK 17):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 17):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 23)
Unknown error
|
|
Linux (JDK 23):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 23):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 21)
Unknown error
|
|
Linux (JDK 21):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 21):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Unknown error
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Unknown error
|
|
Linux (JDK 11, Pacific/Chatham Timezone):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Unknown error
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
task ':arrow:test'#L0
Execution failed for task ':arrow:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/arrow/build/reports/tests/test/index.html
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L714
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testAggWithoutAggFunctions()
java.lang.AssertionError:
Expected: a string containing "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
but: was "PLAN=EnumerableAggregate(group=[{0}])\n ArrowToEnumerableConverter\n ArrowProject(dep=[$0])\n ArrowTableScan(table=[[ARROW, ARROWDATA]], fields=[[0, 1, 2, 3]])\n\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.CalciteAssert.lambda$checkResultContains$7(CalciteAssert.java:472)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:594)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainMatches(CalciteAssert.java:1739)
at org.apache.calcite.test.CalciteAssert$AssertQuery.explainContains(CalciteAssert.java:1635)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testAggWithoutAggFunctions(ArrowAdapterTest.java:714)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2, sql=explain plan for select DISTINCT("intField") as "dep" from arrowdata
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
|
|
Linux (JDK 11, Avatica main)
Execution failed for task ':core:compileJava'.
> Compilation failed; see the compiler error output for details.
|
|
Linux (JDK 11, Avatica main):
task ':core:compileJava'#L0
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
|
|
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\main\java\org\apache\calcite\adapter\clone\CloneSchema.java
@@ -26,8 +26,6 @@
import org.apache.calcite.rel.RelCollation;
import org.apache.calcite.rel.RelCollations;
import org.apache.calcite.rel.type.RelProtoDataType;
-import org.apache.calcite.schema.lookup.LikePattern;
-import org.apache.calcite.schema.lookup.Lookup;
import org.apache.calcite.schema.QueryableTable;
import org.apache.calcite.schema.Schema;
import org.apache.calcite.schema.SchemaFactory;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableBatchNestedLoopJoinRule.java
@@ -16,10 +16,6 @@
*/
package org.apache.calcite.adapter.enumerable;
-import java.util.function.Predicate;
-
-import java.util.function.Supplier;
-
import org.apache.calcite.adapter.jdbc.JdbcConvention;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptRuleCall;
@@ -47,6 +43,8 @@
import java.util.HashSet;
import java.util.List;
import java.util.Set;
+import java.util.function.Predicate;
+import java.util.function.Supplier;
/** Rule to convert a {@link LogicalJoin} to an {@link EnumerableBatchNestedLoopJoin}.
* You may provide a custom config to convert other nodes that extend {@link Join}.
@@ -96,8 +94,7 @@
private static class HasSingleJdbcSource implements Predicate<RelNode> {
private JdbcConvention convention = null;
- @OverRide\r\n
- public boolean test(RelNode node) {\r\n
+ @OverRide public boolean test(RelNode node) {\r\n
for (RelTrait trait : node.getTraitSet()) {
if (trait instanceof JdbcConvention) {
JdbcConvention otherConvention = (JdbcConvention) trait;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableMergeJoin.java
@@ -495,8 +495,9 @@
final RelCollation collation = RelCollations.of(fieldCollations);
final Expression comparator = leftKeyPhysType.generateMergeJoinComparator(collation);
if (joinType == JoinRelType.INNER || joinType == JoinRelType.SEMI) {
- leftExpression = Expressions.call(BuiltInMethod.MERGE_JOIN_NOT_NULL_ENUMERABLE.method, leftExpression,\r\n
- Expressions.lambda(\r\n
+ leftExpression =\r\n
+ Expressions.call(\r\n
... (4 more lines that didn't fit)
Violations also present in 14 other files.
You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
|
Windows (JDK 8):
task ':core:autostyleJavaCheck'#L0
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
|
Druid Tests:
DruidAdapter2IT.java#L3122
0.3sec org.apache.calcite.test.DruidAdapter2IT > testCastPlusMathOps()
java.sql.SQLException: Error while executing SQL "SELECT COUNT(*) FROM "foodmart"WHERE (CAST("product_id" AS INTEGER) + 1 * "store_sales")/("store_cost" - 5) <= floor("store_sales") * 25 + 2": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapter2IT.testCastPlusMathOps(DruidAdapter2IT.java:3122)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitCompiler.assignmentConversion(UnitCo
|
|
Druid Tests:
DruidAdapter2IT.java#L1122
0.2sec org.apache.calcite.test.DruidAdapter2IT > testFilterTimestamp()
java.sql.SQLException: Error while executing SQL "select count(*) as c
from "foodmart"
where extract(year from "timestamp") = 1997
and extract(month from "timestamp") in (4, 6)
": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1530)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1552)
at org.apache.calcite.test.DruidAdapter2IT.testFilterTimestamp(DruidAdapter2IT.java:1122)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
|
|
Druid Tests:
DruidAdapter2IT.java#L1836
0.3sec org.apache.calcite.test.DruidAdapter2IT > testRecursiveArithmeticOperation()
java.sql.SQLException: Error while executing SQL "select "store_state", -1 * (a + b) as c from (select (sum("store_sales")-sum("store_cost")) / (count(*) * 3) AS a,sum("unit_sales") AS b, "store_state" from "foodmart" group by "store_state") order by c desc": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1530)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsOrdered(CalciteAssert.java:1556)
at org.apache.calcite.test.DruidAdapter2IT.testRecursiveArithmeticOperation(DruidAdapter2IT.java:1836)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "
|
|
Druid Tests:
DruidAdapterIT.java#L2140
0.3sec org.apache.calcite.test.DruidAdapterIT > testRecursiveArithmeticOperation()
java.sql.SQLException: Error while executing SQL "select "store_state", -1 * (a + b) as c from (select (sum("store_sales")-sum("store_cost")) / (count(*) * 3) AS a,sum("unit_sales") AS b, "store_state" from "foodmart" group by "store_state") order by c desc": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1530)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsOrdered(CalciteAssert.java:1556)
at org.apache.calcite.test.DruidAdapterIT.testRecursiveArithmeticOperation(DruidAdapterIT.java:2140)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org
|
|
Druid Tests:
DruidAdapter2IT.java#L743
0.1sec org.apache.calcite.test.DruidAdapter2IT > testGroupByOneColumnReversed()
java.sql.SQLException: Error while executing SQL "select count(*) as c, "state_province"
from "foodmart"
group by "state_province"
order by "state_province"": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1542)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1540)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1530)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsOrdered(CalciteAssert.java:1556)
at org.apache.calcite.test.DruidAdapter2IT.testGroupByOneColumnReversed(DruidAdapter2IT.java:743)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return interpreter;
}
public Class getElementType() {
return java.lang.Object[].class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.ja
|
|
Druid Tests:
DruidAdapter2IT.java#L2355
0.1sec org.apache.calcite.test.DruidAdapter2IT > testOuterFilterFalseAfterFactorSimplification()
java.sql.SQLException: Error while executing SQL "select sum("store_sales") filter (where "the_year" > 1997) from "foodmart" where "the_year" <= 1997": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Double.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapter2IT.testOuterFilterFalseAfterFactorSimplification(DruidAdapter2IT.java:2355)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Double.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitC
|
|
Druid Tests:
DruidAdapter2IT.java#L3019
0.6sec org.apache.calcite.test.DruidAdapter2IT > testExpressionsFilterWithExtract()
java.sql.SQLException: Error while executing SQL "SELECT COUNT(*) FROM "foodmart" where CAST((EXTRACT(MONTH FROM "timestamp") - 1 ) / 3 + 1 AS INTEGER) = 1": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapter2IT.testExpressionsFilterWithExtract(DruidAdapter2IT.java:3019)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitCompiler.assignmentConversion(UnitCompiler.j
|
|
Druid Tests:
DruidAdapter2IT.java#L2725
0.6sec org.apache.calcite.test.DruidAdapter2IT > testIsNotNull()
java.sql.SQLException: Error while executing SQL "select count(*) as c from "foodmart" where "product_id" is not null": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapter2IT.testIsNotNull(DruidAdapter2IT.java:2725)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return long.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitCompiler.assignmentConversion(UnitCompiler.java:11429)
at app//org.codehaus.janino.UnitCompiler.access$3900(U
|
|
Druid Tests:
DruidAdapterIT.java#L4169
1.8sec org.apache.calcite.test.DruidAdapterIT > testAggOverStringToLong()
java.sql.SQLException: Error while executing SQL "SELECT SUM(cast("product_id" AS INTEGER)) FROM "foodmart"": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Integer.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapterIT.testAggOverStringToLong(DruidAdapterIT.java:4169)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Integer.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitCompiler.assignmentConversion(UnitCompiler.java:11429)
at app//org.codehaus.
|
|
Druid Tests:
DruidAdapter2IT.java#L3490
1.8sec org.apache.calcite.test.DruidAdapter2IT > testAggOverStringToLong()
java.sql.SQLException: Error while executing SQL "SELECT SUM(cast("product_id" AS INTEGER)) FROM "foodmart"": Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Integer.class;
}
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$queryContains$10(CalciteAssert.java:1800)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1481)
at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1799)
at org.apache.calcite.test.DruidAdapter2IT.testAggOverStringToLong(DruidAdapter2IT.java:3490)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:402)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:610)
... 4 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Error while compiling generated Java code:
public org.apache.calcite.linq4j.Enumerable bind(final org.apache.calcite.DataContext root) {
final org.apache.calcite.rel.RelNode v1stashed = root.get("v1stashed", org.apache.calcite.rel.RelNode.class);
final org.apache.calcite.interpreter.Interpreter interpreter = new org.apache.calcite.interpreter.Interpreter(
root,
v1stashed);
return org.apache.calcite.runtime.Enumerables.slice0(interpreter);
}
public Class getElementType() {
return java.lang.Integer.class;
}
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at org.apache.calcite.adapter.enumerable.EnumerableInterpretable.toBindable(EnumerableInterpretable.java:129)
at org.apache.calcite.prepare.CalcitePrepareImpl$CalcitePreparingStmt.implement(CalcitePrepareImpl.java:1190)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:332)
at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:221)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:673)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:524)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:246)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:655)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 6 more
Caused by: org.codehaus.commons.compiler.CompileException: Line 3, Column 57: Assignment conversion not possible from type "java.lang.Object" to type "org.apache.calcite.rel.RelNode"
at app//org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13212)
at app//org.codehaus.janino.UnitCompiler.assignmentConversion(UnitCompiler.java:11429)
at app//org.codeha
|
|
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\main\java\org\apache\calcite\adapter\clone\CloneSchema.java
@@ -26,8 +26,6 @@
import org.apache.calcite.rel.RelCollation;
import org.apache.calcite.rel.RelCollations;
import org.apache.calcite.rel.type.RelProtoDataType;
-import org.apache.calcite.schema.lookup.LikePattern;
-import org.apache.calcite.schema.lookup.Lookup;
import org.apache.calcite.schema.QueryableTable;
import org.apache.calcite.schema.Schema;
import org.apache.calcite.schema.SchemaFactory;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableBatchNestedLoopJoinRule.java
@@ -16,10 +16,6 @@
*/
package org.apache.calcite.adapter.enumerable;
-import java.util.function.Predicate;
-
-import java.util.function.Supplier;
-
import org.apache.calcite.adapter.jdbc.JdbcConvention;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptRuleCall;
@@ -47,6 +43,8 @@
import java.util.HashSet;
import java.util.List;
import java.util.Set;
+import java.util.function.Predicate;
+import java.util.function.Supplier;
/** Rule to convert a {@link LogicalJoin} to an {@link EnumerableBatchNestedLoopJoin}.
* You may provide a custom config to convert other nodes that extend {@link Join}.
@@ -96,8 +94,7 @@
private static class HasSingleJdbcSource implements Predicate<RelNode> {
private JdbcConvention convention = null;
- @OverRide\r\n
- public boolean test(RelNode node) {\r\n
+ @OverRide public boolean test(RelNode node) {\r\n
for (RelTrait trait : node.getTraitSet()) {
if (trait instanceof JdbcConvention) {
JdbcConvention otherConvention = (JdbcConvention) trait;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableMergeJoin.java
@@ -495,8 +495,9 @@
final RelCollation collation = RelCollations.of(fieldCollations);
final Expression comparator = leftKeyPhysType.generateMergeJoinComparator(collation);
if (joinType == JoinRelType.INNER || joinType == JoinRelType.SEMI) {
- leftExpression = Expressions.call(BuiltInMethod.MERGE_JOIN_NOT_NULL_ENUMERABLE.method, leftExpression,\r\n
- Expressions.lambda(\r\n
+ leftExpression =\r\n
+ Expressions.call(\r\n
... (4 more lines that didn't fit)
Violations also present in 14 other files.
You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
|
Windows (JDK 17):
task ':core:autostyleJavaCheck'#L0
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\adapter\clone\CloneSchema.java
@@ -26,8 +26,6 @@
import org.apache.calcite.rel.RelCollation;
import org.apache.calcite.rel.RelCollations;
import org.apache.calcite.rel.type.RelProtoDataType;
-import org.apache.calcite.schema.lookup.LikePattern;
-import org.apache.calcite.schema.lookup.Lookup;
import org.apache.calcite.schema.QueryableTable;
import org.apache.calcite.schema.Schema;
import org.apache.calcite.schema.SchemaFactory;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableBatchNestedLoopJoinRule.java
@@ -16,10 +16,6 @@
*/
package org.apache.calcite.adapter.enumerable;
-import java.util.function.Predicate;
-
-import java.util.function.Supplier;
-
import org.apache.calcite.adapter.jdbc.JdbcConvention;
import org.apache.calcite.plan.RelOptCluster;
import org.apache.calcite.plan.RelOptRuleCall;
@@ -47,6 +43,8 @@
import java.util.HashSet;
import java.util.List;
import java.util.Set;
+import java.util.function.Predicate;
+import java.util.function.Supplier;
/** Rule to convert a {@link LogicalJoin} to an {@link EnumerableBatchNestedLoopJoin}.
* You may provide a custom config to convert other nodes that extend {@link Join}.
@@ -96,8 +94,7 @@
private static class HasSingleJdbcSource implements Predicate<RelNode> {
private JdbcConvention convention = null;
- @OverRide\r\n
- public boolean test(RelNode node) {\r\n
+ @OverRide public boolean test(RelNode node) {\r\n
for (RelTrait trait : node.getTraitSet()) {
if (trait instanceof JdbcConvention) {
JdbcConvention otherConvention = (JdbcConvention) trait;
core\src\main\java\org\apache\calcite\adapter\enumerable\EnumerableMergeJoin.java
@@ -495,8 +495,9 @@
final RelCollation collation = RelCollations.of(fieldCollations);
final Expression comparator = leftKeyPhysType.generateMergeJoinComparator(collation);
if (joinType == JoinRelType.INNER || joinType == JoinRelType.SEMI) {
- leftExpression = Expressions.call(BuiltInMethod.MERGE_JOIN_NOT_NULL_ENUMERABLE.method, leftExpression,\r\n
- Expressions.lambda(\r\n
+ leftExpression =\r\n
+ Expressions.call(\r\n
... (4 more lines that didn't fit)
Violations also present in 14 other files.
You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
|
Windows (JDK 21):
task ':core:autostyleJavaCheck'#L0
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L666
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter nodeList of setOrderBy.
if ( oldSelect.getOrderList() != null) builder.setOrderBy(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L665
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter offset of setOffset.
if ( oldSelect.getOffset() != null) builder.setOffset(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L664
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter fetch of setFetch.
if ( oldSelect.getFetch() != null) builder.setFetch(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L663
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter nodeList of setGroupBy.
if ( oldSelect.getGroup() != null) builder.setGroupBy(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L662
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter node of setHaving.
if ( oldSelect.getHaving() != null) builder.setHaving(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L661
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter node of setWhere.
if ( oldSelect.getWhere() != null) builder.setWhere(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/schema/lookup/SimpleLookup.java#L48
[Task :core:compileJava] [override.return.invalid] Incompatible return type.
public @nullable Set<String> getNames(LikePattern pattern) {
^
found : @initialized @nullable Set<@initialized @nonnull String>
|
|
CheckerFramework (JDK 11):
/core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L2466
[Task :core:compileJava] [dereference.of.nullable] dereference of possibly-null reference stack.peek()
&& !(stack.peek() != null && RelOptUtil.hasCalcViewHint(stack.peek().rel))) {
^
|
|
CheckerFramework (JDK 11)
Execution failed for task ':core:compileJava'.
> Compilation failed; see the compiler error output for details.
|
|
CheckerFramework (JDK 11):
task ':core:compileJava'#L0
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):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L666
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter nodeList of setOrderBy.
if ( oldSelect.getOrderList() != null) builder.setOrderBy(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L665
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter offset of setOffset.
if ( oldSelect.getOffset() != null) builder.setOffset(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L664
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter fetch of setFetch.
if ( oldSelect.getFetch() != null) builder.setFetch(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L663
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter nodeList of setGroupBy.
if ( oldSelect.getGroup() != null) builder.setGroupBy(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L662
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter node of setHaving.
if ( oldSelect.getHaving() != null) builder.setHaving(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java#L661
[Task :core:compileJava] [argument.type.incompatible] incompatible argument for parameter node of setWhere.
if ( oldSelect.getWhere() != null) builder.setWhere(null);
^
found : null (NullType)
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/schema/lookup/SimpleLookup.java#L48
[Task :core:compileJava] [override.return.invalid] Incompatible return type.
public @nullable Set<String> getNames(LikePattern pattern) {
^
found : @initialized @nullable Set<@initialized @nonnull String>
|
|
CheckerFramework (JDK 11, oldest Guava):
/core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L2466
[Task :core:compileJava] [dereference.of.nullable] dereference of possibly-null reference stack.peek()
&& !(stack.peek() != null && RelOptUtil.hasCalcViewHint(stack.peek().rel))) {
^
|
|
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):
task ':core:compileJava'#L0
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)
|
|
macOS (JDK 21)
The job was not acquired by Runner of type hosted even after multiple attempts
|
|
CI
Internal server error. Correlation ID: 58819129-e866-45e4-8ff0-5a021e4da5aa
|
|
ErrorProne (JDK 11, latest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dBDdaAAAAAByHMD5LbW3Rpf4UrgnxAtpQlkzRURHRTA0MTgARWRnZQ==
|
|
ErrorProne (JDK 11, latest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dBDdaAAAAACY0uZVM5XVTrBmh3+eDzSpQlkzRURHRTA0MTgARWRnZQ==
|
|
ErrorProne (JDK 11, latest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0bRDdaAAAAAAXfd9Q433mT4r705tWxdP6UEFPRURHRTA1MTgARWRnZQ==
|
|
ErrorProne (JDK 11, latest Guava)
Failed to restore: Cache service responded with 400
|
|
ErrorProne (JDK 11, latest Guava)
Failed to restore: Cache service responded with 400
|
|
ErrorProne (JDK 11, latest Guava)
Failed to restore: Cache service responded with 400
|
|
ErrorProne (JDK 11, latest Guava)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0txDdaAAAAACinx6kiH+PQr//OZG192fdQ0hJMzBFREdFMDEwNwBFZGdl
|
|
Linux (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0txDdaAAAAAAPsStKhcwgQ4NxjemNlNwSQ0hJMzBFREdFMDEwNwBFZGdl
|
|
Linux (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0qRDdaAAAAACMJWIWvpPvS52pVf+0vWfxQ0hJMzBFREdFMDMyMQBFZGdl
|
|
Linux (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 23)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vRDdaAAAAABYL6ka9wrPQYBvQ88Y+pmuUEhMMzBFREdFMDIxNABFZGdl
|
|
Linux (JDK 23)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vRDdaAAAAABecAR+fokoSYLIcLmCrPQZUEhMMzBFREdFMDIxNABFZGdl
|
|
Linux (JDK 23)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0rxDdaAAAAAC+mKQL8VA2TaVXkCdv9/n9UEhMMzBFREdFMDQxNwBFZGdl
|
|
Linux (JDK 23)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 23)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 23)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 23)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0wxDdaAAAAAA5DoBoFxQrR6Q7LJliWqfNRE0yRURHRTAxMDcARWRnZQ==
|
|
Linux (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0wxDdaAAAAAD6S6Q3Mq/9T6Lvu3MoJ0y6RE0yRURHRTAxMDcARWRnZQ==
|
|
Linux (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0thDdaAAAAADOXKemW2JCS4q7pRtO1yFdRE0yRURHRTA4MTAARWRnZQ==
|
|
Linux (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0xxDdaAAAAAAQJ6VATxLVR4ZxyG82NSznUEhMMzBFREdFMDQwNgBFZGdl
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0xhDdaAAAAAA8K3hVBt/FR5EpMdcdOI4rUEhMMzBFREdFMDQwNgBFZGdl
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0uRDdaAAAAAAYq5og4eARTZKpja3JsQWnUEhMMzBFREdFMDIyMgBFZGdl
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0xxDdaAAAAADcRvWcHm/QRZhs3l7pL8EOUEhMMzBFREdFMDEwOQBFZGdl
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0xxDdaAAAAACsFrU/bhksTLBOYzhvryhfUEhMMzBFREdFMDEwOQBFZGdl
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0uhDdaAAAAABWseZ7m4SMS6450ITX7HxHUEhMMzBFREdFMDQxMgBFZGdl
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Pacific/Chatham Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0zBDdaAAAAACdnWXz5asySJX20uzPC+JOUEhMMzBFREdFMDExMgBFZGdl
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0zBDdaAAAAAD0+dOArx+kRaJIwOdnqW9UUEhMMzBFREdFMDExMgBFZGdl
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vhDdaAAAAADYs6OL6u1tQLSiZIRchQjpUEhMMzBFREdFMDQyMABFZGdl
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>09xDdaAAAAACOEk1cZEXWSrHti7hQS6wiUEFPRURHRTA1MTAARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>09xDdaAAAAAA+5XcCNKIbTKTU7Kc3Wu8YUEFPRURHRTA1MTAARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>09RDdaAAAAABje0RY4LuoTLgooufPLPFiUEFPRURHRTA1MTAARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>09RDdaAAAAACWdz/YQkv9Q66Ae0SgiGp5UEFPRURHRTA1MTAARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>06hDdaAAAAAC4f4IB8ygXQ4YZ5PDOj8mbQlkzRURHRTA0MTAARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>05RDdaAAAAAD4pocV2qSiS4xD2CGGkZuNUEFPRURHRTA1MTIARWRnZQ==
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Linux (JDK 11, Avatica main)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 8)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dhHdaAAAAACvaxiyuzhHT7O8F6W+CMBPRE0yRURHRTA4MTEARWRnZQ==
|
|
Windows (JDK 8)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dhHdaAAAAAD/TSpZSJpPR6UdobTzm6nfRE0yRURHRTA4MTEARWRnZQ==
|
|
Windows (JDK 8)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ZBHdaAAAAABQ08ptqYHLSZR9V4i19P94RE0yRURHRTA1MTIARWRnZQ==
|
|
Windows (JDK 8)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 8)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 8)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 8)
Failed to restore: Cache service responded with 400
|
|
Druid Tests
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0fxHdaAAAAAAwJGgBFfhuQYrE2DfuOOh3UEhMMzBFREdFMDIxMwBFZGdl
|
|
Druid Tests
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0fxHdaAAAAAC0M6fvOcfUR6ugEm5GaVe6UEhMMzBFREdFMDIxMwBFZGdl
|
|
Druid Tests
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0eBHdaAAAAAC8Bkiew0LHRYP2y3i5Nt64UEhMMzBFREdFMDQxNwBFZGdl
|
|
Druid Tests
Failed to restore: Cache service responded with 400
|
|
Druid Tests
Failed to restore: Cache service responded with 400
|
|
Druid Tests
Failed to restore: Cache service responded with 400
|
|
Druid Tests
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0hRHdaAAAAADp30LglOKATKKGM0Bo32PrUEFPRURHRTA2MjAARWRnZQ==
|
|
Windows (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0hRHdaAAAAADpGNEBp2fXQpY72gGg9HcxUEFPRURHRTA2MjAARWRnZQ==
|
|
Windows (JDK 17)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dBHdaAAAAABxGABkHK6AT6pK7LGVQVLfQlkzRURHRTA0MTIARWRnZQ==
|
|
Windows (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 17)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ohHdaAAAAACHPqM0LFdHSpPzZAHVC2hiRE0yRURHRTA3MTkARWRnZQ==
|
|
Windows (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0oRHdaAAAAAC2ds1+xp7RSLhTOz1qFP6WRE0yRURHRTA3MTkARWRnZQ==
|
|
Windows (JDK 21)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0jhHdaAAAAACq+0ZxX6pYRqnFN7EoHPUyRE0yRURHRTA3MTkARWRnZQ==
|
|
Windows (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 21)
Failed to restore: Cache service responded with 400
|
|
Windows (JDK 21)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dxLdaAAAAADd/CavGsB6QoNzbd4o9yjKQ0hJMzBFREdFMDMxMABFZGdl
|
|
CheckerFramework (JDK 11)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dxLdaAAAAAAuXbU6tPurS7MA3xtkvQzBQ0hJMzBFREdFMDMxMABFZGdl
|
|
CheckerFramework (JDK 11)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0cBLdaAAAAACYz/qnek21RYPRC3xKu/loQ0hJMzBFREdFMDIxMwBFZGdl
|
|
CheckerFramework (JDK 11)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0gBLdaAAAAACN28wVE4Q+SIsyIHSdV6dkUEhMMzBFREdFMDQxNwBFZGdl
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0fxLdaAAAAAAeRqTtQn8FRYeZ5gDoSj6SUEhMMzBFREdFMDQxNwBFZGdl
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0eRLdaAAAAABOpx1HzUf9T7w8mBqG37LMUEhMMzBFREdFMDExMwBFZGdl
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to restore: Cache service responded with 400
|
|
CheckerFramework (JDK 11, oldest Guava)
Failed to restore: Cache service responded with 400
|