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 4072808b52d [FLINK-38772][table] `CliClientITCase` is broken in IDE
4072808b52d is described below

commit 4072808b52d1c34f1e951c4cd200305221197ad6
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Dec 4 22:51:44 2025 +0100

    [FLINK-38772][table] `CliClientITCase` is broken in IDE
---
 flink-table/flink-sql-client/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/flink-table/flink-sql-client/pom.xml 
b/flink-table/flink-sql-client/pom.xml
index 3078009b3f2..f25fd1d0084 100644
--- a/flink-table/flink-sql-client/pom.xml
+++ b/flink-table/flink-sql-client/pom.xml
@@ -202,10 +202,11 @@ under the License.
                        <version>${project.version}</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                        <exclusions>
-                               <exclusion>
+                               <!-- Uncomment it after Calcite is upgraded to 
1.39.0
+                            <exclusion>
                                        <groupId>org.apache.calcite</groupId>
                                        <artifactId>calcite-core</artifactId>
-                               </exclusion>
+                               </exclusion-->
                                <exclusion>
                                        <groupId>org.apache.calcite</groupId>
                                        <artifactId>calcite-testkit</artifactId>

Reply via email to