kunal642 commented on a change in pull request #3679: [WIP]:  
Update_delete_issue
URL: https://github.com/apache/carbondata/pull/3679#discussion_r398405170
 
 

 ##########
 File path: 
integration/spark/src/main/scala/org/apache/carbondata/indexserver/DistributedPruneRDD.scala
 ##########
 @@ -145,6 +145,7 @@ private[indexserver] class DistributedPruneRDD(@transient 
private val ss: SparkS
         while (reader.nextKeyValue()) {
           blocklets.add(reader.getCurrentValue)
         }
+        reader.close()
 
 Review comment:
   no need to call close. nextKeyValue is already handling

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to