wangxlong commented on a change in pull request #10769: [FLINK-15479]Override
explainSource method for JDBCTableSource
URL: https://github.com/apache/flink/pull/10769#discussion_r366370879
##########
File path: flink-connectors/flink-jdbc/pom.xml
##########
@@ -54,6 +54,14 @@ under the License.
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+
<artifactId>flink-table-planner-blink_${scala.binary.version}</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
Review comment:
Yes, It is ok to set scope as `test`. But I don't know why set provide in
old planner before.
----------------------------------------------------------------
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