ferenc-csaky commented on code in PR #57:
URL:
https://github.com/apache/flink-connector-mongodb/pull/57#discussion_r2763789568
##########
flink-connector-mongodb/pom.xml:
##########
@@ -73,6 +73,13 @@ under the License.
</dependency>
<!-- Table ecosystem -->
+ <!-- Table API integration tests -->
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-table-planner-loader</artifactId>
+ <version>${flink.version}</version>
+ <scope>test</scope>
+ </dependency>
Review Comment:
@neoneo008 I'm happy to merge this if you address this.
--
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]