Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/2178#discussion_r68832549
--- Diff:
flink-libraries/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/Graph.scala
---
@@ -1127,8 +1194,7 @@ TypeInformation : ClassTag](jgraph: jg.Graph[K, VV,
EV]) {
*
* @param analytic the analytic to run on the Graph
*/
- def run[T: TypeInformation : ClassTag](analytic: GraphAnalytic[K, VV,
EV, T]):
- GraphAnalytic[K, VV, EV, T] = {
+ def run[T: TypeInformation : ClassTag](analytic: GraphAnalytic[K, VV,
EV, T])= {
--- End diff --
Was this change intended?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---