You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (JIRA)" <ji...@apache.org> on 2018/04/23 08:28:00 UTC

[jira] [Assigned] (IGNITE-4440) scalar misses bcastCall() in ScalarProjectionPimp class

     [ https://issues.apache.org/jira/browse/IGNITE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Daschinskiy reassigned IGNITE-4440:
----------------------------------------

    Assignee: Ivan Daschinskiy

> scalar misses bcastCall() in ScalarProjectionPimp class
> -------------------------------------------------------
>
>                 Key: IGNITE-4440
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4440
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 1.8
>            Reporter: Alexander Prokofyev
>            Assignee: Ivan Daschinskiy
>            Priority: Minor
>              Labels: scala
>
> It would be nice if ScalarProjectionPimp will add also bcastCall() method to ClusterGroup class like it already does with 
> {code}
>     def bcastRun(@Nullable r: Run, @Nullable p: NF) {
>         value.ignite().compute(forPredicate(p)).broadcast(toRunnable(r))
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)