[CALCITE-6728] Introduce new methods to lookup tables and schemas ins… #207
Annotations
2 errors
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.
|
Loading