Skip to content

Commit 9644892

Browse files
snuyanzinSamrat002
authored andcommitted
[FLINK-38772][table] CliClientITCase is broken in IDE
1 parent b45891d commit 9644892

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flink-table/flink-sql-client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,11 @@ under the License.
202202
<version>${project.version}</version>
203203
<optional>${flink.markBundledAsOptional}</optional>
204204
<exclusions>
205-
<exclusion>
205+
<!-- Uncomment it after Calcite is upgraded to 1.39.0
206+
<exclusion>
206207
<groupId>org.apache.calcite</groupId>
207208
<artifactId>calcite-core</artifactId>
208-
</exclusion>
209+
</exclusion-->
209210
<exclusion>
210211
<groupId>org.apache.calcite</groupId>
211212
<artifactId>calcite-testkit</artifactId>

0 commit comments

Comments
 (0)