This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 986f037dda1 [FLINK-38386][build] Fix attaching type annotations for
jdk23+
986f037dda1 is described below
commit 986f037dda12e02db42ca09032257f61788ef388
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Sep 24 22:41:33 2025 +0200
[FLINK-38386][build] Fix attaching type annotations for jdk23+
---
flink-table/flink-sql-parser/pom.xml | 10 ----------
flink-table/flink-table-calcite-bridge/pom.xml | 5 +++++
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/flink-table/flink-sql-parser/pom.xml
b/flink-table/flink-sql-parser/pom.xml
index f0e5b3a0037..500f23b18ac 100644
--- a/flink-table/flink-sql-parser/pom.xml
+++ b/flink-table/flink-sql-parser/pom.xml
@@ -150,10 +150,6 @@ under the License.
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-linq4j</artifactId>
- </exclusion>
<exclusion>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
@@ -244,12 +240,6 @@ under the License.
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-linq4j</artifactId>
- <version>${calcite.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
diff --git a/flink-table/flink-table-calcite-bridge/pom.xml
b/flink-table/flink-table-calcite-bridge/pom.xml
index 4f56c9d7fb1..97ad9faf361 100644
--- a/flink-table/flink-table-calcite-bridge/pom.xml
+++ b/flink-table/flink-table-calcite-bridge/pom.xml
@@ -179,6 +179,11 @@ under the License.
<version>2.9.0</version>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-annotations</artifactId>