leixm commented on PR #727: URL: https://github.com/apache/incubator-uniffle/pull/727#issuecomment-1470067743
cc @jerqi Why does profile=spark2.3 need to set the version of netty separately? see https://github.com/apache/incubator-uniffle/blob/master/pom.xml ``` <id>spark2.3</id> <properties> <scala.binary.version>2.11</scala.binary.version> <spark.version>2.3.4</spark.version> <client.type>2</client.type> <jackson.version>2.9.0</jackson.version> <netty.version>4.1.47.Final</netty.version> ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
