Skip to content

[CALCITE-2980] Implement the FORMAT clause of the CAST operator #12354

[CALCITE-2980] Implement the FORMAT clause of the CAST operator

[CALCITE-2980] Implement the FORMAT clause of the CAST operator #12354

Triggered via pull request April 10, 2024 23:44
Status Failure
Total duration 10m 26s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
9m 2s
Windows (JDK 8)
Windows (JDK 17)
8m 57s
Windows (JDK 17)
Linux (JDK 8), oldest Guava, America/New_York Timezone
6m 54s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
8m 14s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
7m 8s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
6m 39s
Linux (JDK 17)
Linux (JDK 19)
6m 1s
Linux (JDK 19)
Linux (JDK 11), Avatica main
8m 0s
Linux (JDK 11), Avatica main
macOS (JDK 19)
7m 26s
macOS (JDK 19)
Error Prone (JDK 11), latest Guava
3m 42s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
10m 16s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
9m 45s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
6m 46s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 26 warnings
Linux (JDK 19): RelOptRulesTest.java#L2016
0.2sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 19): RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 19): 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
Linux (JDK 19)
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
Linux (JDK 17): RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 17): RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 17): 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
Linux (JDK 17)
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
Linux (JDK 8), oldest Guava, America/New_York Timezone: RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 8), oldest Guava, America/New_York Timezone: RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 8), oldest Guava, America/New_York Timezone: 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
Linux (JDK 8), oldest Guava, America/New_York Timezone
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
Linux (JDK 11), Pacific/Chatham Timezone: RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 11), Pacific/Chatham Timezone: RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 11), Pacific/Chatham Timezone: 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
Linux (JDK 11), Pacific/Chatham Timezone
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
macOS (JDK 19): RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
macOS (JDK 19): RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /Users/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /Users/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
macOS (JDK 19): task ':core:test'#L1
Execution failed for task ':core:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///Users/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
macOS (JDK 19)
Execution failed for task ':core:test'. > There were failing tests. See the report at: file:///Users/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
Linux (JDK 11), Avatica main: RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 11), Avatica main: RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 11), Avatica main: 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
Linux (JDK 11), Avatica main
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
Linux (JDK 8), latest Guava, America/New_York Timezone: RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Linux (JDK 8), latest Guava, America/New_York Timezone: RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff /home/runner/work/calcite/calcite/core/build/diffrepo/test/org/apache/calcite/test/RelOptRulesTest_actual.xml /home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Linux (JDK 8), latest Guava, America/New_York Timezone: 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
Linux (JDK 8), latest Guava, America/New_York Timezone
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
Windows (JDK 17): RelOptRulesTest.java#L2016
0.1sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at app//org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at app//org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at app//org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at app//org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Windows (JDK 17): RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff D:\a\calcite\calcite\core\build\diffrepo\test\org\apache\calcite\test\RelOptRulesTest_actual.xml D:\a\calcite\calcite\core\src\test\resources\org\apache\calcite\test\RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Windows (JDK 17): task ':core:test'#L1
Execution failed for task ':core:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 17)
Execution failed for task ':core:test'. > There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 8): RelOptRulesTest.java#L2016
0.2sec org.apache.calcite.test.RelOptRulesTest > testArrayRepeat() org.opentest4j.AssertionFailedError: planBefore ==> expected: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) LogicalValues(tuples=[[{ 0 }]]) > but was: < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) LogicalValues(tuples=[[{ 0 }]]) > at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1153) at org.apache.calcite.test.DiffRepository.assertEquals(DiffRepository.java:499) at org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:367) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330) at org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:314) at org.apache.calcite.test.RelOptRulesTest.testArrayRepeat(RelOptRulesTest.java:2016)
Windows (JDK 8): RelOptRulesTest.java#L212
0.0sec org.apache.calcite.test.RelOptRulesTest > executionError java.lang.IllegalArgumentException: Actual and reference files differ. If you are adding new tests, replace the reference file with the current actual file, after checking its content. diff D:\a\calcite\calcite\core\build\diffrepo\test\org\apache\calcite\test\RelOptRulesTest_actual.xml D:\a\calcite\calcite\core\src\test\resources\org\apache\calcite\test\RelOptRulesTest.xml 1312c1312 < LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:DECIMAL(19, 9))]) --- > LogicalProject(EXPR$0=[ARRAY_REPEAT(1, null:NULL)]) at org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:263) at org.apache.calcite.test.RelOptRulesTest.checkActualAndReferenceFiles(RelOptRulesTest.java:212)
Windows (JDK 8): task ':core:test'#L1
Execution failed for task ':core:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 8)
Execution failed for task ':core:test'. > There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Error Prone (JDK 11), latest Guava
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
Linux (JDK 19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 19)
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
Druid Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, actions/checkout@v3, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
Linux (JDK 8), oldest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 11), Pacific/Chatham Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
macOS (JDK 19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS (JDK 19)
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
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/.
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 8), latest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
Windows (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
CheckerFramework (JDK 11), oldest Guava
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/