zstan commented on a change in pull request #484:
URL: https://github.com/apache/ignite-3/pull/484#discussion_r763098965



##########
File path: 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/calcite/ItDataTypesTest.java
##########
@@ -22,20 +22,18 @@
 import java.util.List;
 import java.util.Set;
 import java.util.stream.Collectors;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 /**
  * Test SQL data types.
  */
-@Disabled("https://issues.apache.org/jira/browse/IGNITE-15107";)
 public class ItDataTypesTest extends AbstractBasicIntegrationTest {
     /**
      * Before all.
      */
     @Test
     public void testUnicodeStrings() {
-        sql("CREATE TABLE string_table(key int primary key, val varchar)");
+        sql("CREATE TABLE string_table(key int primary key, val varchar) with 
partitions=10,replicas=2");

Review comment:
       done ! good catch !




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to