Support JSON_OBJECT('foo', 'bar') syntax alongside KEY/VALUE and ':'-… #180
Annotations
8 errors and 2 warnings
Test:
UtilTest.java#L1953
0.1sec org.apache.calcite.util.UtilTest > testResources()
java.lang.AssertionError: key 'IllegalComma' not found for resource 'illegalComma' in bundle 'java.util.PropertyResourceBundle@517cf842'; add the following line to org.apache.calcite.runtime.CalciteResource.properties:
IllegalComma=Illegal identifier '',''. Was expecting ''VALUE''
at org.apache.calcite.runtime.Resources$Inst.validate(Resources.java:357)
at org.apache.calcite.runtime.Resources$ExInstWithCause.validate(Resources.java:586)
at org.apache.calcite.runtime.Resources$ExInst.validate(Resources.java:605)
at org.apache.calcite.runtime.Resources.validate(Resources.java:249)
at org.apache.calcite.runtime.Resources.validate(Resources.java:226)
at org.apache.calcite.util.UtilTest.testResources(UtilTest.java:1953)
|
Test:
ExceptionMessageTest.java#L221
0.0sec org.apache.calcite.test.ExceptionMessageTest > testRelNodeQueryException()
java.lang.AssertionError:
Expected: a string containing "Error while preparing plan [LogicalProject($f0=[ABS($1)])\n LogicalTableScan(table=[[test, entries]])\n]: Unable to implement EnumerableCalc(expr#0..1=[{inputs}]"
but: was "Error while preparing plan [LogicalProject($f0=[ABS($1)])
LogicalTableScan(table=[[test, entries]])
]"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.ExceptionMessageTest.testRelNodeQueryException(ExceptionMessageTest.java:221)
|
Test:
ExceptionMessageTest.java#L154
0.0sec org.apache.calcite.test.ExceptionMessageTest > testNonSqlException()
java.lang.AssertionError:
Expected: "Error while executing SQL \"select * from \"badEntries\"\": Can't iterate over badEntries: Can't iterate over badEntries"
but: was "Error while executing SQL \"select * from \"badEntries\"\": Can't iterate over badEntries"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.ExceptionMessageTest.testNonSqlException(ExceptionMessageTest.java:154)
|
Test:
ExceptionMessageTest.java#L165
0.0sec org.apache.calcite.test.ExceptionMessageTest > testSyntaxError()
java.lang.AssertionError:
Expected: "Error while executing SQL \"invalid sql\": parse failed: Non-query expression encountered in illegal context: parse failed: Non-query expression encountered in illegal context"
but: was "Error while executing SQL \"invalid sql\": parse failed: Non-query expression encountered in illegal context"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.ExceptionMessageTest.testSyntaxError(ExceptionMessageTest.java:165)
|
Test:
LintTest.java#L219
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'Support JSON_OBJECT('foo', 'bar') syntax alongside KEY/VALUE and ':'-separated pairs.'; ends with period, invalid git log message 'Support table function calls in FROM clause without TABLE() wrapper.'; ends with period]>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:219)
|
Test:
org.apache.calcite.test.CalciteSqlOperatorTest > testParseTimestampInAlternateTimeZone()#L1
0.0sec org.apache.calcite.test.CalciteSqlOperatorTest > testParseTimestampInAlternateTimeZone()
java.lang.AssertionError: Query: values (PARSE_TIMESTAMP('%a %b %e %I:%M:%S %Y', 'Thu Dec 25 07:30:00 2008'))
Expected: is "2008-12-24 23:30:00"
but: was "2008-12-25 07:30:00"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.apache.calcite.sql.test.ResultCheckers.compareResultSetWithMatcher(ResultCheckers.java:252)
at org.apache.calcite.sql.test.ResultCheckers$MatcherResultChecker.checkResult(ResultCheckers.java:321)
at org.apache.calcite.test.SqlOperatorTest$TesterImpl.check(SqlOperatorTest.java:13089)
at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:160)
at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalar$2(SqlOperatorFixtureImpl.java:224)
at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:446)
at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalar(SqlOperatorFixtureImpl.java:223)
at org.apache.calcite.sql.test.SqlOperatorFixture.checkScalar(SqlOperatorFixture.java:238)
at org.apache.calcite.test.SqlOperatorTest.testParseTimestampInAlternateTimeZone(SqlOperatorTest.java:11723)
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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.j
|
Test:
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Test
Execution failed for task ':core:test'.
> There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading