LuciferYang commented on a change in pull request #35566:
URL: https://github.com/apache/spark/pull/35566#discussion_r809727165



##########
File path: graphx/src/main/scala/org/apache/spark/graphx/impl/GraphImpl.scala
##########
@@ -265,14 +264,6 @@ class GraphImpl[VD: ClassTag, ED: ClassTag] protected (
     }
   }
 
-  /** Test whether the closure accesses the attribute with name `attrName`. */
-  private def accessesVertexAttr(closure: AnyRef, attrName: String): Boolean = 
{

Review comment:
       [Handle ClassNotFoundException from 
ByteCodeUtils](https://github.com/apache/spark/commit/bee1015620de28806660f20d7c9f404dd3bdb2cb)
 introduce this method and it used by `mapReduceTriplets`, [Code cleaning to 
improve 
readability.](https://github.com/apache/spark/commit/d58bfa85738adb57a5311f52f52ede5903a181e1)
 clean up `mapReduceTriplets` from `GraphImpl.scala`, `mapReduceTriplets` is no 
longer used




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