[GitHub] ignite pull request #1355: IGNITE-4440

2016-12-15 Thread prokofyev
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 <alexander.prokof...@gmail.com>
Date:   2016-12-16T07:32:55Z

IGNITE-4440




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-12-15 Thread Alexander Prokofyev (JIRA)
Alexander Prokofyev created IGNITE-4440:
---

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


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)