Skip to content

[CALCITE-6879] Dialect support APPROX_DISTINCT_COUNT for more dialects #14987

[CALCITE-6879] Dialect support APPROX_DISTINCT_COUNT for more dialects

[CALCITE-6879] Dialect support APPROX_DISTINCT_COUNT for more dialects #14987

Triggered via pull request March 9, 2025 13:50
Status Cancelled
Total duration 9m 46s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
7m 11s
Windows (JDK 8)
Windows (JDK 17)
8m 14s
Windows (JDK 17)
Windows (JDK 21)
6m 18s
Windows (JDK 21)
Linux (JDK 8, oldest Guava, America/New_York Timezone)
4m 21s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Linux (JDK 8, latest Guava, America/New_York Timezone)
5m 27s
Linux (JDK 8, latest Guava, America/New_York Timezone)
Linux (JDK 11, Pacific/Chatham Timezone)
6m 12s
Linux (JDK 11, Pacific/Chatham Timezone)
Linux (JDK 17)
4m 11s
Linux (JDK 17)
Linux (JDK 21)
6m 4s
Linux (JDK 21)
Linux (JDK 23)
6m 2s
Linux (JDK 23)
Linux (JDK 11, Avatica main)
9m 3s
Linux (JDK 11, Avatica main)
macOS (JDK 21)
9m 35s
macOS (JDK 21)
ErrorProne (JDK 11, latest Guava)
4m 18s
ErrorProne (JDK 11, latest Guava)
CheckerFramework (JDK 11)
9m 36s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11, oldest Guava)
9m 34s
CheckerFramework (JDK 11, oldest Guava)
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
7m 4s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

29 errors
Linux (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 17)
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.
Linux (JDK 8, oldest Guava, America/New_York Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8, oldest Guava, America/New_York Timezone)
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.
Linux (JDK 8, latest Guava, America/New_York Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8, latest Guava, America/New_York Timezone)
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.
Linux (JDK 23): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 23)
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.
Linux (JDK 21): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 21)
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.
Linux (JDK 11, Pacific/Chatham Timezone): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11, Pacific/Chatham Timezone)
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.
Windows (JDK 21): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 21)
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; } - \r\n +\r\n switch (call.getKind()) { case FLOOR: if (call.operandCount() != 2) { Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 8)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
Windows (JDK 8): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 8)
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; } - \r\n +\r\n switch (call.getKind()) { case FLOOR: if (call.operandCount() != 2) { Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 17)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
Windows (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 17)
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; } - \r\n +\r\n switch (call.getKind()) { case FLOOR: if (call.operandCount() != 2) { Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11, Avatica main)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
Linux (JDK 11, Avatica main): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11, Avatica main)
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.
CheckerFramework (JDK 11, oldest Guava)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
CheckerFramework (JDK 11, oldest Guava)
The operation was canceled.
macOS (JDK 21)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
macOS (JDK 21)
The operation was canceled.
CheckerFramework (JDK 11)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/4234/merge' exists
CheckerFramework (JDK 11)
The operation was canceled.