You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/08/24 08:09:43 UTC

[1/3] ignite git commit: IGNITE-3325 .NET: Rename CompiledQueryDelegate -> CompiledQueryFunc to conform to design guidelines

Repository: ignite
Updated Branches:
  refs/heads/master 601f85395 -> 019f22adb


IGNITE-3325 .NET: Rename CompiledQueryDelegate -> CompiledQueryFunc to conform to design guidelines


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/25b59d7c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/25b59d7c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/25b59d7c

Branch: refs/heads/master
Commit: 25b59d7c6ea7bd23d5a8366fb5618e11990327c8
Parents: 8c370c6
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed Aug 24 11:07:17 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed Aug 24 11:07:17 2016 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/25b59d7c/modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs b/modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs
index 1ecc6e9..4131992 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs
@@ -32,7 +32,7 @@ namespace Apache.Ignite.Linq
     /// <typeparam name="T">Result type.</typeparam>
     /// <param name="args">The arguments.</param>
     /// <returns>Query cursor.</returns>
-    public delegate IQueryCursor<T> CompiledQueryDelegate<T>(params object[] args);
+    public delegate IQueryCursor<T> CompiledQueryFunc<T>(params object[] args);
 
     /// <summary>
     /// Represents a compiled cache query.
@@ -68,7 +68,7 @@ namespace Apache.Ignite.Linq
         /// <returns>Delegate that represents the compiled cache query.</returns>
         [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", 
             Justification = "Invalid warning, validation is present.")]
-        public static CompiledQueryDelegate<T> Compile<T>(IQueryable<T> query)
+        public static CompiledQueryFunc<T> Compile<T>(IQueryable<T> query)
         {
             IgniteArgumentCheck.NotNull(query, "query");
 


[2/3] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into ignite-1.7.2

Posted by pt...@apache.org.
Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into ignite-1.7.2


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4343c73d
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4343c73d
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4343c73d

Branch: refs/heads/master
Commit: 4343c73da41d131ec13d729f511f34e11db3ea85
Parents: 79f2284 25b59d7
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed Aug 24 11:08:33 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed Aug 24 11:08:33 2016 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[3/3] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-1.7.2' into UPSTREAM_master

Posted by pt...@apache.org.
Merge remote-tracking branch 'remotes/community/ignite-1.7.2' into UPSTREAM_master


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/019f22ad
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/019f22ad
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/019f22ad

Branch: refs/heads/master
Commit: 019f22adbe0ac2eab85f97fc2f0703606097c0e8
Parents: 601f853 4343c73
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed Aug 24 11:09:20 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed Aug 24 11:09:20 2016 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Linq/CompiledQuery2.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------