zentol commented on a change in pull request #7409: [FLINK-11064] [table] Setup
a new flink-table module structure
URL: https://github.com/apache/flink/pull/7409#discussion_r246325816
##########
File path: flink-connectors/flink-connector-cassandra/pom.xml
##########
@@ -196,11 +196,22 @@ under the License.
</exclusion>
</exclusions>
</dependency>
+
+ <!-- Table ecosystem -->
+ <!-- Projects depending on this project, won't depend on
flink-table-*. -->
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+
<artifactId>flink-table-api-java_${scala.binary.version}</artifactId>
Review comment:
What is this dependency needed for? Is it just future-proofing for when
classes are moved into the appropriate module? If so, how will the final
dependencies look like?
(this probably also applies to other connectors)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services