Skip to content

[CALCITE-6566] JDBC adapter should generate PI function with parenthe… #13623

[CALCITE-6566] JDBC adapter should generate PI function with parenthe…

[CALCITE-6566] JDBC adapter should generate PI function with parenthe… #13623

Triggered via pull request September 18, 2024 23:24
Status Failure
Total duration 25m 0s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
10m 49s
Windows (JDK 8)
Windows (JDK 17)
11m 13s
Windows (JDK 17)
Windows (JDK 21)
10m 29s
Windows (JDK 21)
Linux (JDK 8), oldest Guava, America/New_York Timezone
8m 46s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
8m 55s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
7m 28s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
7m 31s
Linux (JDK 17)
Linux (JDK 21)
9m 20s
Linux (JDK 21)
Linux (JDK 22)
7m 17s
Linux (JDK 22)
Linux (JDK 11), Avatica main
7m 45s
Linux (JDK 11), Avatica main
macOS (JDK 21)
22m 33s
macOS (JDK 21)
Error Prone (JDK 11), latest Guava
4m 9s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
10m 48s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
11m 0s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
6m 57s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

55 errors and 30 warnings
Linux (JDK 22): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
Linux (JDK 22): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 22): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
Linux (JDK 22): 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
Linux (JDK 22)
Unknown error
Linux (JDK 11), Pacific/Chatham Timezone: org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
Linux (JDK 11), Pacific/Chatham Timezone: org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 11), Pacific/Chatham Timezone: org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
Linux (JDK 11), Pacific/Chatham Timezone: 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
Linux (JDK 11), Pacific/Chatham Timezone
Unknown error
Linux (JDK 17): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
Linux (JDK 17): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 17): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
Linux (JDK 17): 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
Linux (JDK 17)
Unknown error
Linux (JDK 11), Avatica main: org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
Linux (JDK 11), Avatica main: org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 11), Avatica main: org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
Linux (JDK 11), Avatica main: 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
Linux (JDK 11), Avatica main
Unknown error
Linux (JDK 8), oldest Guava, America/New_York Timezone: org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.Intercepti
Linux (JDK 8), oldest Guava, America/New_York Timezone: org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 8), oldest Guava, America/New_York Timezone: org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.inv
Linux (JDK 8), oldest Guava, America/New_York Timezone: 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
Linux (JDK 8), latest Guava, America/New_York Timezone: org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.Intercepti
Linux (JDK 8), latest Guava, America/New_York Timezone: org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 8), latest Guava, America/New_York Timezone: org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.inv
Linux (JDK 8), latest Guava, America/New_York Timezone: 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
Linux (JDK 21): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
Linux (JDK 21): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Linux (JDK 21): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
Linux (JDK 21): 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
Linux (JDK 21)
Unknown error
Windows (JDK 21): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationI
Windows (JDK 21): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Windows (JDK 21): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndI
Windows (JDK 21): 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:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 21)
Unknown error
Windows (JDK 8): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.
Windows (JDK 8): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Windows (JDK 8): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.ex
Windows (JDK 8): 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:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 8)
Unknown error
Windows (JDK 17): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationI
Windows (JDK 17): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
Windows (JDK 17): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndI
Windows (JDK 17): 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:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 17)
Unknown error
macOS (JDK 21): org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CoreSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterc
macOS (JDK 21): org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.SqlOperatorUnparseTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 11: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.visit(SqlValidatorImpl.java:7089) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7260) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$SelectExpander.visit(SqlValidatorImpl.java:7245) at app//org.apache.calcite.sql.SqlIdentifier.accept(SqlIdentifier.java:324) at app//org.apache.calcite.sql.validate.SqlValidatorImpl$Expander.go(SqlValidatorImpl.java:7078) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectExpr(SqlValidatorImpl.java:6649) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.expandSelectItem(SqlValidatorImpl.java:481) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelectList(SqlValidatorImpl.java:5014) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:4095) at app//org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:62) at app//org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:95) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1206) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1177) at app//org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:282) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.check(SqlOperatorUnparseTest.java:95) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.test.SqlOperatorUnparseTest$UnparseTester.forEachQuery(SqlOperatorUnparseTest.java:88) Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:605) ... 29 more
macOS (JDK 21): org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testPiFunc() org.apache.calcite.runtime.CalciteContextException: From line 1, column 9 to line 1, column 10: Column 'PI' not found in any table at app//org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:511) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:952) at app//org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:937) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5883) at app//org.apache.calcite.sql.validate.DelegatingScope.fullyQualify(DelegatingScope.java:293) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateIdentifier(SqlValidatorImpl.java:3412) at app//org.apache.calcite.sql.SqlIdentifier.validateExpr(SqlIdentifier.java:304) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.SqlNode.validateExpr(SqlNode.java:276) at app//org.apache.calcite.sql.SqlOperator.validateCall(SqlOperator.java:473) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateCall(SqlValidatorImpl.java:6607) at app//org.apache.calcite.sql.SqlCall.validate(SqlCall.java:145) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1143) at app//org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:849) at app//org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:162) at app//org.apache.calcite.sql.test.AbstractSqlTester.validateAndApply(AbstractSqlTester.java:258) at app//org.apache.calcite.sql.test.AbstractSqlTester.getColumnType(AbstractSqlTester.java:136) at app//org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:236) at app//org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:16230) at app//org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalarApprox$4(SqlOperatorFixtureImpl.java:259) at app//org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:450) at app//org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalarApprox(SqlOperatorFixtureImpl.java:258) at app//org.apache.calcite.test.SqlOperatorTest.testPiFunc(SqlOperatorTest.java:9364) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.proceed(SameThreadTimeoutInvocation.java:45) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:4
macOS (JDK 21): 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:///Users/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
macOS (JDK 21)
Unknown error
Error Prone (JDK 11), latest Guava
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/
Error Prone (JDK 11), latest Guava
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/
Druid Tests
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/
Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, actions/checkout@v3, 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/
Linux (JDK 22)
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/
Linux (JDK 22)
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/
Linux (JDK 11), Pacific/Chatham Timezone
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/
Linux (JDK 11), Pacific/Chatham Timezone
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/
Linux (JDK 17)
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/
Linux (JDK 17)
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/
Linux (JDK 11), Avatica main
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/
Linux (JDK 11), Avatica main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 8), oldest Guava, America/New_York Timezone
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/
Linux (JDK 8), oldest Guava, America/New_York Timezone
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/
Linux (JDK 8), latest Guava, America/New_York Timezone
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/
Linux (JDK 8), latest Guava, America/New_York Timezone
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/
Linux (JDK 21)
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/
Linux (JDK 21)
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/
Windows (JDK 21)
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/
Windows (JDK 21)
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/
CheckerFramework (JDK 11)
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/
CheckerFramework (JDK 11)
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/
Windows (JDK 8)
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/
Windows (JDK 8)
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/
CheckerFramework (JDK 11), oldest Guava
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/
CheckerFramework (JDK 11), oldest Guava
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/
Windows (JDK 17)
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/
Windows (JDK 17)
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/
macOS (JDK 21)
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/
macOS (JDK 21)
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/