cheegoday commented on pull request #112:
URL: https://github.com/apache/bahir-flink/pull/112#issuecomment-787416374


   1. unit test will go wrong without dependencies below, so i add those 
dependencies to pom.xml of flink-netty-connector
   ```xml
       <dependency>
         <groupId>org.apache.flink</groupId>
         
<artifactId>flink-table-planner-blink_${scala.binary.version}</artifactId>
         <version>${flink.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-clients_${scala.binary.version}</artifactId>
         <version>${flink.version}</version>
         <scope>test</scope>
       </dependency>
   ```
   
   2. update flink version to 1.11.3
   
   


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


Reply via email to