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/09/28 14:19:19 UTC

[GitHub] [carbondata] ShreelekhyaG opened a new pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

ShreelekhyaG opened a new pull request #4226:
URL: https://github.com/apache/carbondata/pull/4226


    ### Why is this PR needed?
    If `carbon.enable.vector.reader` is disabled and parquet/orc segments are added to carbon table. Then on query, it fails with `java.lang.ClassCastException: org.apache.spark.sql.vectorized.ColumnarBatch cannot be cast to org.apache.spark.sql.catalyst.InternalRow`.
   When vector reader property is disabled, while scanning `ColumnarBatchScan ` `supportBatch `would be overridden to false but external file format like `ParuetFileFormat ` `supportBatch `is not overriden and it takes default as true. 
    
    ### What changes were proposed in this PR?
   Made changes to override `supportBatch `of external file formats based on  `carbon.enable.vector.reader` property.
       
    ### 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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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






-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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] ShreelekhyaG commented on a change in pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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



##########
File path: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/addsegment/AddSegmentTestCase.scala
##########
@@ -413,6 +413,32 @@ class AddSegmentTestCase extends QueryTest with BeforeAndAfterAll {
     FileFactory.deleteAllFilesOfDir(new File(newPath))
   }
 
+  test("Test add segment with different formats and vector reader disabled") {
+    sqlContext.setConf("carbon.enable.vector.reader", "false")

Review comment:
       Done




-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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



##########
File path: pom.xml
##########
@@ -469,6 +469,7 @@
           <findbugsXmlOutput>true</findbugsXmlOutput>
           <xmlOutput>true</xmlOutput>
           <effort>Max</effort>
+          <maxHeap>1024</maxHeap>

Review comment:
       why this change required 




-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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






-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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






-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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






-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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



##########
File path: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/addsegment/AddSegmentTestCase.scala
##########
@@ -413,6 +413,32 @@ class AddSegmentTestCase extends QueryTest with BeforeAndAfterAll {
     FileFactory.deleteAllFilesOfDir(new File(newPath))
   }
 
+  test("Test add segment with different formats and vector reader disabled") {
+    sqlContext.setConf("carbon.enable.vector.reader", "false")

Review comment:
       can set this variable to default at end




-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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 #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


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


-- 
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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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] ShreelekhyaG commented on pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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


   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