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/24 11:36:56 UTC

[GitHub] [carbondata] nihal0107 opened a new pull request #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

nihal0107 opened a new pull request #4224:
URL: https://github.com/apache/carbondata/pull/4224


    ### Why is this PR needed?
    Currently after update/delete on table with complex column from spark is throwing error when we are trying to read from presto.
    
    ### What changes were proposed in this PR?
   Fixed class cast exception and array out of bound while vector filling for complex type.
   Also made the documentation change for `COLUMN_META_CACHE` and `Range column` which is not supported for complex column.
       
    ### Does this PR introduce any user interface change?
    - No
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - No
   
       
   


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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






-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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] nihal0107 commented on a change in pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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



##########
File path: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/LocalDictDimensionDataChunkStore.java
##########
@@ -67,8 +68,13 @@ public void fillVector(int[] invertedIndex, int[] invertedIndexReverse, byte[] d
     int rowsNum = dataLength / columnValueSize;
     CarbonColumnVector vector = vectorInfo.vector;
     if (vector.getType().isComplexType()) {
+      if (DataTypes.isStructType(vector.getType())) {
+        int deletedRow = vectorInfo.deletedRows != null ? vectorInfo.deletedRows.cardinality() : 0;
+        rowsNum = dataLength - deletedRow;
+      } else {
+        rowsNum = dataLength;

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] asfgit closed pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   


-- 
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] akashrn5 commented on a change in pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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



##########
File path: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/LocalDictDimensionDataChunkStore.java
##########
@@ -67,8 +68,13 @@ public void fillVector(int[] invertedIndex, int[] invertedIndexReverse, byte[] d
     int rowsNum = dataLength / columnValueSize;
     CarbonColumnVector vector = vectorInfo.vector;
     if (vector.getType().isComplexType()) {
+      if (DataTypes.isStructType(vector.getType())) {
+        int deletedRow = vectorInfo.deletedRows != null ? vectorInfo.deletedRows.cardinality() : 0;
+        rowsNum = dataLength - deletedRow;
+      } else {
+        rowsNum = dataLength;

Review comment:
       please add the comment why for array type we don't need to update with deleted row. Mention the method name which updates for array type before coming to this method in the comment




-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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






-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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






-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


   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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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






-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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] akashrn5 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] [CARBONDATA-4281] Fixed presto read after update/delete from spark

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


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


-- 
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 #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


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


-- 
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] nihal0107 commented on pull request #4224: [CARBONDATA-4194] Fixed presto read after update/delete from spark

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


   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