slinkydeveloper commented on a change in pull request #17897:
URL: https://github.com/apache/flink/pull/17897#discussion_r757618331



##########
File path: flink-table/flink-table-uber/pom.xml
##########
@@ -88,6 +88,11 @@ under the License.
                        <artifactId>flink-cep</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>

Review comment:
       This PR doesn't changes the uber jar building, which on master already 
includes flink-connector-files. The reason for this specific change is that, 
before this PR, flink-table-common depends on flink-connector-files, so 
flink-table-uber depends on flink-connector-files through flink-table-common. 
Now none of the packages in flink-table-* depends anymore on 
flink-connector-files, so we need to import it here explicitly.




-- 
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]


Reply via email to