You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ip...@apache.org on 2020/08/19 11:11:59 UTC

[ignite] 01/01: Remove an extra space in IgniteH2Indexing

This is an automated email from the ASF dual-hosted git repository.

ipavlukhin pushed a commit to branch ignite-13183-ivan-fix
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit bc1122d955ce10a2a3efe98f8bf21883669d43c3
Author: pavlukhin <vo...@gmail.com>
AuthorDate: Wed Aug 19 14:11:36 2020 +0300

    Remove an extra space in IgniteH2Indexing
---
 .../apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
index 7cf4b59..c8f2d65 100644
--- a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
+++ b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
@@ -1555,7 +1555,7 @@ public class IgniteH2Indexing implements GridQueryIndexing {
         MvccSnapshot mvccSnapshot,
         GridQueryCancel cancel
     ) throws IgniteCheckedException {
-        SqlFieldsQuery fldsQry =  QueryUtils.withQueryTimeout(new SqlFieldsQuery(qry), timeout, TimeUnit.MILLISECONDS);
+        SqlFieldsQuery fldsQry = QueryUtils.withQueryTimeout(new SqlFieldsQuery(qry), timeout, TimeUnit.MILLISECONDS);
 
         if (params != null)
             fldsQry.setArgs(params);