You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/09/18 01:46:14 UTC

[GitHub] [carbondata] QiangCai commented on a change in pull request #3355: [HOTFIX] Improve select query after Update/Delete operation.

QiangCai commented on a change in pull request #3355: [HOTFIX] Improve select query after Update/Delete operation.
URL: https://github.com/apache/carbondata/pull/3355#discussion_r325451381
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/mutate/SegmentUpdateDetails.java
 ##########
 @@ -175,4 +194,6 @@ public String getDeletedRowsInBlock() {
   public void setDeletedRowsInBlock(String deletedRowsInBlock) {
     this.deletedRowsInBlock = deletedRowsInBlock;
   }
+
 
 Review comment:
   remove the empty lines

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services