We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CliClientITCase
1 parent b45891d commit 9644892Copy full SHA for 9644892
flink-table/flink-sql-client/pom.xml
@@ -202,10 +202,11 @@ under the License.
202
<version>${project.version}</version>
203
<optional>${flink.markBundledAsOptional}</optional>
204
<exclusions>
205
- <exclusion>
+ <!-- Uncomment it after Calcite is upgraded to 1.39.0
206
+ <exclusion>
207
<groupId>org.apache.calcite</groupId>
208
<artifactId>calcite-core</artifactId>
- </exclusion>
209
+ </exclusion-->
210
<exclusion>
211
212
<artifactId>calcite-testkit</artifactId>
0 commit comments