Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

@zhengruifeng zhengruifeng commented May 12, 2016

What changes were proposed in this pull request?

val newVertices = g.vertices.mapValues(v => (v._1.toArray, v._2.toArray, v._3, v._4))
(Graph(newVertices, g.edges), u)

g is of type Graph[(Array[Double], Array[Double], Double, Double), Double],
and the return value seems just equal to (g, u)

How was this patch tested?

unit test

@SparkQA
Copy link

SparkQA commented May 12, 2016

Test build #58472 has finished for PR 13075 at commit 7e62b55.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@zhengruifeng zhengruifeng changed the title [TEST] Remove redundant codes in SVD++ [SPARK-15291][GraphX] Remove redundant codes in SVD++ May 12, 2016
@zhengruifeng zhengruifeng changed the title [SPARK-15291][GraphX] Remove redundant codes in SVD++ [SPARK-15291][GraphX] Remove redundant operations in SVD++ May 12, 2016
@zhengruifeng zhengruifeng deleted the svdpp_refine branch May 27, 2016 23:53
LuciferYang pushed a commit that referenced this pull request May 28, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `netty` from `4.1.109.Final` to `4.1.110.Final`.

### Why are the changes needed?
- https://netty.io/news/2024/05/22/4-1-110-Final.html
  This version has brought some bug fixes and improvements, such as:
  Fix Zstd throws Exception on read-only volumes (netty/netty#13982)
  Add unix domain socket transport in netty 4.x via JDK16+ ([#13965](netty/netty#13965))
  Backport #13075: Add the AdaptivePoolingAllocator ([#13976](netty/netty#13976))
  Add no-value key handling only for form body ([#13998](netty/netty#13998))
  Add support for specifying SecureRandom in SSLContext initialization ([#14058](netty/netty#14058))

- https://github.com/netty/netty/issues?q=milestone%3A4.1.110.Final+is%3Aclosed

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #46744 from panbingkun/SPARK-48420.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants