Skip to content

[CALCITE-5409] Implement BatchNestedLoopJoin for JDBC #11272

[CALCITE-5409] Implement BatchNestedLoopJoin for JDBC

[CALCITE-5409] Implement BatchNestedLoopJoin for JDBC #11272

Triggered via pull request December 4, 2023 09:34
Status Cancelled
Total duration 12m 53s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
7m 37s
Windows (JDK 8)
Windows (JDK 17)
5m 24s
Windows (JDK 17)
Linux (JDK 8), oldest Guava, America/New_York Timezone
3m 43s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
4m 43s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
3m 22s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
3m 39s
Linux (JDK 17)
Linux (JDK 19)
3m 2s
Linux (JDK 19)
Linux (JDK 11), Avatica main
4m 25s
Linux (JDK 11), Avatica main
macOS (JDK 19)
12m 42s
macOS (JDK 19)
Error Prone (JDK 11), latest Guava
3m 39s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
9m 54s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
9m 54s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
6m 38s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 14 warnings
Linux (JDK 19): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 19)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Pacific/Chatham Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Pacific/Chatham Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), oldest Guava, America/New_York Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), oldest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Avatica main: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Avatica main
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), latest Guava, America/New_York Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), latest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\main\java\org\apache\calcite\adapter\jdbc\JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { - private static final Constructor NEW = Types.lookupConstructor(JdbcCorrelationDataContext.class,\r\n - DataContext.class, Object[].class);\r\n + private static final Constructor NEW =\r\n + Types.lookupConstructor(JdbcCorrelationDataContext.class, DataContext.class, Object[].class);\r\n private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core\src\main\java\org\apache\calcite\adapter\jdbc\JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); - return new SqlDynamicParam(dataContextBuilder.add(variable.id, ordinal,\r\n + return new SqlDynamicParam(\r\n + dataContextBuilder.add(variable.id, ordinal,\r\n typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
Druid Tests: DruidAdapter2IT.java#L2025
0.2sec org.apache.calcite.test.DruidAdapter2IT > testInterleaveBetweenAggregateAndGroupOrderByOnMetrics() java.lang.AssertionError: Expected: "store_state=CA; brand_name=King; A=21.4632\nstore_state=OR; brand_name=Symphony; A=32.176\nstore_state=CA; brand_name=Toretti; A=32.2465\nstore_state=WA; brand_name=King; A=34.6104\nstore_state=OR; brand_name=Toretti; A=36.3" but: was "store_state=OR; brand_name=ADJ; A=83.8764\nstore_state=WA; brand_name=Akron; A=85.8402\nstore_state=OR; brand_name=American; A=86.7898\nstore_state=WA; brand_name=ADJ; A=97.6488\nstore_state=CA; brand_name=ADJ; A=98.0076" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.CalciteAssert.lambda$checkResult$6(CalciteAssert.java:453) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:582) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1495) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1434) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1493) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1483) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsOrdered(CalciteAssert.java:1509) at org.apache.calcite.test.DruidAdapter2IT.testInterleaveBetweenAggregateAndGroupOrderByOnMetrics(DruidAdapter2IT.java:2025) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1, sql=select "store_state", "brand_name", "A" from ( select sum("store_sales")-sum("store_cost") as a, "store_state", "brand_name" from "foodmart" group by "store_state", "brand_name" ) subq order by "A" limit 5 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:389) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:598) ... 6 more
Druid Tests: DruidAdapterIT.java#L2336
0.1sec org.apache.calcite.test.DruidAdapterIT > testInterleaveBetweenAggregateAndGroupOrderByOnMetrics() java.lang.AssertionError: Expected: "store_state=CA; brand_name=King; A=21.4632\nstore_state=OR; brand_name=Symphony; A=32.176\nstore_state=CA; brand_name=Toretti; A=32.2465\nstore_state=WA; brand_name=King; A=34.6104\nstore_state=OR; brand_name=Toretti; A=36.3" but: was "store_state=OR; brand_name=ADJ; A=83.8764\nstore_state=WA; brand_name=Akron; A=85.8402\nstore_state=OR; brand_name=American; A=86.7898\nstore_state=WA; brand_name=ADJ; A=97.6488\nstore_state=CA; brand_name=ADJ; A=98.0076" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.CalciteAssert.lambda$checkResult$6(CalciteAssert.java:453) at org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:582) at org.apache.calcite.test.CalciteAssert$AssertQuery.lambda$returns$1(CalciteAssert.java:1495) at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1434) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1493) at org.apache.calcite.test.CalciteAssert$AssertQuery.returns(CalciteAssert.java:1483) at org.apache.calcite.test.CalciteAssert$AssertQuery.returnsOrdered(CalciteAssert.java:1509) at org.apache.calcite.test.DruidAdapterIT.testInterleaveBetweenAggregateAndGroupOrderByOnMetrics(DruidAdapterIT.java:2336) Suppressed: org.apache.calcite.util.TestUtil$ExtraInformation: With materializationsEnabled=false, limit=-1, sql=select "store_state", "brand_name", "A" from ( select sum("store_sales")-sum("store_cost") as a, "store_state", "brand_name" from "foodmart" group by "store_state", "brand_name" ) subq order by "A" limit 5 at app//org.apache.calcite.util.TestUtil.rethrow(TestUtil.java:389) at app//org.apache.calcite.test.CalciteAssert.assertQuery(CalciteAssert.java:598) ... 6 more
Druid Tests: task ':druid:test'#L1
Execution failed for task ':druid:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/calcite/druid/build/reports/tests/test/index.html
Druid Tests
Execution failed for task ':druid:test'. > There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/calcite/druid/build/reports/tests/test/index.html
Windows (JDK 8): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\main\java\org\apache\calcite\adapter\jdbc\JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { - private static final Constructor NEW = Types.lookupConstructor(JdbcCorrelationDataContext.class,\r\n - DataContext.class, Object[].class);\r\n + private static final Constructor NEW =\r\n + Types.lookupConstructor(JdbcCorrelationDataContext.class, DataContext.class, Object[].class);\r\n private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core\src\main\java\org\apache\calcite\adapter\jdbc\JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); - return new SqlDynamicParam(dataContextBuilder.add(variable.id, ordinal,\r\n + return new SqlDynamicParam(\r\n + dataContextBuilder.add(variable.id, ordinal,\r\n typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
macOS (JDK 19): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
macOS (JDK 19)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCorrelationDataContextBuilderImpl.java @@ -33,8 +33,8 @@ * An implementation class of JdbcCorrelationDataContext. */ public class JdbcCorrelationDataContextBuilderImpl implements JdbcCorrelationDataContextBuilder { -··private·static·final·Constructor·NEW·=·Types.lookupConstructor(JdbcCorrelationDataContext.class,␊ -······DataContext.class,·Object[].class);␊ +··private·static·final·Constructor·NEW·=␊ +······Types.lookupConstructor(JdbcCorrelationDataContext.class,·DataContext.class,·Object[].class);␊ private final ImmutableList.Builder<Expression> parameters = new ImmutableList.Builder<>(); private int offset = JdbcCorrelationDataContext.OFFSET; private final EnumerableRelImplementor implementor; core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcImplementor.java @@ -68,7 +68,8 @@ return new Context(dialect, fieldList.size()) { @OverRide public SqlNode field(int ordinal) { RelDataTypeField field = fieldList.get(ordinal); -········return·new·SqlDynamicParam(dataContextBuilder.add(variable.id,·ordinal,␊ +········return·new·SqlDynamicParam(␊ +············dataContextBuilder.add(variable.id,·ordinal,␊ typeFactory.getJavaClass(field.getType())), SqlParserPos.ZERO); } Run './gradlew autostyleApply' to fix the violations.
macOS (JDK 19)
The operation was canceled.
Linux (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 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/
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 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 8), oldest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Avatica main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), latest Guava, America/New_York Timezone
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 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 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 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 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 uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS (JDK 19)
Failed to restore: The operation cannot be completed in timeout.