[CALCITE-6652] RelDecorrelator can't decorrelate query with limit 1 #83
Annotations
2 errors and 1 warning
Test:
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Test
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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading