[CALCITE-6652] RelDecorrelator can't decorrelate query with limit 1 #83
main.yml
on: push
Windows (JDK 8)
6m 14s
Windows (JDK 17)
8m 13s
Windows (JDK 21)
6m 12s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
4m 48s
Linux (JDK 8, latest Guava, America/New_York Timezone)
6m 7s
Linux (JDK 11, Pacific/Chatham Timezone)
6m 41s
Linux (JDK 17)
6m 49s
Linux (JDK 21)
4m 38s
Linux (JDK 23)
4m 47s
Linux (JDK 11, Avatica main)
8m 17s
macOS (JDK 21)
20m 45s
ErrorProne (JDK 11, latest Guava)
4m 57s
CheckerFramework (JDK 11)
11m 9s
CheckerFramework (JDK 11, oldest Guava)
11m 31s
Linux (JDK 8) Slow Tests
0s
Druid Tests
7m 16s
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
|