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.
flink-parquet
flink-sql-runner
1 parent db0974c commit c146d15Copy full SHA for c146d15
1 file changed
flink-sql-runner/pom.xml
@@ -205,6 +205,12 @@
205
<version>${flink.version}</version>
206
</dependency>
207
208
+ <dependency>
209
+ <groupId>org.apache.flink</groupId>
210
+ <artifactId>flink-parquet</artifactId>
211
+ <version>${flink.version}</version>
212
+ </dependency>
213
+
214
<dependency>
215
<groupId>info.picocli</groupId>
216
<artifactId>picocli</artifactId>
0 commit comments