[CALCITE-6696] Update arrow from 15.0.0 to 16.0.0 in Arrow adapter #14147
Triggered via pull request
November 24, 2024 03:58
Status
Failure
Total duration
26m 17s
Artifacts
–
main.yml
on: pull_request
Windows (JDK 8)
10m 49s
Windows (JDK 17)
12m 45s
Windows (JDK 21)
11m 7s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
3m 37s
Linux (JDK 8, latest Guava, America/New_York Timezone)
3m 29s
Linux (JDK 11, Pacific/Chatham Timezone)
5m 23s
Linux (JDK 17)
5m 26s
Linux (JDK 21)
5m 20s
Linux (JDK 23)
3m 33s
Linux (JDK 11, Avatica main)
8m 23s
macOS (JDK 21)
26m 8s
ErrorProne (JDK 11, latest Guava)
6m 35s
CheckerFramework (JDK 11)
12m 50s
CheckerFramework (JDK 11, oldest Guava)
12m 53s
Linux (JDK 8) Slow Tests
0s
Druid Tests
6m 56s
Annotations
82 errors and 30 warnings
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L161
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterTest.java#L435
0.6sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L133
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L91
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterTest.java#L134
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L176
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L105
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L119
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L77
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testTinyIntProject()
java.sql.SQLException: Error while executing SQL "select "tinyIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testTinyIntProject(ArrowAdapterDataTypesTest.java:77)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 23):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L133
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L435
0.8sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L91
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L161
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L119
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L134
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L105
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L176
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L147
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDoubleProject()
java.sql.SQLException: Error while executing SQL "select "doubleField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDoubleProject(ArrowAdapterDataTypesTest.java:147)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L133
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L91
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L161
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L435
0.9sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L176
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L119
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterTest.java#L134
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L105
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
ArrowAdapterDataTypesTest.java#L147
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDoubleProject()
java.sql.SQLException: Error while executing SQL "select "doubleField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDoubleProject(ArrowAdapterDataTypesTest.java:147)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L91
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L161
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L133
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterTest.java#L435
0.7sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L105
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L176
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L119
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterTest.java#L134
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 21):
ArrowAdapterDataTypesTest.java#L77
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testTinyIntProject()
java.sql.SQLException: Error while executing SQL "select "tinyIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testTinyIntProject(ArrowAdapterDataTypesTest.java:77)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L91
1.7sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterTest.java#L435
0.8sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L161
1.7sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L133
1.7sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterTest.java#L134
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L176
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L119
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L105
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L147
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDoubleProject()
java.sql.SQLException: Error while executing SQL "select "doubleField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDoubleProject(ArrowAdapterDataTypesTest.java:147)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Pacific/Chatham Timezone):
ArrowAdapterDataTypesTest.java#L190
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L161
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L133
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L91
1.6sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L176
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterTest.java#L435
0.7sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L119
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterTest.java#L134
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L105
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 17):
ArrowAdapterDataTypesTest.java#L147
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDoubleProject()
java.sql.SQLException: Error while executing SQL "select "doubleField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDoubleProject(ArrowAdapterDataTypesTest.java:147)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L91
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testSmallIntProject()
java.sql.SQLException: Error while executing SQL "select "smallIntField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testSmallIntProject(ArrowAdapterDataTypesTest.java:91)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L133
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testFloatProject()
java.sql.SQLException: Error while executing SQL "select "floatField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testFloatProject(ArrowAdapterDataTypesTest.java:133)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L161
1.8sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDecimalProject()
java.sql.SQLException: Error while executing SQL "select "decimalField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDecimalProject(ArrowAdapterDataTypesTest.java:161)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterTest.java#L435
0.8sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testConjunctiveIsNullFilters()
java.sql.SQLException: Error while executing SQL "select * from arrowdata
where "intField" is null and "stringField" is null": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsCount(CalciteAssert.java:1508)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testConjunctiveIsNullFilters(ArrowAdapterTest.java:435)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:151)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:117)
at app//org.apache.arrow.gandiva.evaluator.Filter.make(Filter.java:67)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:149)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L119
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testLongProject()
java.sql.SQLException: Error while executing SQL "select "longField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testLongProject(ArrowAdapterDataTypesTest.java:119)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L105
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testIntProject()
java.sql.SQLException: Error while executing SQL "select "intField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testIntProject(ArrowAdapterDataTypesTest.java:105)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L176
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDateProject()
java.sql.SQLException: Error while executing SQL "select "dateField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDateProject(ArrowAdapterDataTypesTest.java:176)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterTest.java#L134
0.1sec org.apache.calcite.adapter.arrow.ArrowAdapterTest > testArrowProjectAllFieldsExplicitly()
java.sql.SQLException: Error while executing SQL "select "intField", "stringField", "floatField", "longField" from arrowdata
": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterTest.testArrowProjectAllFieldsExplicitly(ArrowAdapterTest.java:134)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=6
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L147
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testDoubleProject()
java.sql.SQLException: Error while executing SQL "select "doubleField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testDoubleProject(ArrowAdapterDataTypesTest.java:147)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=2
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Linux (JDK 11, Avatica main):
ArrowAdapterDataTypesTest.java#L190
0.0sec org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest > testBooleanProject()
java.sql.SQLException: Error while executing SQL "select "booleanField" from arrowdatatype": Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:571)
at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1524)
at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1463)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1522)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1512)
at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1475)
at org.apache.calcite.adapter.arrow.ArrowAdapterDataTypesTest.testBooleanProject(ArrowAdapterDataTypesTest.java:190)
Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=3
at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:401)
at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:603)
... 6 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: java.lang.RuntimeException: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at org.apache.calcite.util.Util.toUnchecked(Util.java:998)
at org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:117)
at org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:367)
at org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:335)
at org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:657)
at org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:648)
at org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:184)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:64)
at org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:43)
at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:717)
at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 8 more
Caused by: Failed to make LLVM module due to Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:199)
at app//org.apache.arrow.gandiva.evaluator.Projector.make(Projector.java:78)
at app//org.apache.calcite.adapter.arrow.ArrowTable.query(ArrowTable.java:115)
... 19 more
Next exception 3: [CIRCULAR REFERENCE PlaceholderException]
Caused by: [CIRCULAR REFERENCE RuntimeException]
|
Windows (JDK 8):
LintTest.java#L301
5.2sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message '[CALCITE-6696] Update arrow from 15.0.0 to 16.0.0 in Arrow adapter'; Message must be capitalized as 'Arrow']>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:301)
|
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 21):
LintTest.java#L301
2.5sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message '[CALCITE-6696] Update arrow from 15.0.0 to 16.0.0 in Arrow adapter'; Message must be capitalized as 'Arrow']>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:301)
|
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 17):
LintTest.java#L301
2.2sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message '[CALCITE-6696] Update arrow from 15.0.0 to 16.0.0 in Arrow adapter'; Message must be capitalized as 'Arrow']>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:301)
|
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):
LintTest.java#L301
0.4sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message '[CALCITE-6696] Update arrow from 15.0.0 to 16.0.0 in Arrow adapter'; Message must be capitalized as 'Arrow']>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:301)
|
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
|
Linux (JDK 23)
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 23)
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, 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/
|
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/
|
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/
|
ErrorProne (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/
|
ErrorProne (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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|