[CALCITE-6728] Introduce new methods to lookup tables and schemas ins… #192
Annotations
2 errors and 1 warning
Test:
task ':cassandra:autostyleJavaCheck'#L1
Execution failed for task ':cassandra:autostyleJavaCheck':
See 'What went wrong' below
|
Test
Execution failed for task ':cassandra:autostyleJavaCheck'.
> The following files have format violations:
cassandra/src/main/java/org/apache/calcite/adapter/cassandra/CassandraSchema.java
@@ -25,11 +25,11 @@
import org.apache.calcite.rel.type.RelDataTypeSystem;
import org.apache.calcite.rel.type.RelProtoDataType;
import org.apache.calcite.runtime.Hook;
-import org.apache.calcite.schema.lookup.LikePattern;
import org.apache.calcite.schema.SchemaPlus;
import org.apache.calcite.schema.Table;
import org.apache.calcite.schema.impl.AbstractSchema;
import org.apache.calcite.schema.impl.MaterializedViewTable;
+import org.apache.calcite.schema.lookup.LikePattern;
import org.apache.calcite.sql.SqlSelect;
import org.apache.calcite.sql.SqlWriter;
import org.apache.calcite.sql.SqlWriterConfig;
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