pan3793 commented on code in PR #52728:
URL: https://github.com/apache/spark/pull/52728#discussion_r2464473445
##########
project/SparkBuild.scala:
##########
@@ -1189,12 +1189,16 @@ object DependencyOverrides {
lazy val guavaVersion =
sys.props.get("guava.version").getOrElse("33.4.0-jre")
lazy val jacksonVersion =
sys.props.get("fasterxml.jackson.version").getOrElse("2.20.0")
lazy val jacksonDeps = Bom.dependencies("com.fasterxml.jackson" %
"jackson-bom" % jacksonVersion)
- lazy val settings = jacksonDeps ++ Seq(
+ lazy val awsJavaSdkV2Version =
sys.props.get("aws.java.sdk.v2.version").getOrElse("2.29.52")
Review Comment:
the drawback is, we need to duplicate the version definition here again,
would be better to investigate if we can extract the version from pom.xml
directly
--
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]