srowen opened a new pull request #26073: [SPARK-29416][CORE][ML] Use 
.sameElements to compare arrays, instead of .deep (gone in 2.13)
URL: https://github.com/apache/spark/pull/26073
 
 
   ### What changes were proposed in this pull request?
   
   Use `.sameElements` to compare (non-nested) arrays, as `Arrays.deep` is 
removed in 2.13 and wasn't the best way to do this in the first place.
   
   ### Why are the changes needed?
   
   To compile with 2.13.
   
   ### Does this PR introduce any user-facing change?
   
   None.
   
   ### How was this patch tested?
   
   Existing tests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to