Github user zhangminglei commented on a diff in the pull request: https://github.com/apache/flink/pull/6075#discussion_r200888987 --- Diff: flink-connectors/flink-orc/pom.xml --- @@ -54,6 +54,14 @@ under the License. <optional>true</optional> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-connector-filesystem_${scala.binary.version}</artifactId> + <version>${project.version}</version> + <!-- Projects depending on this project, won't depend on flink-filesystem. --> + <optional>true</optional> + </dependency> + <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-core</artifactId> --- End diff -- Yes. We can upgrade it. Will update.
---