You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2021/03/04 13:26:56 UTC

[ignite] branch sql-calcite updated: IGNITE-13721 Unignore CalciteQueryProcessorTest.testNotInConditionWithSubquery - Fixes #8853.

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

alexpl pushed a commit to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/sql-calcite by this push:
     new e2d30b2  IGNITE-13721 Unignore CalciteQueryProcessorTest.testNotInConditionWithSubquery - Fixes #8853.
e2d30b2 is described below

commit e2d30b254904d25b449b83bc102dcde59ff4528d
Author: Aleksey Plekhanov <pl...@gmail.com>
AuthorDate: Thu Mar 4 16:26:10 2021 +0300

    IGNITE-13721 Unignore CalciteQueryProcessorTest.testNotInConditionWithSubquery - Fixes #8853.
    
    Signed-off-by: Aleksey Plekhanov <pl...@gmail.com>
---
 .../internal/processors/query/calcite/CalciteQueryProcessorTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java b/modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
index a595511..50d77cd 100644
--- a/modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
+++ b/modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
@@ -43,7 +43,6 @@ import org.apache.ignite.internal.util.typedef.F;
 import org.apache.ignite.internal.util.typedef.G;
 import org.apache.ignite.testframework.junits.WithSystemProperty;
 import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -479,7 +478,6 @@ public class CalciteQueryProcessorTest extends GridCommonAbstractTest {
 
     /** */
     @Test
-    @Ignore("https://issues.apache.org/jira/browse/IGNITE-13721")
     public void testNotInConditionWithSubquery() throws Exception {
         populateTables();