ShreyeshArangath commented on code in PR #1598:
URL: https://github.com/apache/auron/pull/1598#discussion_r2489050543
##########
pom.xml:
##########
@@ -52,7 +52,7 @@
<bytebuddyVersion>1.14.11</bytebuddyVersion>
<hadoopVersion>3.4.2</hadoopVersion>
<protobufVersion>3.25.5</protobufVersion>
-
+ <nettyVersion>4.1.118.Final</nettyVersion>
Review Comment:
Decided to use netty 4.1.* for now because spark-4.0 uses that [minor
version](https://github.com/apache/spark/blob/branch-4.0/pom.xml#L218). Netty
4.2.* was only introduced in
[spark-4.1+](https://github.com/apache/spark/blob/branch-4.1/pom.xml#L219) so I
was hesitant on adding it here as we dont support it yet. Thoughts?
--
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]