slinkydeveloper commented on a change in pull request #17897:
URL: https://github.com/apache/flink/pull/17897#discussion_r760871401
##########
File path: flink-dist/pom.xml
##########
@@ -129,6 +129,12 @@ under the License.
<!-- Default file system support. The Hadoop and MapR
dependencies -->
<!-- are optional, so not being added to the dist jar
-->
+ <dependency>
Review comment:
What makes you say is it in the release two times? My understanding is
that in master flink-connector-files is included as part of the table uber jar,
which is imported here and copied in `/lib`. With this PR instead, the
flink-connector-files is not part of the table uber jar but is imported
directly and copied to `/lib`.
I might be missing something here...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]