QueryCompiler Batch Formula Compilation #8225
Annotations
1 error and 7 warnings
quick
Execution failed for task ':engine-context:spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/engine/context/QueryCompiler.java
@@ -823,7 +823,8 @@
········if·(!DISABLE_SHARED_COMPILER)·{
············compiler·=·ToolProvider.getSystemJavaCompiler();
············if·(compiler·==·null)·{
-················throw·new·UncheckedDeephavenException("No·Java·compiler·provided·-·are·you·using·a·JRE·instead·of·a·JDK?");
+················throw·new·UncheckedDeephavenException(
+························"No·Java·compiler·provided·-·are·you·using·a·JRE·instead·of·a·JDK?");
············}
············fileManager·=·new·SynchronizedJavaFileManager(
@@ -858,7 +859,8 @@
····························startInclusive,·endExclusive);
················});
············}
-············log.error().append("Compiled·in·").append(Double.toString((System.nanoTime()·-·startTm)·/·1e9)).append("s.").endl();
+············log.error().append("Compiled·in·").append(Double.toString((System.nanoTime()·-·startTm)·/·1e9)).append("s.")
+····················.endl();
········}·catch·(final·Throwable·t)·{
············exceptionCaught·=·true;
············throw·t;
@@ -895,7 +897,8 @@
········if·(DISABLE_SHARED_COMPILER)·{
············compiler·=·ToolProvider.getSystemJavaCompiler();
············if·(compiler·==·null)·{
-················throw·new·UncheckedDeephavenException("No·Java·compiler·provided·-·are·you·using·a·JRE·instead·of·a·JDK?");
+················throw·new·UncheckedDeephavenException(
+························"No·Java·compiler·provided·-·are·you·using·a·JRE·instead·of·a·JDK?");
············}
············fileManager·=·compiler.getStandardFileManager(null,·null,·null);
@@ -908,13 +911,13 @@
········boolean·exceptionThrown·=·false;
········try·{
············result·=·compiler.getTask(compilerOutput,
-····························fileManager,
-····························diagnostic·->·log.error().append("Reporting·Error:·").append(diagnostic.toString()).endl(),
-····························compilerOptions,
-····························null,
-····························Arrays.stream(requests,·startInclusive,·endExclusive)
-····································.map(CreateClassHelperRequest::makeSource)
-····································.collect(Collectors.toList()))
+····················fileManager,
+····················diagnostic·->·log.error().append("Reporting·Error:·").append(diagnostic.toString()).endl(),
+····················compilerOptions,
+····················null,
+····················Arrays.stream(requests,·startInclusive,·endExclusive)
+····························.map(CreateClassHelperRequest::makeSource)
+····························.collect(Collectors.toList()))
····················.call();
... (2 more lines that didn't fit)
Run './gradlew :engine-context:spotlessApply' to fix these violations.
|
quick
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
quick
Failed to restore: Cache service responded with 429
|
quick
Failed to restore: Cache service responded with 429
|
quick
Failed to restore: Cache service responded with 429
|
quick
Failed to restore: Cache service responded with 429
|
quick
Failed to restore: Cache service responded with 429
|
quick
Gradle Build Scan: https://gradle.com/s/dwiifugmsuvms
|