[CALCITE-6205] Add BITAND_AGG, BITOR_AGG functions (enabled in Snowfl… #465
Annotations
2 errors and 1 warning
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
@@ -6661,7 +6661,7 @@
+ "CROSS JOIN `foodmart`.`department`";
sql(sql).withMysql().ok(expectedMysql);
}
-··␊
+␊
/** Test case for
* <a href="https://issues.apache.org/jira/browse/CALCITE-6205">[CALCITE-6205]
* Add BITAND_AGG, BITOR_AGG functions (enabled in Snowflake library)</a>. */
@@ -6671,8 +6671,8 @@
final String expectedSnowflake = "SELECT BITAND_AGG(\"product_id\")\n"
+ "FROM \"foodmart\".\"product\"";
sql(query).withLibrary(SqlLibrary.SNOWFLAKE).withSnowflake().ok(expectedSnowflake);
-··}··␊
-··␊
+··}␊
+␊
/** Test case for
* <a href="https://issues.apache.org/jira/browse/CALCITE-6205">[CALCITE-6205]
* Add BITAND_AGG, BITOR_AGG functions (enabled in Snowflake library)</a>. */
@@ -6682,7 +6682,7 @@
final String expectedSnowflake = "SELECT BITOR_AGG(\"product_id\")\n"
+ "FROM \"foodmart\".\"product\"";
sql(query).withLibrary(SqlLibrary.SNOWFLAKE).withSnowflake().ok(expectedSnowflake);
-··}····␊
+··}␊
/** Test case for
* <a href="https://issues.apache.org/jira/browse/CALCITE-6156">[CALCITE-6156]
Run './gradlew autostyleApply' to fix the violations.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading