QueryCompiler Batch Formula Compilation Checkpoint #317
Annotations
1 error and 2 warnings
Run gradle check on java 17
Execution failed for task ':engine-table:spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/engine/table/impl/PartitionAwareSourceTable.java
@@ -376,7 +376,7 @@
········if·(columnArrayNames.stream().anyMatch(columnName·->·!newColumns.contains(columnName)))·{
············return·false;
········}
-········return·columnNames.stream().allMatch(columnName·->
-················partitioningColumnDefinitions.containsKey(columnName)·||·newColumns.contains(columnName));
+········return·columnNames.stream().allMatch(
+················columnName·->·partitioningColumnDefinitions.containsKey(columnName)·||·newColumns.contains(columnName));
····}
}
Run './gradlew :engine-table:spotlessApply' to fix these violations.
|
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/.
|
Run gradle check on java 17
Gradle Build Scan: https://gradle.com/s/yeul4er44qytc
|
The logs for this run have expired and are no longer available.
Loading