Skip to content

[CALCITE-6587] Support Java 23 and Guava 33.3.0 #13618

[CALCITE-6587] Support Java 23 and Guava 33.3.0

[CALCITE-6587] Support Java 23 and Guava 33.3.0 #13618

Triggered via pull request September 18, 2024 22:45
Status Cancelled
Total duration 29m 57s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
15m 57s
Windows (JDK 8)
Windows (JDK 17)
14m 58s
Windows (JDK 17)
Windows (JDK 21)
14m 58s
Windows (JDK 21)
Linux (JDK 8), oldest Guava, America/New_York Timezone
10m 40s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
11m 47s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
10m 36s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
10m 31s
Linux (JDK 17)
Linux (JDK 21)
10m 15s
Linux (JDK 21)
Linux (JDK 23)
12m 0s
Linux (JDK 23)
Linux (JDK 11), Avatica main
12m 16s
Linux (JDK 11), Avatica main
macOS (JDK 21)
29m 43s
macOS (JDK 21)
Error Prone (JDK 11), latest Guava
4m 7s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
11m 1s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
10m 34s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
7m 8s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 28 warnings
Linux (JDK 23): SparkAdapterTest.java#L463
1.4sec org.apache.calcite.test.SparkAdapterTest > testOrderByLimit() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) order by y limit 1": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1466) at org.apache.calcite.test.SparkAdapterTest.testOrderByLimit(SparkAdapterTest.java:463) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.ExceptionInInitializerError at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.apache.spark.SparkContext.<init>(SparkContext.scala:295) at org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:58)
Linux (JDK 23): SparkAdapterTest.java#L553
1.4sec org.apache.calcite.test.SparkAdapterTest > testFilterFalse() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) where false": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testFilterFalse(SparkAdapterTest.java:553) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.apache.s
Linux (JDK 23): SparkAdapterTest.java#L338
1.4sec org.apache.calcite.test.SparkAdapterTest > testSortXDescYDescProjectY() java.sql.SQLException: Error while executing SQL "select y from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) order by x desc, y desc": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1466) at org.apache.calcite.test.SparkAdapterTest.testSortXDescYDescProjectY(SparkAdapterTest.java:338) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427)
Linux (JDK 23): SparkAdapterTest.java#L539
1.4sec org.apache.calcite.test.SparkAdapterTest > testFilterTrue() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) where true": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testFilterTrue(SparkAdapterTest.java:539) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.apache.spar
Linux (JDK 23): SparkAdapterTest.java#L447
0.0sec org.apache.calcite.test.SparkAdapterTest > testLimit() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) where x = 1 limit 1": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testLimit(SparkAdapterTest.java:447) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.apache.spark
Linux (JDK 23): SparkAdapterTest.java#L275
0.0sec org.apache.calcite.test.SparkAdapterTest > testUnion() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b')) as t(x, y) union select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y)": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testUnion(SparkAdapterTest.java:275) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427)
Linux (JDK 23): SparkAdapterTest.java#L519
0.0sec org.apache.calcite.test.SparkAdapterTest > testFilterIsIn() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (3, 'b'), (4, 'c'), (2, 'c')) as t(x, y) where x in (3, 4)": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testFilterIsIn(SparkAdapterTest.java:519) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.apac
Linux (JDK 23): SparkAdapterTest.java#L185
0.0sec org.apache.calcite.test.SparkAdapterTest > testGroupByMinMaxCountCountDistinctOrderByAsc() java.sql.SQLException: Error while executing SQL "select x, min(y) as MIN_Y, max(y) as MAX_Y, count(*) as CNT_Y, count(distinct y) as CNT_DIST_Y from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) group by x order by x asc": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1466) at org.apache.calcite.test.SparkAdapterTest.testGroupByMinMaxCountCountDistinctOrderByAsc(SparkAdapterTest.java:185) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.g
Linux (JDK 23): SparkAdapterTest.java#L608
0.0sec org.apache.calcite.test.SparkAdapterTest > testFilterIsNull() java.sql.SQLException: Error while executing SQL "select * from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) where x is null": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsUnordered(CalciteAssert.java:1525) at org.apache.calcite.test.SparkAdapterTest.testFilterIsNull(SparkAdapterTest.java:608) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427) at org.ap
Linux (JDK 23): SparkAdapterTest.java#L163
0.0sec org.apache.calcite.test.SparkAdapterTest > testGroupByOrderByAsc() java.sql.SQLException: Error while executing SQL "select x, count(*) as CNT_Y from (values (1, 'a'), (2, 'b'), (1, 'b'), (2, 'c'), (2, 'c')) as t(x, y) group by x order by x asc": java.lang.reflect.InvocationTargetException 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:567) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1515) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1454) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1513) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1503) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1466) at org.apache.calcite.test.SparkAdapterTest.testGroupByOrderByAsc(SparkAdapterTest.java:163) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:394) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:599) ... 6 more Next exception 1: [CIRCULAR REFERENCE SQLException] Next exception 2: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:192) at org.apache.calcite.jdbc.CalcitePrepare$Dummy.getSparkHandler(CalcitePrepare.java:173) at org.apache.calcite.jdbc.CalciteConnectionImpl$ContextImpl.spark(CalciteConnectionImpl.java:581) at org.apache.calcite.prepare.CalcitePrepareImpl.createPlanner(CalcitePrepareImpl.java:462) at org.apache.calcite.prepare.CalcitePrepareImpl.lambda$createPlannerFactories$1(CalcitePrepareImpl.java:432) at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517) at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:492) at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:237) at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:702) at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157) ... 8 more Caused by: java.lang.reflect.InvocationTargetException at org.apache.calcite.jdbc.CalcitePrepare$Dummy.createHandler(CalcitePrepare.java:184) ... 18 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.adapter.spark.SparkHandlerImpl$Holder at org.apache.calcite.adapter.spark.SparkHandlerImpl.instance(SparkHandlerImpl.java:86) ... 19 more Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed [in thread "ForkJoinPool-1-worker-3"] at java.base/javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:700) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2427) at scala.Option.getOrElse(Option.scala:120) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2427)
macOS (JDK 21)
Canceling since a higher priority waiting request for 'ci-main-refs/pull/3971/merge' exists
macOS (JDK 21)
The operation was canceled.
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Error Prone (JDK 11), latest Guava
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Druid Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, actions/checkout@v3, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 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 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/
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/
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 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/
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/
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 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 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 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/
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 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/