[b/330573524] Prevent IF from treating NULL as FALSE (#49) #203
Annotations
3 errors and 3 warnings
Test:
ServerTest.java#L473
3.9sec org.apache.calcite.test.ServerTest > testVirtualColumn()
java.sql.SQLException: Error while executing SQL "create table t (
h int not null,
i int,
j int as (i + 1) virtual)": Method not found: execute([class org.apache.calcite.sql.SqlNode, interface org.apache.calcite.jdbc.CalcitePrepare$Context])
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218)
at org.apache.calcite.test.ServerTest.testVirtualColumn(ServerTest.java:473)
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.IllegalArgumentException: Method not found: execute([class org.apache.calcite.sql.SqlNode, interface org.apache.calcite.jdbc.CalcitePrepare$Context])
at org.apache.calcite.util.ReflectUtil$2.lookupMethod(ReflectUtil.java:564)
at org.apache.calcite.util.ReflectUtil$2.invoke(ReflectUtil.java:528)
at org.apache.calcite.server.DdlExecutorImpl.executeDdl(DdlExecutorImpl.java:41)
at org.apache.calcite.prepare.CalcitePrepareImpl.executeDdl(CalcitePrepareImpl.java:372)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:652)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:519)
at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:487)
at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:236)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:621)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 2 more
Caused by: [CIRCULAR REFERENCE IllegalArgumentException]
|
Test:
task ':server:test'#L1
Execution failed for task ':server:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/server/build/reports/tests/test/index.html
|
Test
Execution failed for task ':server:test'.
> There were failing tests. See the report at: file:///D:/a/calcite/calcite/server/build/reports/tests/test/index.html
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Test
Gradle Build Scan: https://gradle.com/s/r74k52dibxkjo
|
Loading