Skip to content

[CALCITE-6652] RelDecorrelator can't decorrelate query with limit 1 #83

[CALCITE-6652] RelDecorrelator can't decorrelate query with limit 1

[CALCITE-6652] RelDecorrelator can't decorrelate query with limit 1 #83

Triggered via push January 23, 2025 15:28
Status Failure
Total duration 21m 1s
Artifacts

main.yml

on: push
Windows (JDK 8)
6m 14s
Windows (JDK 8)
Windows (JDK 17)
8m 13s
Windows (JDK 17)
Windows (JDK 21)
6m 12s
Windows (JDK 21)
Linux (JDK 8, oldest Guava, America/New_York Timezone)
4m 48s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Linux (JDK 8, latest Guava, America/New_York Timezone)
6m 7s
Linux (JDK 8, latest Guava, America/New_York Timezone)
Linux (JDK 11, Pacific/Chatham Timezone)
6m 41s
Linux (JDK 11, Pacific/Chatham Timezone)
Linux (JDK 17)
6m 49s
Linux (JDK 17)
Linux (JDK 21)
4m 38s
Linux (JDK 21)
Linux (JDK 23)
4m 47s
Linux (JDK 23)
Linux (JDK 11, Avatica main)
8m 17s
Linux (JDK 11, Avatica main)
macOS (JDK 21)
20m 45s
macOS (JDK 21)
ErrorProne (JDK 11, latest Guava)
4m 57s
ErrorProne (JDK 11, latest Guava)
CheckerFramework (JDK 11)
11m 9s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11, oldest Guava)
11m 31s
CheckerFramework (JDK 11, oldest Guava)
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
7m 16s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 11 warnings
Linux (JDK 21): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 23): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 23)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8, oldest Guava, America/New_York Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8, latest Guava, America/New_York Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8, latest Guava, America/New_York Timezone)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 21): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\main\java\org\apache\calcite\sql2rel\RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } - RelNode aggregate = relBuilder.aggregate(\r\n - relBuilder.groupKey(groupKey), aggCall).build();\r\n + RelNode aggregate =\r\n + relBuilder.aggregate(relBuilder.groupKey(groupKey), aggCall).build();\r\n mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 8): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\main\java\org\apache\calcite\sql2rel\RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } - RelNode aggregate = relBuilder.aggregate(\r\n - relBuilder.groupKey(groupKey), aggCall).build();\r\n + RelNode aggregate =\r\n + relBuilder.aggregate(relBuilder.groupKey(groupKey), aggCall).build();\r\n mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11, Pacific/Chatham Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11, Pacific/Chatham Timezone)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\main\java\org\apache\calcite\sql2rel\RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } - RelNode aggregate = relBuilder.aggregate(\r\n - relBuilder.groupKey(groupKey), aggCall).build();\r\n + RelNode aggregate =\r\n + relBuilder.aggregate(relBuilder.groupKey(groupKey), aggCall).build();\r\n mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11, Avatica main): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11, Avatica main)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
macOS (JDK 21): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
macOS (JDK 21)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java @@ -853,8 +853,8 @@ corDefOutputs.put(entry.getKey(), corDefOutputs.size()); } -······RelNode·aggregate·=·relBuilder.aggregate(␊ -··········relBuilder.groupKey(groupKey),·aggCall).build();␊ +······RelNode·aggregate·=␊ +··········relBuilder.aggregate(relBuilder.groupKey(groupKey),·aggCall).build();␊ mapOldToNewOutputs.put(0, groupKey.size()); return register(sort, aggregate, mapOldToNewOutputs, corDefOutputs); Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 8, oldest Guava, America/New_York Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ErrorProne (JDK 11, latest Guava)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 8, latest Guava, America/New_York Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 11, Pacific/Chatham Timezone)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Druid Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux (JDK 11, Avatica main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CheckerFramework (JDK 11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CheckerFramework (JDK 11, oldest Guava)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636