[ 
https://issues.apache.org/jira/browse/IGNITE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753723#comment-15753723
 ] 

ASF GitHub Bot commented on IGNITE-4440:
----------------------------------------

GitHub user prokofyev opened a pull request:

    https://github.com/apache/ignite/pull/1355

    IGNITE-4440

    Added bcastCall() method to ScalarProjectionPimp scalar class.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prokofyev/ignite ignite-4440

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1355.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1355
    
----
commit eb4a6aa22e075800d0ca449815e1bbbcddab1936
Author: Alexander Prokofyev <[email protected]>
Date:   2016-12-16T07:32:55Z

    IGNITE-4440

----


> 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
>            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
(v6.3.4#6332)

Reply via email to