KZEC-5072, fix null upon agg. #110
Annotations
4 errors and 2 warnings
Test:
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Test:
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:301)
|
Test:
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Test
Unknown error
|
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading