[CALCITE-6879] Dialect support APPROX_DISTINCT_COUNT for more dialects #14987
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/sql/dialect/ClickHouseSqlDialect.java
@@ -34,7 +34,6 @@
import org.apache.calcite.sql.parser.SqlParserPos;
import org.apache.calcite.sql.type.BasicSqlType;
import org.apache.calcite.sql.type.SqlTypeName;
-
import org.apache.calcite.util.RelToSqlConverterUtil;
import org.checkerframework.checker.nullness.qual.Nullable;
@@ -181,7 +180,7 @@
.unparse(writer, call, 0, 0);
return;
}
-····␊
+␊
switch (call.getKind()) {
case FLOOR:
if (call.operandCount() != 2) {
Run './gradlew autostyleApply' to fix the violations.
|
Loading