twalthr commented on a change in pull request #9219: [FLINK-13404] [table] Port
csv factories and descriptors to flink-csv
URL: https://github.com/apache/flink/pull/9219#discussion_r310005100
##########
File path: flink-table/flink-table-api-java-bridge/pom.xml
##########
@@ -52,5 +52,10 @@ under the License.
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
Review comment:
Add a comment that we can drop this dependency, once we have source/sink
interfaces in `flink-table-common`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services