vladimirg-db opened a new pull request, #57718:
URL: https://github.com/apache/spark/pull/57718

   ### What changes were proposed in this pull request?
   
   Add the explicit gRPC API version required on `branch-4.x`, which does not 
include the gRPC BOM used on master. Also correct the AWS credential module's 
parent version from `5.0.0-SNAPSHOT` to `4.3.0-SNAPSHOT`.
   
   ### Why are the changes needed?
   
   The backports that added these entries left the branch unable to load its 
Maven/SBT project model, causing all GitHub Actions jobs to fail before tests 
could run.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Ran:
   
   ```
   env JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 \
     MAVEN_MIRROR_URL=https://maven-proxy.dev.databricks.com \
     build/sbt -Pcredential-aws \
     'connect-client-jdbc/Test/compile' \
     'credential-aws/Test/compile'
   ```
   
   Both targets passed.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Codex (GPT-5)
   


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

Reply via email to