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/07/03 05:35:17 UTC

[GitHub] [carbondata] ravipesala commented on a change in pull request #3316: [CARBONDATA-3460] Fixed EOFException in CarbonScanRDD

ravipesala commented on a change in pull request #3316: [CARBONDATA-3460] Fixed EOFException in CarbonScanRDD
URL: https://github.com/apache/carbondata/pull/3316#discussion_r299782627
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/hadoop/CarbonInputSplit.java
 ##########
 @@ -419,7 +417,7 @@ public Segment getSegment() {
     } else {
       out.writeInt(0);
     }
-    out.writeBoolean(writeDeleteDelta);
+    writeDeleteDeltaFile(out);
 
 Review comment:
   Better write boolean instead of int, it can save 3 bytes.

----------------------------------------------------------------
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