mateczagany commented on code in PR #27368:
URL: https://github.com/apache/flink/pull/27368#discussion_r2656492150


##########
flink-python/pom.xml:
##########
@@ -418,6 +418,14 @@ under the License.
                                <version>2.5.1</version>
                                <scope>runtime</scope>
                        </dependency>
+
+                       <dependency>
+                               <groupId>io.netty</groupId>
+                               <artifactId>netty-bom</artifactId>
+                               <version>4.1.100.Final</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>

Review Comment:
   I think this might not have been there when you've had the first look, I'm 
still running into issues on the Azure CI.
   
   We currently use Apache Arrow 13.0.0 which was built against Netty 4.1.96. 
The newest Apache Arrow version is 18.3.0, that uses Netty 4.1.119.
   
   I'll play with this, but we most probably won't be able to use Netty 4.2.x 
here.



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

Reply via email to