You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/10/12 03:35:07 UTC

[GitHub] [carbondata] jack86596 opened a new pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

jack86596 opened a new pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233


    ### Why is this PR needed?
   When insert into table with static partition, source projects should not contain static partition column, target table will have all columns, the columns number comparison between source table and target table is: source table column number = target table column number - static partition column number.
    
    ### What changes were proposed in this PR?
   Before do the column number comparison, remove the static partition column from target table.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - Yes
   
       
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948625170


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4336/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-949369824


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4343/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] ydvpankaj99 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
ydvpankaj99 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950689517


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on a change in pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#discussion_r731699794



##########
File path: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/allqueries/InsertIntoCarbonTableTestCase.scala
##########
@@ -486,6 +487,32 @@ class InsertIntoCarbonTableTestCase extends QueryTest with BeforeAndAfterAll {
     sql(s"DROP TABLE IF EXISTS table1")
   }
 
+  test("test insert into partitioned table with dynamic partition") {

Review comment:
       This testcase scenario is already covered in existing UT's like TestPartitionWithMV. So, can you remove this one




-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948256433


   LGTM


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948025882


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6075/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] jack86596 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
jack86596 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-951079465


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948036881


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/465/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948659783


   Build Failed  with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/469/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948841968


   Build Failed  with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6085/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950108928


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6090/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950582925


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6092/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-949365240


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6086/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948029349


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4332/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] asfgit closed pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233


   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948726935


   Build Failed  with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/475/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950111748


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/480/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950857955


   Build Failed  with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/483/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950096149


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4347/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950547480


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4349/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950606910


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/482/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950519546


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-951203052


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4354/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-949388885


   Build Failed  with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/477/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948503873


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948847742


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4342/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-940708832


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/438/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-940692082


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4304/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948703186


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-948650296


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6080/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-940691302


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6047/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] ydvpankaj99 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
ydvpankaj99 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-949289447


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] Indhumathi27 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
Indhumathi27 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950064827


   retest this please


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] jack86596 commented on a change in pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
jack86596 commented on a change in pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#discussion_r733015982



##########
File path: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/allqueries/InsertIntoCarbonTableTestCase.scala
##########
@@ -486,6 +487,32 @@ class InsertIntoCarbonTableTestCase extends QueryTest with BeforeAndAfterAll {
     sql(s"DROP TABLE IF EXISTS table1")
   }
 
+  test("test insert into partitioned table with dynamic partition") {

Review comment:
       Removed.




-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-951217220


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/487/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950824161


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6093/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-950837687


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4350/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4233: [CARBONDATA-4303] Columns mismatch when insert into table with static partition

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233#issuecomment-951188661


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6097/
   


-- 
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: dev-unsubscribe@carbondata.apache.org

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