ajantha-bhat commented on a change in pull request #3244: [WIP] update pre 
insert into rule as per spark
URL: https://github.com/apache/carbondata/pull/3244#discussion_r293204585
 
 

 ##########
 File path: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestCompactionComplexType.scala
 ##########
 @@ -1051,14 +1062,18 @@ class TestCompactionComplexType extends QueryTest with 
BeforeAndAfterAll {
       "create table adaptive(roll int, student 
struct<id:SHORT,name:string,marks:array<SHORT>>, " +
       "mapField map<int, string>) " +
       "stored by 'carbondata'")
-    sql("insert into adaptive 
values(1,'11111\001abc\001200\002300\002400','1\002Nalla\0012" +
-        "\002Singh\0013\002Gupta\0014\002Kumar')")
-    sql("insert into adaptive 
values(1,'11111\001abc\001200\002300\002401','11\002Nalla\00112" +
-        "\002Singh\00113\002Gupta\00114\002Kumar')")
-    sql("insert into adaptive 
values(1,'11111\001abc\001200\002300\002402','21\002Nalla\00122" +
-        "\002Singh\00123\002Gupta\00124\002Kumar')")
-    sql("insert into adaptive 
values(1,'11111\001abc\001200\002300\002403','31\002Nalla\00132" +
-        "\002Singh\00133\002Gupta\00134\002Kumar')")
+    /*sql("insert into adaptive 
values(1,'11111\001abc\001200,300,400','1,Nalla\0012" +
 
 Review comment:
   @shivamasn : remove this commented part

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to