[CALCITE-6728] Introduce new methods to lookup tables and schemas ins… #207
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/jdbc/CalciteSchema.java
@@ -42,7 +42,6 @@
import com.google.common.collect.ImmutableSortedMap;
import com.google.common.collect.ImmutableSortedSet;
-import org.checkerframework.checker.initialization.qual.UnknownInitialization;
import org.checkerframework.checker.nullness.qual.Nullable;
import java.util.ArrayList;
core/src/main/java/org/apache/calcite/schema/lookup/MappedLookup.java
@@ -16,7 +16,6 @@
*/
package org.apache.calcite.schema.lookup;
-import org.checkerframework.checker.initialization.qual.UnknownInitialization;
import org.checkerframework.checker.nullness.qual.Nullable;
import java.util.Set;
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